Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
📖HomeBack In some cases a structured text program may reports a tag error whilst the object is there and appears valid. The error may appears while saving saying:
Compile...Tag error: Test.CurrentValue not found
Or when using direct variables, a message box appears saying:
Program contains errors
To resolve this, check using the schema and data source bar that the object name and property are spelt correctly. A database object name is case-sensitive, whilst the property names are case-insensitive.
Another reason could be the fact that you have put spaces in the variable declaration, however the spaces are used in the database location, for example:
VarName AT %M(.Analogue.CurrentValue) : LREAL;
and
VarName AT %M( .Analogue.CurrentValue) : LREAL;
are referring to two different database locations.
Putting an extra space in is easily done, especially when using indirect variables, so some care should be taken when declaring variables.