Set/Reset or SetDO?
Paba
✭
Is there a big difference from these instructions when changing the value of a digital output?
except for the 2 arguments \sDelay & \Sync i couldnt find any ..
i'm just asking for interest
Tagged:
0
Comments
-
No there is no big difference. The Set/Reset instruction is a newer version. I think the SetDo is a relic.
0 -
Ok thanks, i just wanted to be sure:)
0 -
SetDO has more timing options. Set and Reset are simple turn on / turn off.0
-
SetDo is great when you don't know if you want to set the output high or low, but you have it stored in a dionum variable.
That way you can write:
SetDO <output>, <variable>;
Instead of:
IF <variable>=1 THEN
Set <output>;
ELSE
Reset <output>;
ENDIF
//Markus Näslund0
Categories
- All Categories
- 5.5K RobotStudio
- 394 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 309 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 785 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 4 Job listings