05-27-2010 01:12 PM
Solved! Go to Solution.
05-27-2010 01:14 PM
05-27-2010 01:15 PM
if you are passing date/time through the subvi it will remain constant until the execution of the sub-vi is over.
it will update once the main vi updates it and passes the new value to the subvi again.
05-27-2010 01:16 PM
Yes it will remain constant because the time was read only once, from the main. Whatever value is passed to the subvi stays the same. If you want an updated time, you need to put the Get Date/Time function inside the subvi.