Hello,
I am trying to control a Variable Frequency Drive (VFD) to Start/Stop using signals from an Arduino Mega. I plan to use the external control terminals on the VFD to accomplish this, but I am confused about wiring.
I am using a Delta C2000 series VFD (p/n: VFD022C23A). Here is a link to the manual (it's a large document, takes a while to load for me):
Relevant sections include:
4-1: Wiring, page 52 of the pdf
6-1: Specifications of Control Terminals, page 71
12-02: Digital Input/Output Parameter, page 286. This one is very relevant I think, so I attached a picture.
In the attached picture, I'm thinking I would want to use the "2-wire mode 2" configuration (Pr.02-00=1). In my Arduino sketch, I have a digital output which is HIGH when I want the motor running and LOW when I want it stopped, so this seems like the right fit.
However, I am confused by this wiring and how I would implement my control here. My original thought was that there would be terminals I could simply apply a voltage to Start/Stop (for example, apply a HIGH voltage to start the motor, apply LOW voltage to stop it), in which case I would simply connect my digital output pin to the FWD control terminal in this setup. However, it looks like it actually expects to connect to this DCM terminal via something like a relay, where it will run when connected to DCM and stop when its an open circuit.
So my question is, how do I use my digital output to Start/Stop the motor with this sort of setup? Will I have to buy some kind of relay that the Arduino output opens/closes? Is there a more simple way to do this, possibly with a simple little transistor circuit or something? Or can I simply connect my digital output to the FWD terminal?
Thank you for your help! I will provide any other information that might help solve my problem!