Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Write Data

Hi, Im master student and I study labview for my master project,but I have a problem.I make a front panel and it include string and numaric control,I use this control for entering ID,Name Surname and Age of a person than I want to written these datas to a multicolumn list ,raw to raw.How can I solve this problem?
0 Kudos
Message 1 of 5
(3,344 Views)

I don't know why you would have posted this question to the DAQ board. It belongs to the LabVIEW board.

 

Right click on the multi-column listbox and select Create>Property Node>Item Name. Right click on the proeprty node and select Change to Write. The Item Names is a 2D string array. You just need to convert all of your front panel data to strings and update the array. A shift register and a build array is a pretty basic way to do this.

0 Kudos
Message 2 of 5
(3,343 Views)
Thanks Dennis for your help..
0 Kudos
Message 3 of 5
(3,328 Views)
 I make a front panel and it include under process window,string ,numaric control and Multicolumn List which include datas,I want to enter ID,Name Surname and Age of a person than I want to written these datas to a multicolumn list under data list window,raw to raw.I attach .vi to my message.How can I make this?
0 Kudos
Message 4 of 5
(3,326 Views)

You haven't made an attempt to do what I said. Converting to strings and building arrays are basic LabVIEW tasks. You should probably spend some time taking the tutorial

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