Home› Programming
Discussion
Back to discussions page
jsumarac
Posts: 5 Apprentice
Safety error C4A1 in script with socket communication and thread |
84 views
|
Answered | |
/ Most recent by matthewd92
in Programming
|
2 comments |

in Programming
Hi I'm working on a UR5 robot with a FT300 sensor. I made a simple program with a Multipoint Path inside a Force Control node and I collected the data from the sensor using your StreamToCSV program. Now I want to collect the data from the robot itself using the get_tcp_force() function and compare it with sensor data. I want to send that data to a PC via TCP/IP socket communication. So I wrote a thread that does that, but when I start the program the robot shuts down and a safety message C4A1 appears. I will attach my script here. Is there any other way to collect the robot data? I wanted to have continuous data so that's why I wrote this code in a thread but maybe there's another way to do it?





It is possible that the communication is overloaded.