I have an application where I am using a Teco VFD and I would like to interface and arduino as a "safety"..
The VFD has a 0-10v DC output linear to the AC motor current. I am using that as a "safety" so if a larger load was put on the motor thereby increasing the current the arduino can send a stop command to the VFD to turn off the motor.
That command is just shorting two pins on the VFD together. If I short the pins together with a wire the VFD set an Emergency Stop as it should. I am trying to recreate that short with the arduino. I have tried with a SSD Relay, 2n222 transistor and an IRF510 mosfet but am unable to get my "short" from the arduino to trigger the E-Stop on the VFD so I need help.
I will post my sketch as soon as I have it in front of me again, as currently I am in another city.
I have a 2n222 transistor hooked up currently with the gate to arduino with 1k pulldown, Collector hooked to the 24vDC pin on VFD, and Emitter attached to the other end of the NO E-Stop contact on VFD.
Not triggering E-Stop
With the SSD relay I simply hooked the 24vDC and the E-Stop pin on the relay so when I trigger the relay it should short the two together. But that did not work either, VFD still did not trigger E-Stop
I have the grounds from the VFD, Arduino, and the 12vdc power supply I had available that powers the arduino tied together.
I'm probably missing something easy that I should not be missing but I can't see the problem here. Thanks!