06-10-2010 03:17 AM
Hi all,
In my application, I want to use a boolean to log a time on continuous bases. When boolean gets 1, it logs system time. When boolean gets 0, it logs system time...& the cycle goes on.. We can use push button for changing boolean value...
Please guide me,,
Thank you,
Solved! Go to Solution.
06-10-2010 03:45 AM
Use the event structure to implement the logic.
Trigger the event for value change property of the boolean and have a text file to write the system time. There are vi's which readily takes the system time and gives it to you.
Guru
06-10-2010 03:46 AM
06-15-2010 01:42 AM
Hi shrikrishna,
Thank you so much its really working...I want date also to log with time...I will make suitable correction...