Error when viewing Tags-All Variable Tags in Plant SCADA 2023

Hi All. In Plant SCADA 2023 I am experiencing an issue whereby when I select Tags->All Variable Tags and the list of tags appears there is also an exclamation mark in the background and an error message "Error 1, Address is out of range Func:_LibBrowseTable_GetDataRowArgs:"1",4,'Value". Has anyone seen something similar to this?

  • Hi Robert,

    This error should be detected by the compiler unless [General]CheckAddressBoundary = 0. Check the setting in your citect.ini file. The attached screenshot also shows that two tags' values are in #ERR, which indicates there is a problem to retrieve the values from the device because of incorrect addresses.

    [General]CheckAddressBoundary

    Allowable Values:

    • 0 - (Disable checking)

    • 1 - (Enable checking and report as errors)

    • 2 - (Enable checking and report as alerts)

    Hope this would help.

  • Hi Jacky,

    Is set CheckAddressBoundary to 1 in the Citect.ini file however nothing has changed when the project is compiled. That is it still compiles without any errors. 

    Any other suggestions?

    Thanks

  • Is the "Error 1, Address is out of range Func:_LibBrowseTable_GetDataRowArgs:"1",4,'Value" coming from the #ERR on the page?

    Is there anything special or unusual about the RJE_TEST_HB_START and STOP tags? Is the current value the field is returning within the Engineering range defined in the Variable tag? If you scroll across, you can see the defined EngZero and EngFull values.

    Perhaps do a TagDebug() on the actual tag name as well.

    If still an issue, could you share a project backup that replicates this issue (not relying on field data in this case - just memory or disk based devices) so that it can be replicated in-house and investigated further?

    Please get in contact with Customer Support to continue this discussion.