08-23-2005 07:32 AM
08-25-2005 06:13 AM
I also think that this is a fair requirements that would increase the use of the devices, and as a frequent user and buyer, I think it really should be implemented.
08-25-2005 06:51 AM
1.) VBAI 2.6 has an ActiveX interface. You could install a development enviroment like LabVIEW, CVI, VB, etc on your host PC and call the VBAI-Sequence running at the target via ActiveX to transfer step results or images to the host for example.
2.) ActiveX could be also an interface to change tolerances during runtime.
3.) you can use the serial IO step to set tolerances dynamicly. After that typecast the string into a numeric value, and compare this value with a constant (min, max) in a decision making step. Do not set the limits in the analyse step. Because you use the decision making step therefore.
08-25-2005 07:05 AM