01-29-2008 11:56 AM
01-30-2008 06:12 PM
02-04-2008 04:12 PM
02-05-2008 01:49 AM
02-05-2008 07:17 AM
This error occurs on several machines. I have the same block of code on 4 workstations now, and will be adding 5 more within the next month. I've added code to e-mail me when this error occurs, so I will begin collecting frequency by workcenter data.
For background information, the calling VI is responsible for capturing a serial number which is contained in a barcode. The calling VI is dynamically called from the Top-level application. It is dynamically called because there are other methods in which a barcode can be collected (OPC communication with a PLC, RFID query, etc) based on the workstation. I have created a plugin for each of these methods.
For workstations that use this barcode read, the VI is called frequently; as much as once every 5 seconds. Additionally, when it is called, it is not known if it will be called again. I would rather not complicate my top-level VI with dynamic calls to deallocate resources that may not be used for the other plugins. Also, I view this solution as a work-around, in which I already have one; ignore the error as it is not critical.
Thank you