Hello community,
I am working with an IRB 2400/16 and I am developing an applications which uses 3 tasks: T_PAR, T_EXTRUDER, T_ROB1.
T_PAR is a tasks which communicates via socket for getting a data message and save the message in 8 variables: 6 for the pose and 2 for speed and extrusion parameter.
T_EXTRUDER: takes the extrusion parameter from the reading in T_PAR and makes a communication socket with another device.
T_ROB1: Takes the pose data from T_PAR and executes the motion.
Question: the variables are saved in SYSTEM module and shared installing the module in the autoloading. But they are only shared between T_PAR and T_EXTRUDER. Is it normal?
Thank you in advance
Fede