DoF - a Robotiq Community
Warning sign
The Dof Community was shut down in June 2023. This is a read-only archive.
If you have questions about Robotiq products please reach our support team.
matthewd92

tom24 said:

i tried but i have the issue to attach the screenshot 
  it shows me Lexer exception on line 6446: if(time>=1 & timer-1<1.5)
You have a typo in that line

if(time>=1 and time<1.5):

cannot use & and your second conditional is timer-1 which if that is how you typed it is a Boolean, you want time there