Cannot set variable tag to number higher than 100

Hello,

I have a strange behavior in CitectSCADA 7.40 and two variable tags!  I cannot set them through SCADA to a value more than 100, it just ignores the new number entered, but if I set the number in the PLC, SCADA shows it properly!  The variable tags are pointing to DT1219 and DT1235, which are normal working address, and are of INT types.

Any suggestions as to why a number higher than 100 is being ignored?  There are other similar variables, of INT types, that works just fine, and are used the same way to modify their values.

Parents
  • Maybe the change never got compiled. I always disable Incremental Compile (Project Editor | Tools menu | Options) so it does a full compile each time and eliminates problems like this where changes don't seem to take effect. The other option is leave incremental compile enabled, but compile 2 times in a row. It will say there are no changes to compile and if you choose to compile anyway it will do a full compile.
Reply
  • Maybe the change never got compiled. I always disable Incremental Compile (Project Editor | Tools menu | Options) so it does a full compile each time and eliminates problems like this where changes don't seem to take effect. The other option is leave incremental compile enabled, but compile 2 times in a row. It will say there are no changes to compile and if you choose to compile anyway it will do a full compile.
Children
No Data