09-06-2016 01:07 AM
Hi, I am currently working on a LabVIEW program that requires me to display two signals measured by two current sensors with the help of NI MyRIO. I'm facing problems displaying the two signals on Data Dashboard, may I know how and what should I connect in the Block Diagram/Front Panel of LabVIEW so that the two signals measured by the current sensors can be shown on Data Dashboard?
Solved! Go to Solution.
09-06-2016 01:48 AM - edited 09-06-2016 01:49 AM
-Getting Started with Data Dashboard for LabVIEW http://www.ni.com/tutorial/13757/en/
-Integrating NI Data Dashboard for LabVIEW into your LabVIEW Applications: http://www.ni.com/white-paper/14689/en/
-Are you able to display single plot first?
-Basically you need to have 2D array so that you can have multiple plots.
-Check if this helps :http://forums.ni.com/t5/LabVIEW-Web-UI-Builder-and-Data/Showing-array-on-Data-dashboard-for-iOS/m-p/...
-Post your vi/snippet so that it's better to explain what problems you are facing.
Edit: Looks exactly same as this : http://forums.ni.com/t5/LabVIEW/Plotting-multiplot-chart-on-NI-Dashboard/td-p/3342706 If same please stick to single thread.
09-06-2016 02:12 AM
Hi udka,
Thank you for the reply, attached is my vi.
Also, because I'm quite new to LabVIEW, may I know what you mean by 2D array and does my program needs to modified in any way to be 2D array?
09-06-2016 03:07 AM