how do I set up a bit so my main PLC can control the robot speed percentage via group input data? I am simply adding a line at the beginning of each routine to check this GI but it won't take.
i have tried: Velset GI_Speed_ovd, 1000;
it doesn't like that i used a GI instead of a number or register there
and: Speedrefresh GI_Speed_ovd;
same issue