12-04-2007 04:05 AM
I am not the expert. It just happens that I use ModBus and I use the RS-485 board and....
About the data comming back I am lost right now but I will think about it
Do you use the ModBus lib from NI ? Is it possible to build your own VI's for talking to the ModBus device. I don't use this library. I build my own VI's for communication with the ModBus devices also because we have a few dedicated commands.
Maybe you can build a faster interface this way. You can always try this with repeating one command to see how fast it can work.
12-04-2007 09:05 PM
Last time I found an example without using NI library. Unfortunately..I still get the same time interval 200ms transmiting modbus frame from labview to port. I will test and see about the quantity register.
Thanks.
12-05-2007 01:40 AM
When I send characters with my 485/2 board the only delay I see is the time the program is doing something else then sending data.
Can you try to send data with a small VI.
Try this for data: 0108 0000 8844 8638 it is the ModBus loopback command for a slave at address 1. Your ModBus device should respond with the same data. In your case this means triple data
12-06-2007 08:16 PM
12-07-2007 08:30 AM