LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem with recording data into the 1D array

Hi lubie,

 

when you use an older LabVIEW version you should mark this (and also name that version!).

A nice place to do so is your signature. See mine as example…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 11 of 16
(550 Views)
0 Kudos
Message 12 of 16
(529 Views)

Hi Franzo,

 

why don't you use BuildArray when you want to append data to an array?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 13 of 16
(527 Views)

Sorry, i have 2011 version.

0 Kudos
Message 14 of 16
(520 Views)

I also recommend learning to use the Event Structure.  It just reacts to GUI events, like the pressing of a button.  This is desirable since it doesn't use any CPU while waiting for events.  Your current VI will peg a CPU core since the loop is running as fast as it possibly can.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 15 of 16
(517 Views)

Thanks Franzo it works 🙂

 

0 Kudos
Message 16 of 16
(515 Views)