Issue
Some attributes used within Continuum PE programs on b3/i2 controllers are no longer appropriate with EBO Script programming
Product Line
EcoStruxure Building Operation
Environment
-
b3
-
Infinet
-
Building Operation Server
-
Script Programming
Cause
Some attributes used within Continuum PE programs on b3/i2 controllers are no longer appropriate or cannot be used with EBO
Resolution
An example of this would be the ElecValue attribute for an input or output. This can be used within the Conversion field of an input but cannot be used within a Script Program or Script Function.
The Continuum example PE program for an STR502 or STR504 includes the line
"If STR5xx ElecValue <= 0 then Return Upper"
The correct result can be obtained within SmartStruxure by dropping the "ElecValue", so
"If STR5xx <= 0 then Return Upper"
Then ensure the STR5xx analog input is a Voltage type with no conversion configured.
Note: The ElecValue keyword can still be used in the Conversion line of an Analog Inputs (e.g. for Counter input scaling).
Some other Attributes not supported in Script Programming are:
Size
LogType