LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert the actual value of a analog signal into a string

Hello,

I am using a NI cRIO-9074 with a NI 9205 (AnalogInput card).

 

With the NI 9205 I want to read a analog signal (performance data of a test plant), convert the latest value into a string and send this tring via UDP to a workstation.

 

I createt the VI in to picture below.

 

 

Best Regards

Wigand

0 Kudos
Message 1 of 5
(3,521 Views)
What exactly is your question? You're already converting the number to a string and publishing it...
0 Kudos
Message 2 of 5
(3,496 Views)

Sorry.....  so if an analog signal comes through the NI 9205 in (no matter what the signal looks like)...... I want to pick the latest value of the signal send it via the UDP to my PC. And because of the closed loop this will happen after an interval again. Is this already happening?

0 Kudos
Message 3 of 5
(3,473 Views)

Hi Wigand,

 

to answer your question: YES.

 

To provide help: Please go through the LabVIEW basic courses offered by NI. Then you don't need to ask obvious questions...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(3,460 Views)

I think I understand what the customer want to do. Acquiring the Signal with 9205 and then converting the Voltage Value into string and send it through UDP?

 

Ok you should add other Part to your vi to acquire the Signal. Daqmx For Example.

 

Look please in the LV Find Example, filtering Hardware with NI 9205, you will find some VIs for Acquiring Voltage Value.

 

You can add this code to your VI, take the values from the master While Loop and read it in another slave Loop.

 

If this is not what you expect, please write us your problem with more Information and Questions.

 

Best Regards

 

 

Kais Mekacher
Applications Engineer
Germany - Munich
0 Kudos
Message 5 of 5
(3,439 Views)