Once you have set up the Serial number handler at the server and the WATS Client, you can easily GET new serial numbers or MAC addresses using your application.
Using LabVIEW
Use the built in WATS MES toolkit to get a serial number or MAC address.
Using TestStand
Use the .NET API to get a serial number or MAC address.
Using C#
SerialNumberHandler handler = new Virinco.WATS.Interface.MES.Production.SerialNumberHandler("MAC Address");
string mac = handler.GetSerialNumber("123456789", "100200");
string[] macs = handler.GetSerialNumbers(10, "123456789", "100200");
Comments
0 comments
Please sign in to leave a comment.