Read all frames from KUKA Sunrise OS 1.16

  • I'm not certain if this is what you are looking for but you could try:


    /* [ DESCRIPTION ]

    * Get a copy of the current data-base

    * */

    FrameDataBase getSnapshot();

  • Sorry, doesnt work: "FrameDataBase getSnapshot()" this instruction is unknown to workbench sunrise 1.16

  • If you mean to see all frames in Workbench,

    It is displayed on the [application data] view of Workbench when you select your project on [package explorer] view.


    Or,

    Code
    List<ObjectFrame> childrenSnapshot = World.Current.getRootFrame().getChildrenSnapshot();
  • If you mean to see all frames in Workbench,

    It is displayed on the [application data] view of Workbench when you select your project on [package explorer] view.


    Or,

    Code
    List<ObjectFrame> childrenSnapshot = World.Current.getRootFrame().getChildrenSnapshot();

    Hi,
    I will test your code and report.
    Thanks and best regards from Vienna
    George

Advertising from our partners