10-14-2005 06:45 PM
11-01-2005 03:47 PM
Hi AVR,
This warning means you have tried to change an attribute on a running object. This causes the warning and should not take place.
Use the "Initialize' function instead of the "initStart" Function, then change the Attribute and use the "Start" function to start the communication, or stop the communication using the "stop" Function before you change any Attribute and then start again.
Hope that helps
DirkW