Hi,
I have an object that uses the Classdefinition variable to access the variablelist.
This functionality runs fine in single task environment (if I simple CREATE the object). But if I run it in a separate task (as SharedObject) the results are sometimes unexpected. For instance I sometimes get empty variable names or the function call or the whole application hangs.
May it be, that the access of Classdefinition is not threadsafe?
I have tested it with a simple test application (no PFC or others).