LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i create progress bar in main vi

Solved!
Go to solution
Solution
Accepted by topic author JUSTBEGINE

Hi Begine,

 

to get values out of a loop you use a wire - THINK DATAFLOW!

Counting pulses is quite easy once you know the PtByPt-BooleanCrossing function which detects rising/falling edges of boolean signals…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 41 of 45
(2,365 Views)

control design and simulation loop does not allow to take indicator outside the loop and as well to use while loop inside the simulation loop. and i want indicator inside the simulation loop to be used out of that loop.

0 Kudos
Message 42 of 45
(2,356 Views)

i have this vi and i want to count pulses at waveform chart 3. how can i achieve this?

 

0 Kudos
Message 43 of 45
(2,355 Views)

Hi Begine,

 

unfortunately the chart is empty as you didn't set any default data - and I don't have the simulation toolkit installed…

 

But again: detect rising edges in your waveform and count them!

 

For your data transfer problem: use techniques as you would use within any loop in LabVIEW: notifier, queues, FGVs aka AEs, even local/global variables. All of them allow to transfer data between loops!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 44 of 45
(2,352 Views)

how would use this go through an array of processes  

0 Kudos
Message 45 of 45
(1,646 Views)