Hi All
I tried to Trigger the output from the robot program in RT Toolbox 3 using the program
While M_11=1
If (Deg(J_Curr.J6)<M30) Then
M_out(12)=Not(M_out(12))
M_30 = M_30 + M_31
EndIf
WEnd
The problem here is the trigger does not happens at the expected points
for example: if i move the J6 from -10 to 10 deg and the value of M_30 is -9 and M_31 is 1. The trigger should happens at every 1 deg movement of the J6. The trigger happens but not at every 1 deg movement, for some deg movement it trigger doesn't happens
If anyone has any ideas, Thanks in advance