Minmium cycle time for repetitive tasks in IRC5 controller?
I would like to know how faster I could repeat a task/ procedure in IRC controller.
I also would like to know how fast a DO/DI could switch on/off .
Someone could help me with the answer?
Thank you
I also would like to know how fast a DO/DI could switch on/off .
Someone could help me with the answer?
Thank you
0
Answers
-
What is the task?0
-
xerim said:What is the task?
0 -
The default length of PulseDO is 0.2 seconds if the argument is omitted, but I believe it can be set to as low as 0.001 seconds0
-
I would NOT use a pulse. The fastest way to go about this would be like this:
SetDO DO1, 1;
WaitDO DO1, 1;
SetDO DO1, 0;
WaitDO DO1,0;
This will happen very fast, if you were to observe the LED, it may even appear to not go off at all. If you have some high speed monitoring equipment, you might see a clean sine wave. A limitation could be CPU load too high, but I think that with the newer controllers, the cpu load might be OK.Lee Justice0
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