From: Camilo on
HI, I would like to ask for help in a OPC error message related to OPC toolbox and matlab compiler:

I have compiled a standalone version of the following code:

"load myopc.mat
connect(daobject)
start(group1)"

In myopc.mat I have opc objects to create an OPC client with Rslinx OPC server. When I run this program in Matlab I have no problem an it starts with data logging.

When I run the standalone version, then it display the message:
"Warning: The server threw an exception
The item X has been deleted while the group was logging
All items in Group1 have been deleted
Logging has stopped"



THANKS IN ADVANCE,