12-06-2007 12:47 AM
12-06-2007 02:13 AM
Hi,
Try this the following link as a guide to creating a Custom Step Type
http://zone.ni.com/devzone/cda/tut/p/id/2772
and try the next link for a Multiple Numeric example
http://zone.ni.com/devzone/cda/epd/p/id/4913
Regards
Ray Farmer
12-06-2007 02:41 AM - edited 12-06-2007 02:42 AM
12-06-2007 05:31 AM
Hi,
Would it not been better to use a several arrays or an array of clusters to hold your front panel control in. The size of the array would have been dependent on the number of limit tests. At the moment you are restricted to three.
The name of the NI_LimitMeasurement container is easily changed, its just a property of the container which you will have a reference to when you insert it to the array of measurements.
The best thing to do is look at the C Code of the original MultipleLimitTest which you will find in the Components \NI \Steptypes folder.
Regards
Ray Farmer
12-06-2007 06:25 AM