KEJR Posted November 10, 2010 Share Posted November 10, 2010 I have found that having a script PLC disable itself fails when using symbolic names. Please help, I was looking forward to never giving PLCs numbers ever again! example code that works as a one shot deal: open plc 1 send 1 "Starting Init PLC ...1" disable plc 1 close The following code executes continuously (rather nasty without a delay in there...) open plc InitPLC send 1 "Starting Init PLC ...1" disable plc InitPLC close Am I doing anything wrong, or is this a bug? KEJR Link to comment Share on other sites More sharing options...
Sina.Sattari Posted November 11, 2010 Share Posted November 11, 2010 Kejr, I think this is a bug. If you please report the bugs you find in our bug report system: [url=http://forums.deltatau.com/bugzilla/]http://forums.deltatau.com/bugzilla/[/url] This way our development team can assign/track/resolve the bugs in a more efficient way. Also, you'll be notified about all the progress on the bug you've reported. Link to comment Share on other sites More sharing options...
edlay Posted November 12, 2010 Share Posted November 12, 2010 [quote='Sina' pid='827' dateline='1289436129'] Kejr, I think this is a bug. If you please report the bugs you find in our bug report system: [url=http://forums.deltatau.com/bugzilla/]http://forums.deltatau.com/bugzilla/[/url] This way our development team can assign/track/resolve the bugs in a more efficient way. Also, you'll be notified about all the progress on the bug you've reported. [/quote] Link to comment Share on other sites More sharing options...
edlay Posted November 12, 2010 Share Posted November 12, 2010 Make sure that the string has the same case as the replacement is case sensitive Link to comment Share on other sites More sharing options...
KEJR Posted November 12, 2010 Author Share Posted November 12, 2010 I apologize but I haven't been able to recreate the problem. I tried changing the case on the spelling and the IDE caught the mispelling and threw an appropriate error. I'll report back if/when the problem comes back and try to note what it was that I did differently. Thanks, KEJR Link to comment Share on other sites More sharing options...
Recommended Posts