Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

NI DAQ + HW 97 TTL-485

Yes, OK.

It would go straight through a converter and connect to the USB port, a serial monitor via VSC and I would collect the data, and everything would be ok.

However, due to the architecture of my application, it is really necessary to go through the DAQ, whether coming from an Arduino or directly from the inclinometer.
0 Kudos
Message 11 of 14
(477 Views)

Unfortunately, it doesn't make any sense. Who designed the architecture? why does it has to go through DAQ? if it must, find another inclinometer that can output as analog voltage and use USB-6008 to capture the data.

 

I don't see a logical way to use USB-6008 to implement a TTL-485 communication.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 12 of 14
(475 Views)

I saw this in the USB 6009 documents, and it caught my attention about TTL.



Would it then be possible to communicate the HW-97 converter with another converter with the DAQ? Or does this TTL signal have another purpose that I don't understand?

 

Grateful.image.png

0 Kudos
Message 13 of 14
(454 Views)

TTL signal in the image just means that TTL level digital logic signal.

 

A protocol consists of digital lines with a defined timing, level and packet structure to exchange information. This also means protocols have strict timing requirements between transitions across the lines.

 

Now, USB-6009 provides only the ability to write/read digital signals, it will be up to you to implement the logic to write/read digital logic with the correct time interval to transfer data.

 

For instance, the below image depicts the RS485 signal and its TTL equivalent for one packet. Now, you will have to instruct the DAQ to write/read the signal at the correct interval (baud rate) to exchange data.

 

santo_13_2-1701289149208.png

 

 

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 14 of 14
(445 Views)