07-28-2016 08:34 PM
I am trying to use VS C# Native Controls TextBox to scann one serial number to triger one teststand Execution.
What I need help is how pass TextBox.text as one serial number to RunState.Root.Locals.UUT.SerialNumber,thanks in advanced!
08-04-2016 01:16 AM
Nobody Answer?
08-04-2016 02:02 AM
The example "User Instructions" included here contains the answer to your question.
It is written in LV, but the process itself is the same in C#. So read the documentation and if you have LV available, review the code (and transfer to C#).
Norbert
08-07-2016 08:41 PM
Thanks! I have review all the demo, but I really can't find the way pass serial number anywhere.