LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CASE STRUCTURE CONDITION

Hiii, i am nagendra.i am doing project on labview based phasor estimation for that i am using case structure but,

1) i could not geting exact boolean function outputs while comparing present iterative value to previous iterative value( which is obtained by shift register)

2) i would like to write 10 samples data per 1 second i.e 1 sample data per 100 milli seconds by using write measurement file(excel sheet).

@ could you please tell me how to solve these problems?

 

Download All
0 Kudos
Message 1 of 2
(1,823 Views)
  • You attached two different VIs with the same name (pe.vi). Which one is correct?
  • Try to avoid dynamic data and things will become clearer. All bets are off if you convert a dynamic signal to a single scalar, just too opaque.
  • Instead of the loop wait, set the simulate signal to simulate acquisition timing.
  • You might want to append to the file instead of overwriting.
0 Kudos
Message 2 of 2
(1,805 Views)