Help with increasing performance in variable manipulation #19
-
Hello everyone, Any advice onto how to increase the performance of the "refresh rate" would be greatly appreciated! https://developer.motoman.com/en/YMConnect/VariableInterface My initial approach is based on this example given by Yaskawa |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @Psujj For applications that require real-time performance, I recommend the MotoPlus SDK. This allows you to create a custom executable that runs directly on the robot controller's CPU. It can act as a custom server that communicates with your PC application and controls robot variables at the fastest possible rate. Documentation for the MotoPlus SDK is available at https://www.motoman.com/en-us/service-training/product-documentation. |
Beta Was this translation helpful? Give feedback.
Hello @Psujj
YMConnect is not a deterministic real-time interface. There aren't any settings to increase the performance. (Though I do recommend only opening the connection once for the duration of your program.)
For applications that require real-time performance, I recommend the MotoPlus SDK. This allows you to create a custom executable that runs directly on the robot controller's CPU. It can act as a custom server that communicates with your PC application and controls robot variables at the fastest possible rate.
Documentation for the MotoPlus SDK is available at https://www.motoman.com/en-us/service-training/product-documentation.
Setup/Installation: 169286-1CD
Overview: 178939-1CD
…