Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What are the steps of storing a number in Labview?

user-image
Question added by Samar Saleh , Community Manager , Bayt.com
Date Posted: 2013/06/19
Pierre Casaubieilh
by Pierre Casaubieilh , System Test Development Engineer , Resmed

on the user interface, you can have a "control" where you insert the value and you can set it as default (if you do not want the value to change).

 

If the value will be a constant, you can go to the diagram page, add a constant and insert the value (and then save the program, of course).

 

You can also save the data on Excel, notepad, or any other format.

Islam Alfetyani
by Islam Alfetyani , Technical Support Engineer , Gliese Global for Technology

We can consider the number as Data , so we can storing the data using Sting Data Type , A string is a sequence of ASCII characters.

 

* On the front panel,strings appear as tables,text entry boxes, and labels,

*LabVIEW includes built-in VIs and functions you can use to manipulate strings.

More Questions Like This