01-20-2007 05:16 PM
01-22-2007
04:34 PM
- last edited on
03-04-2024
09:26 AM
by
migration-bot
I checked out the list of tested 3rd party CRIO modules and the list of NI modules, but I don't see a module that natively implements RS485. So I started thinking...
You could implement RS485 with a Digital I/O module, you would just have to implement the protocol detection and transmission on the FPGA of the CRIO. You would either have to use a level converter to bring the differential 485 signal to TTL levels for the 9401 module, or you could use the 9411 module, which supports differential signalling up to 30V. Because the 9411 has 6 DIO lines (3 differential), you could implement both RX and TX, although the FPGA code would be simpler for only half duplex communication.
To get started with programming, I would take a look at these examples for RS232. The examples are for the R series Intelligent DAQ line, but you could translate them to CRIO with a little effort.
Finally, if you feel a 485 module would be a significant contribution to the CRIO product line, I recommend you make a product suggest to the developers and decision makers in R&D here at NI.
Cheers,
01-22-2007 04:57 PM