
Ivgeny (Customer) asked a question.
Hello, We using CLICK PLC C0-11DD2E-D with Durapulse GS10. I need to send speed value to the drive, the rest commands are made locally.
I created a project in my plc to send a register for the speed reference to the drive, based on the examples from the YouTube videos that posted by Automation Direct
I configured the PORT3 of the PLC accordingly to the recommended settings
Modbus addres -2
Baudrate 38400, parity - odd ( also tested "none")
Advanced configuration stays default
in the settings of the send instruction command :
Slave ID - 1 (according to drive's address P09.00 = 1 )
Modbus function code : write single register
address type : Modbus 984 addressing
Starting slave address: 402315 ( according to the GS10 drive parameter P09.10 = 42315
In the drive, I changed the P00.20 to "1" and P00.30 = "1"
I didnt touch the parameter P09.04 its 13 by default
just to be able to send frequency set point from the PLC via RS485 PORT3
Since the drive g=has a RJ45 port for the modbus but the PLC has 3-terminal wire connection, Im using a regular ethernet cable (rj45) with cut end in order to wire it to the PLC terminals, so I used the 568B side of the Ethernet cable,
According to the drive's connection pinout :
Pin3,7 = GND (white/green wire )
Pin4 = SG- (blue wire )
Pin5 = SG+(white/blue wire)
On the PLC side I connected the
"blue wire" to RX3 -
the "white/blue wire" to TX3 +
the "white/green wire" to LG
when I run the instruction in the PLC Im using C1 bit as a rising edge to run the SEND instruction, Im using other bits to see the "sending", "success", "error"
Im setting the new value in the master address, I selected DS2 for it
the new value which is the frequency I want to change is 1300 (13.00hz)
according to what I see, the sending bit is momentary on and it changed to success
the value changed to 1300.
the LED indicators of the RX3,TX3 blinks once but in reality, the driver is not changing the speed, it stays in its last or default value 60.00
please let me know if you already see something wrong in my description,
I have also my wiring pictures and my PLC code for your review.
Please let me know if there's any ideas to fix it
thanks
The Frequency Command for the drive is written to Modbus Holding Register 48194. See reference in manual below:
https://cdn.automationdirect.com/static/manuals/gs10m/ch5.pdf#page=6
The Communication Frequency (P09.10) and the Command Frequency are not the same. See description of the Communication Frequency in the manual reference below.
https://cdn.automationdirect.com/static/manuals/gs10m/ch4.pdf#page=199
I hope this helps.