12-12-2024, 02:35 PM
Good day!
I am currently working on an interface between RoboDK and our software, which is a multithreading application designed to control multiple robots from RoboDK simultaneously.
The current situation is as follows: a RoboDK application is running on a remote computer, and I am connecting to it via TCP. However, the connection crashes when calling IItem.NewLink(). If I omit this function, the connection remains stable and works perfectly.
Attached is a snippet of my BeginConnection() () method.
I hope you can assist me with this issue. :)
Best Regards
Alex
I am currently working on an interface between RoboDK and our software, which is a multithreading application designed to control multiple robots from RoboDK simultaneously.
The current situation is as follows: a RoboDK application is running on a remote computer, and I am connecting to it via TCP. However, the connection crashes when calling IItem.NewLink(). If I omit this function, the connection remains stable and works perfectly.
Attached is a snippet of my BeginConnection() () method.
I hope you can assist me with this issue. :)
Best Regards
Alex