Update scripts to reference converted attributes
- Last UpdatedJun 20, 2024
- 1 minute read
The conversion process applies certain changes to scripts that contain I/O references. In the conversion process, the Field Reference I/O namespace is truncated to match the Attribute namespace. These reference changes are as follows:
-
Me.Analog_001.Input.InputSource converts to Me.Analog_001.InputSource
-
Me.Analog_001.Output.OutputDest converts to Me.Analog_001.OutputDest
-
Me.Analog_001.Input.Value converts to Me.Analog_001.Value
Note: Only Field Attributes that begin with "Me." are converted. No other changes are made to scripts. Scripts within graphics are not converted.
While Field Attribute conversion updates I/O references within scripts, other attribute references are not updated. For example, while a Field Attribute description is truncated to "Desc," the description is not truncated for Attributes. Therefore, you will have to do some manual updating.