10-22-2015 09:57 AM
Hello,
I need some recommendation on how to implement my system. I will have a DB-25 Female connector that I need to monitor four signals on. It will be a one-way communication of each of the four signals. I need to find a way to bring all four signals to a laptop and monitor the data in the signals in labview with minimal amount of connectors as possbile. The pinouts on the DB-25 female connector are as follows:
Pin 1 - Unused
Pin 2 - Unused
Pin 3 - COMMON
Pin 4 - Unused
Pin 5 - Unused
Pin 6 - Shields
Pin 7 - Unused
Pin 8 - Unused
Pin 9 - COMMON
Pin 10 - Unused
Pin 11 - Unused
Pin 12 - Line 1 (+)
Pin 13 - Line 1 (-)
Pin 14 - COMMON
Pin 15 - Line 2 (+)
Pin 16 - Line 2 (-)
Pin 17 - Line 3 (+)
Pin 18 - Line 3 (-)
Pin 19 - COMMON
Pin 20 - Line 4 (+)
Pin 21 - Line 4 (-)
Pin 22 - Unused
Pin 23 - Unused
Pin 24 - Unused
Pin 25 - Unused
Thank you for the help.
10-22-2015 10:10 AM
DAQ
10-22-2015 11:22 AM
Thank you for the response but I was looking for a little more help than that, like what DAQ hardware would work for my system. I need to connect to a laptop so either a PCIM or chassis type system would be needed. Any other recommendations would be appreciated. Thank you.
10-22-2015 11:25 AM
@Scaz wrote:
Thank you for the response but I was looking for a little more help than that, like what DAQ hardware would work for my system. I need to connect to a laptop so either a PCIM or chassis type system would be needed. Any other recommendations would be appreciated. Thank you.
I am not understanding what is so special about your requirements that would require more help.
10-22-2015 12:58 PM
10-22-2015 01:27 PM
My DB-25 connector is a tap-off connection to 4 RS-422 serial links as mentioned before. There is a data message of approximately 375 bytes sent on each line. The data is sent once every 105ms or 9.523 Hz. The baud rate of the data message is 1.2288 Mbps. The data consists of a variety of data types (i.e booleans, Unsigned INT, NUM, etc). I need to view this data in real time on my laptop and also do some analysis on the data. My questions is what would be the best hardware to use to acquire the data. I understand what DAQ is and a USB DAQ device would be fine for me. I was just inquiring what hardware you recommend. I am new to labview so if I am wasting your time, I apologize and you can just let someone else answer the question if it bothers you.
10-22-2015 03:03 PM
10-22-2015 03:14 PM
Sorry, I am not able to post the manual here. To clarify, my four tap-offs are 2 RS-422 lines so a total of 4 lines that I need to monitor (2 RX and 2 TX). My thought was to use a USB DAQ to bring all of the connections from the DB25 connector, then wire 4 individual RS-422 DB-9 connectors and connect to a 4 port usb serial adapter, but NI usb serial adapters only support up to 460.8 kb/s and I need 1.2288 Mbps. The other option I suppose is to setup a PXI box with with a 4 port serial hub and DAQ, but I was hoping to find an option that could all be done through USB.
10-22-2015 03:30 PM
10-23-2015 02:59 AM
If you just want to see the data of each RS-422 line just connect a RS-422 receiver or RS-485 interface to it.
Write a program that collect the data of each line and you have your monitor.
Gets a bit more difficult if you want to have the messages line-up in time. Also depends on the protocol that is used.