LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i create progress bar in main vi

Solved!
Go to solution

Here i am attaching 2012 vi

Venugopal
Message 31 of 45
(3,923 Views)

modified VI is perfect.. thank you..

now i want to put condition in my code.. like if and only iif i get the XOR output i want to append 2 string after result and 2 before result 


 

0 Kudos
Message 32 of 45
(3,903 Views)

Hi minakshi,

 

now i want to put condition in my code.. like if and only iif i get the XOR output i want to append 2 string after result and 2 before result

Do you just need a LabVIEW beginners course - or do you need to take some generic beginner courses for "programming"?

Why don't you program something like this pseudocode?

IF XOR(input_array)==Expected_Result THEN
  string := ConcatString(prefix, string, suffix)
ELSE
  string := string
ENDIF
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 33 of 45
(3,899 Views)

I NEED VI NOT TEXT

0 Kudos
Message 34 of 45
(3,896 Views)
Hi , were do you get this xor output ? In the read buffer? and what is that output any examples
Venugopal
0 Kudos
Message 35 of 45
(3,892 Views)

Hi Minakshi,

 

I NEED VI NOT TEXT

Then you need to use LabVIEW and program a VI!

When you have problems to implement such simple algoirithms: Hire someone to do this work for you - and pay them!

 

All you need is a XOR function, a comparison, a case structure and a ConcatString function…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 36 of 45
(3,889 Views)

THANKS ONCE  AGAIN VENUGOPAL.!!! it is the task of generating checksum.. it will be a number..randomly im getting 4 numbers and feed it to XOR

0 Kudos
Message 37 of 45
(3,881 Views)

Hi minakshi,

 

you already have seen how to XOR 4 numbers…

 

Please attach a snippet of your current solution (or at least of the current state of your VI)!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 38 of 45
(3,878 Views)

hi GerdW,

can u please tell me , how to get any output values out of the labview control design and simulation loop?

0 Kudos
Message 39 of 45
(3,438 Views)

also how to count the number of pulses in simulation loop

0 Kudos
Message 40 of 45
(3,436 Views)