05-10-2007 09:56 AM - edited 05-10-2007 09:56 AM
Message Edited by SebastiaanNL on 05-10-2007 09:58 AM
05-11-2007 01:46 AM
05-11-2007 03:20 AM
Hello Sebastiaan,
In answer on your questions:
- Is there a list with vision VI's that will work and won't work in combination with Timed Execution?
Go to the NI Vision for LabVIEW VI Reference Help which can most easely entered by using the Context help Window in LabVIEW by clicking on the detailed help link on any of the Vision VI's. Go to the Index tab and start typing PreAllocated as the keyword to search for. You will find a topic in the list and when doubleclicking it you will get the information you want in the right part if the screen.It will give you a list of all supported VI's.
- Are there more PreAllocated VI's than in the preallocated.llb file in the directory: Labview 8.2\vi.lib\vision
The VI's which are in the list in the help file are supported.
- Is there a solution to this problem?
The only solution I could think of is using a timed loop. You can give a timed loop timming parameters. When an iteration of the timed loop does not meet its setup looprate you could abort the loop and handle the rest of the program in the way you would like. For more infomation on how to use timed loops refer to the LabVIEW Help.
Regards,
RikP - National Instruments Applications Engineering
05-11-2007 04:11 AM