01-23-2008 04:00 PM
01-24-2008 06:23 AM
Hi James,
If I understand your (long) story correctly you have tied the T and R wires of the RS485 together making it a 2 wire RS-485. This means that the converter should support this. Otherwise you will get the data you sent back at the receiver.
If the converter does not support automatic 2 wire mode you can try a workarround. Start the receive loop with the number of bytes sent and the number of bytes to receive. Or, just for the test, wait a few seconds and then receive all data and see what comes in.
01-24-2008 02:18 PM
01-24-2008 02:34 PM
01-24-2008 03:06 PM
James,
Can you post the manufacturer and model # of the 485 to 232 adapter you are using?
01-24-2008 03:08 PM
01-24-2008 03:31 PM
James,
To answer one of your earlier questions. If you set FLOW CONTROL=RTS/CTS in your vi, then you do not need to manually assert the control lines using the property nodes. Handshaking will be handled automatically by the COM port hardware.
Suggest that you put switches 7 & 8 in the OFF position. This will allow the adapter to autodetect the direction.
01-24-2008 07:13 PM
01-25-2008 06:55 AM
Sorry,
It turned out that the manual I found was for the IC485ai. Sounds like the auto mode was added in the later model. Auto mode is great because the converter can automatically control the half-duplex.
Can you post the manual for the IC485s. It does not seem to be available online.
01-25-2008 07:36 AM
OK,
I finally found a copy of the manual on the net. It sounds like you already did the loop back test when you tried the R-ON/T-ON and it passed because you got back what you sent. That would seem to indicate that you have the right cable and that you were correct in selecting the DCE configuration.
I'm guessing that you have already done all this, but I'll say it anyway. Double check all your com settings both in your vi and in the FUJI device. Make sure that the FUJI device is configured with the right address.
If all this is correct and it still does not work, try reversing the 485 lines at the FUJI controller.