10-18-2016 03:58 AM
Here i am attaching 2012 vi
10-19-2016 12:51 AM
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
10-19-2016 01:23 AM - edited 10-19-2016 01:24 AM
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
10-19-2016 01:26 AM
I NEED VI NOT TEXT
10-19-2016 02:23 AM
10-19-2016 02:25 AM - edited 10-19-2016 02:28 AM
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…
10-19-2016 03:15 AM
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
10-19-2016 03:26 AM - edited 10-19-2016 03:32 AM
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)!
05-10-2017 09:11 PM
hi GerdW,
can u please tell me , how to get any output values out of the labview control design and simulation loop?
05-10-2017 09:37 PM
also how to count the number of pulses in simulation loop