Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Reading current value of worldzone signal

After running this code in an POWER ON event I have a hard time to see the current status of the signal. The signal is only updated after a warmstart and then it's no longer "live".
Code:
WZBoxDef\Inside,machineShape_M1,CORNER_1_M1,CORNER_2_M1;
WZDOSet\Stat,machineVolume_M1\Inside,machineShape_M1,DOF_LoaderOut_M1,0;

I believe this has worked with previous version of RobotStudio. I'm currently running RobotStudio Version 6.02.6753.1029.

/David

Comments

  • Seems to work now, RobotStudio Version 6.03.6890.0140. Changed the access level from INTERNAL to ReadOnly.
    /David