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

skipstatus meaning

#1
Hi,

Can anyone explain me the meaning of the skipstatus parameter in the Robolink() method? In//www.sinclairbody.com/doc/en/PythonAPI/robo...k.Robolinkit does not explain its meaning.

Thanks and best regards,
Hugo
#2
The skipstatus flag is used to tell the API link not to wait for a response from RoboDK after a command.
If your operation fails, RoboDK will send a status message and an error code.
By using the skipstatus, you won't be notified of successful and unsuccessful operations.

You can find more information in our GitHub:
https://github.com/RoboDK/RoboDK-API/blo...k.py#L1095
Please read the论坛Guidelinesbefore posting!
Find useful information about RoboDK by visiting our2022世界杯32强赛程表时间 .
#3
The skip status flag was added recently and it allows you to speed up the communication of the API. This flag skips waiting for the execution of some functions that do not return anything.
#4
Thanks Sam and Albert for the clarification.




Users browsing this thread:
1 Guest(s)