02-24-2009 10:44 AM
02-24-2009 10:47 AM
Short of us developing the code in your behalf, what type of assistance do you seek?
Be specific and post code to illustrate your needs.
Ben
02-26-2009 09:32 AM
What format does this library works with? I tried to create a program in master mode using MB serial master query, what information is on the input/output or this VI? And how can I test it using MAX without real device?
02-26-2009 09:57 AM
It uses VISA functions. The inputs are clusters to define the modbus command, starting address, # of registers, and values and booleans to write. The output is a cluster that contains either the values or the booleans read (depending on which function you choose.)
You can't test it because you need a real device on the other end that knows the protocol. The alternative is to use something like the slave demon running on another PC and connect to the two with a null modem serial cable.