10-29-2017 11:07 PM
please see attached file..
time value only save once when its save first value in xls.
next time row of time colum shows 00:00:00.
how can i solve this problem?
Solved! Go to Solution.
10-30-2017 02:46 AM
Hi Asif,
how can i solve this problem?
By getting rid of ExpressVIs, where you only have limited control over their behaviour…
Why don't you create simple spreadsheet files (aka delimited text files aka CSV files)? With full control of their content and formatting?
Why are there two wait functions in your loop - with different wait times?
Why is there a local variable creating a race condition?
10-30-2017 04:19 AM
10-30-2017 07:34 AM
@Achuthaperumal wrote:
Kindly share the code which is compatible with previous versions like 13, 14 and 15.
Here it is, after a little bit of Code Cleanup (the Broom tool) and a small amount of Structure/Wire movement to make it a little more compact (I renamed it to "protect the innocent"). Note that I agree with GerdW's observations ...
Bob Schor
10-30-2017 11:27 PM
Thanks to all for your replay,
Bob, it also not showing time value in time column.
after modification my previous code now its working,
check.
Thanks,
11-02-2017 12:59 PM - edited 11-02-2017 12:59 PM
depending on the idiosyncratic effect that the Boolean Local will be read before the terminal is written is a poor choice. You know how to use a shift register, use one there.
11-03-2017 10:13 PM
can you modify my code?
i am unable to understand..
Thanks
11-04-2017 03:33 AM
@Asif138 wrote:
can you modify my code?
i am unable to understand..
Thanks
If you're unable to understand such basic hints, I would seriously recommend doing a step back in your learning curve. Or is it only the language barrier? If the former, you could retake the online Core 1-2 learning material. If the latter, some English course could speed up your LabVIEW learning and forum usage efficiency...
Ps: and instead of asking others to modify your VI, you could explain what was not clear in the above suggestion for you. If yourself figure out how to modify your own VI, the learning factor is much higher, believe me!