Hello Guest it is March 29, 2024, 02:57:30 AM

Author Topic: Tangential spindle  (Read 7864 times)

0 Members and 1 Guest are viewing this topic.

Re: Tangential spindle
« Reply #20 on: April 20, 2015, 05:01:51 AM »
Hello Damir,

tested here:

M3
setUserLed(2100,1)

M5
setUserLed(2100,0)

macropump
If GetOEMLed(2100) and GetLed(4) Then
  If IsActive(Input1) Then
    DoSpinStop()
  else
    DoSpinCW()
  End if 
End If


don't ask me why GetUserLed does not work, GetOEMLed is working.

Thomas




Thanks TPS
I just tried this script and works perfectly.
thank you very much