Frequently Asked Questions (FAQs)
Where can STRING data be accessed? |
|
Due to AOI constraints, complex data types cannot be exposed as Input/Output parameters. Refer to Accessing Data via the Acyclic Buffer for instructions on accessing STRING data. |
|
What are the lines attached to the right side of the AOI? |
|
All the data exposed by an AOI exists within the main body, except for data exposed with Output parameters of type BOOL. This data exists on the right side of the AOI, as outlined with the red box in the screenshot below. |
|
How are TeSys™ Island configuration changes integrated into a project? |
|
|
|
Why do 32-bit unsigned integers have a maximum displayed value of 2,147,483,647? |
|
Rockwell Software® Studio 5000 software only handles signed integers. For this reason, the maximum positive value that can be displayed for 32-bit unsigned integers is 2,147,483,647. To enforce this, logic exists within AOIs to max out UDINT registers if the sign bit is used. For these TeSys island registers, a flag exists as an exposed parameter to indicate overflow. These flags are of type BOOL with the naming convention {TagName}_O. |