Hello NI Support team,
I work with GE Healthcare. I would like some assistance/advice with regard to a difficulty that I have encountered in Labview Programming. Since I am new to Labview please excuse me if my query is very elementary.
We would be building an application with reads data from an Ethernet port and plots the data. This is one functionality of the application. As a starting point I picked up the “Continuous Measurement and Logging” sample project in Labview 2012 and I am trying to make a minor customization in the project as part of prototyping phase.
In the “Generate Simulated Data.vi” which is part of the “Acquisition.lvlib”, I want to replace the sine waveform with actual data. Let us assume that after the actual data is read from the Ethernet port, we will have three basic components, i.e. value, date & time stamp. I want to plot this data instead of the sine wave.
Here is the change that I have made
I have disconnected the Sine wave generator. I then used a hardcoded a double constant of 10, converted this to a dynamic data type. When I run this application I see a constant data of value “10” being plotted. My question is along with the value, I will also have a date & time stamp for this value. How can I combine this date, time stamp & value into a dynamic data type just like the output of the existing sine wave generator (instead of the “t0” component being set to System Time).
I have attached the screen shot of the change.
Maybe I am following an incorrect approach. If this is so, please let me know the ideal way this should be implemented.
I hope I was able to explain the query to the team. Please let me know for any clarifications.