11-29-2007 08:10 PM
11-30-2007 12:31 PM
11-30-2007 07:32 PM
Hi Can W,
Thanks for your answer. Actually I didn't mean that. What I'm trying to ask is when I use RS485-RS232, the recieve string that I get is the response data from instrument. But if I use NI PCI 485/8, I will get back the query string together with the recieve string. Let say I send 01040000000271CB..then I will recieve 010404436633341B38(converter). But if I use NI PCI 485/8 I will get 01040000000271CB010404436633341B38. Basicly I don't have any problem with the protocol. I just want to know is there any option not to echo back the query string. I was told that usually there's an option to configure this at the converter side.
Thanks.
12-03-2007 01:35 AM
Hi,
Like CanW said; Modbus slaves don't echo the received string (except for the loopback command)
What you see is not a echo from the modbus device but the send data wired back to the receiver.
I think you use the PCI card in a wrong mode (2 wire / 4 wire) and/or wired the connector in a wrong way. Can you check this ?
12-03-2007 02:35 AM
12-03-2007 02:38 AM - edited 12-03-2007 02:41 AM
12-03-2007 02:51 AM
12-03-2007 07:25 PM
12-04-2007 01:58 AM
Hi,
The RS-485 interface is a balanced line. So ommitting one of the connections may work. It depends on your device. the interface board, the cable, the weather.... So normally; yes you should connect Tx+
Do you also get the data back if don't connect your device ? In other words does the return data comes from you interface connection on your board or from the connected device.
I don't how to get the board faster. You can try to use greater buffers, but I don't know if this helps.
12-04-2007 03:02 AM