TestStand is NI's test management software, commonly used in validation and production tests. Test engineers often wish to include custom timing information in the test report to make it more insightful. In this article, we will guide you on how to obtain the current time of TestStand.
TestStand comes with three built-in Time functions: Date(), Time(), and Seconds(). We should use the Time() function to get the current time. You may perform the following instructions to save the current time as a local variable and display it using a message popup, from scratch:
Locals.CurrentTime=Time()
Locals.CurrentTime
Collaborate with other users in our discussion forums
A valid service agreement or active software subscription may be required, and support options vary by country.
Helpful
Not Helpful