NI Home
Cart Cart | Help
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Currently Being Moderated

Testing a TestStand UUT Serial Number in the PreUUT callback

VERSION 1

Created on: May 18, 2009 4:30 PM by AdriK. - Last Modified:  May 18, 2009 4:51 PM by AdriK.

Testing the Serial Number can be done in the PreUUT callback.The attached sequence file uses flow control to test the length of the serial number displays this to the user. The following logic is implemented in the PreUUT callback:

 

if the length of the serial number < 4 characters then

          Display a message that the serial number is less than 4 characters long

else if the length of the serial number > 4 characters then

          Display a message that the serial number is greater than 4 characters long

else

          Display a message that the serial number is equal to 4 characters in length

 

serialnumber.png

 

Downloads:
Tags: example
Average User Rating
(0 ratings)




There are no comments on this document

More Like This

  • Retrieving data ...