12-13-2006 11:31 AM
12-13-2006 12:27 PM
I have some experience with Baldor H2 and MODBUS. Some quick questions for you, how is your 485 set up? Are you trying to read parameters or coils? Do you have their MODBUS spec?
Steve
12-13-2006 12:47 PM
The comm settings are 9600 baud, no parity, one stop bit and the drive address is 1. I am trying to read and write to coils. I have found the modbus booklet for the drive "Series H2 Modbus RTU Protocol". Iam not sure if there is another booklet for this drive. I have set up the mint workbench software just to test my connection which so far is ok.
Jarrett
12-13-2006 01:19 PM
Jarrett,
I have not used the NI Modbus VIs before. I took a quick look at them and they don't seem to perform the same CRC and some of the other formatting is different than what the Baldor spec calls for. I have attached a very simple VI that I use to talk to the H2 drives. You may need to change the setup parameters in the "Init" case. Then you have to create the data packet and press the "Send" button on front.
The 485 I was speaking of was the hardware. Do you have your 485 converter set to 2-wire auto mode?
Hope this helps,
Steve
12-13-2006 03:04 PM
Iam using converter that uses +- Tx and +-RX into regular rs232 protocol. Is there a better converter to use?
Jarrett
12-13-2006
03:46 PM
- last edited on
05-26-2025
04:10 PM
by
Content Cleaner
I am using two converters:
1 - A B&B converter http://www.bb-elec.com/bb-elec/literature/485oi9tb-3803ds.pdf
2 - NI USB to 485 https://www.ni.com/en-us/shop/model/usb-485.html
Any two wire capable converter should work. Did the VIs still not work?
12-13-2006 04:06 PM
12-13-2006 04:47 PM
What would the code structure be to enable the motor attached to the drive start forward at a specific speed?
Jarrett
12-14-2006 08:19 AM
12-14-2006 03:24 PM