08-20-2012 03:49 AM
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
08-20-2012 08:03 AM
08-21-2012 02:12 AM
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?
08-21-2012 02:37 AM
08-21-2012 08:07 AM
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