RobotStudio event

Do off delay

Options
Goodmorning all,

Is there an instruction for an off delay of an output?

Comments

  • Tompanhuhu
    Options
    To turn on the output in 1 second write
    SetDO\SDelay:=1, doGrip_1_Close,1;
    To turn off the output in 1 second write
    SetDO\SDelay:=1, doGrip_1_Close,0;
    From the manual. 
    [ \SDelay ]

    Signal Delay

    Data type: num

    Delays the change for the amount of time given in seconds (max. 2000s). Program execution continues directly with the next instruction. After the given time delay the signal is changed without the rest of the program execution being affected.


    Systemintegrator - Web / C# / Rapid / Robotstudio

    If I helped, please press Vote Up  :smile:
  • Daniel_Vos
    Options
    Thanks Tompanhuhu, mist that completly in then manuals!