jeepers52004 Posted March 10, 2016 Report Posted March 10, 2016 Is it possible to either use the description field from struct members or add a second header row to an indexed data table? I would like to add a row or otherwise include the units of measure relative to the value being recorded. Thanks!
Alexander Posted March 14, 2016 Report Posted March 14, 2016 The description is only used with the ladder logic for reference. The tables themselves can only hold the data type for the column, so it wouldn't be possible to only have a single row of ASCII strings for units. Though one possible solution is to modify the tag names used for each column that contains the engineering unit. For example a tag can be named Pressure (PSIG) or Temperature (F) with the brackets if that will work for your application.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now