Hello Guest it is March 19, 2024, 07:09:23 AM

Author Topic: Mach turn & tool change  (Read 11535 times)

0 Members and 1 Guest are viewing this topic.

Re: Mach turn & tool change
« Reply #20 on: December 20, 2011, 10:03:41 AM »
 I found this info ,but like always it needs more hardware than I have. My mcro smart does not have the port 2 on it & I know port 1 works with modbus because I have had HMI's hooked to them before.

Brian

www.idec.com/language/english/AppNotes/Modbus%20Training.pdf
Re: Mach turn & tool change
« Reply #21 on: March 15, 2017, 08:34:07 PM »
Hi all,
 I'm pulling this back up because I'm still trying to get this turret working.

My turret has 3 opto sensors to tell what position it is in. I've wired the sensors to ACTIVE 1,2 and 3 and was doing some testing reading all 3 inputs when I had a massive computer lockup .This little test code worked before the lockup but now it doesn't ( this code is just looking at one opto).

While   GetOEMLED(821) = 1
       JogOn(3,1)
Wend

      JogOff(3)

 The led lights up in Diagnostics ,but it won't stop the jog. I end up hitting the e-stop and then mach3 starts locking up.

Thanks'
    Brian