01-10-2012 03:03 PM
Hi,
I am working on developing a VI to create a TestStand sequence based on a given set of inputs from an excel file.
Through LabVIEW I have been able to create a new sequence file and insert a "LabVIEW Numeric Limit" test into the sequence (VI attached for adding new numeric step). I don't know how to take this further and set numeric limits "Step.Limits.Low" & "Step.Limits.High"
Appreciate if someone can let me know if/how this is possible.
Thanks & Regards,
Don1
PS: Please advise if I should have posted this on the LabVIEW board.
Solved! Go to Solution.
01-11-2012 01:47 AM
Using the Step Reference change it to a PropertyObject reference (Step.AsPropertyObject), then you can change the default values using the PropertyObject.SetValNumber using the Lookup String for "Limits.Low" and "Limits.High".
01-11-2012 08:19 AM
Hi Ray,
Thanks for the fast response - I tried your suggestion but can't seem to find "PropertyObject.SetValNumber" - I must be setting this up wrong?
Screenshot attached.
Thanks & Regards,
Don1
01-11-2012 08:22 AM
Hi Ray,
I just found what I was doing wrong!
Thanks,
Don1