Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

How to use RUNMODE_QUICKVALIDATE?

#2
RoboDK performs the simulation of your programs by default. However, you can change the "RunMode" by triggering the setRunMode call at the top of your programs.

Example:
Code:
RDK.setRunMode(RUNMODE_QUICKVALIDATE)
这example shows how to change the RunMode:
//www.sinclairbody.com/doc/en/PythonAPI/exam...amming-gui

When you run in this mode, it will allow you to quickly validate if your program is feasible. This behavior is similar to right click a program and selecting "Check path". Singularity and target reach errors errors should be displayed/raised via the API.


Messages In This Thread
How to use RUNMODE_QUICKVALIDATE? - byj_cso- 12-05-2022, 04:36 AM
RE: How to use RUNMODE_QUICKVALIDATE? - byAlbert- 12-05-2022, 29
RE: How to use RUNMODE_QUICKVALIDATE? - byj_cso- 12-07-2022, 04:19 AM
RE: How to use RUNMODE_QUICKVALIDATE? - byAlbert- 12-07-2022, 09:52 AM
RE: How to use RUNMODE_QUICKVALIDATE? - byj_cso- 12-07-2022,晚10点
RE: How to use RUNMODE_QUICKVALIDATE? - byj_cso- 12-13-2022, 11:52 PM
RE: How to use RUNMODE_QUICKVALIDATE? - byAlbert- 12-14-2022, 11:55 AM
RE: How to use RUNMODE_QUICKVALIDATE? - byj_cso- 12-14-2022, 05:34 PM
RE: How to use RUNMODE_QUICKVALIDATE? - byAlbert- 12-22-2022, 12:25 PM



Users browsing this thread:
2 Guest(s)