LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

elegant solution for 'simple' problem?

Hi, I'm writing a program which logs data to a text file. I want to change the file name each month. I need a subvi which will compare the month of the current iteration with the month of the last. I use get date/time in seconds, pass to seconds to date/time, then unbundle by month. If I use a subvi with a 1 iteration while loop with shift reg, it obviously doesnt do what I want. Anyone have a way I can flag a boolean from a subvi using a similar (but working) method?

Thanks, Paul.S
0 Kudos
Message 1 of 2
(2,421 Views)
The solution you describe should work (as long as you don't shutdown the software). Post your code in 6.0 format and I'll look at it.Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,421 Views)