As of May 2, 2022 the LabJack forums have been set to read-only.
If you are in need of support, please contact us via one of the methods described on our contact page.
What the problem we are having is that we want the rs485 meter data with the other sensing equipment data to go through the labjack. We currently have temp sensors and CT's hooked up to the labjack and picked up to our scada software (DaqFactory). We want to have the meters as well as the sensors to go through the same system and read by the scada software. The article stated that the usb way would benefit, but we need the whole system as one. How can this be done?
That page briefly says that if you don't have to go through the T7 then a USB-RS232 dongle is the best route, but the rest of the page is about have the T7 talk to an asynchronous serial device.
1. You need to use a chip to get the proper electrical connection. Maxim has tons:
2. You need to know the protocol of your device. What bytes to send, and how to interpret the bytes it responds with. Once you know that you write and read the bytes using the asynch registers.
Hi....you can utilize the Asynch order (Section 4.13 of User's Guide) to compose/read offbeat information, however genuinely you should change the RS485 over to CMOS/TTL. Look at the MAX48xE or MAX308xE from saying ic.com
RS485 is similar to RS232 but the electrical specs of the signals is different, so rather than using a MAX233 you need a chip designed for RS485:
https://labjack.com/support/datasheets/t7/digital-io/asynchronous-serial
What the problem we are having is that we want the rs485 meter data with the other sensing equipment data to go through the labjack. We currently have temp sensors and CT's hooked up to the labjack and picked up to our scada software (DaqFactory). We want to have the meters as well as the sensors to go through the same system and read by the scada software. The article stated that the usb way would benefit, but we need the whole system as one. How can this be done?
That page briefly says that if you don't have to go through the T7 then a USB-RS232 dongle is the best route, but the rest of the page is about have the T7 talk to an asynchronous serial device.
1. You need to use a chip to get the proper electrical connection. Maxim has tons:
https://www.maximintegrated.com/en/products/interface/transceivers/rs-48...
2. You need to know the protocol of your device. What bytes to send, and how to interpret the bytes it responds with. Once you know that you write and read the bytes using the asynch registers.
Hi....you can utilize the Asynch order (Section 4.13 of User's Guide) to compose/read offbeat information, however genuinely you should change the RS485 over to CMOS/TTL. Look at the MAX48xE or MAX308xE from saying ic.com