RobotStudio event

Reading current value of worldzone signal

Options
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

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