Issue
In declaring a variable, the binding qualifier PUBLIC in a BACnet b3 controller's script program such as "Numeric Public numPoint" gives the error "Unsupported feature" when saving script program.
Product Line
EcoStruxure Building Operation
Environment
- AS
- BACnet b3 i2 Infinet controller
- Script
- Numeric Public
Cause
Need Numeric variable to be readable and writable in BACnet b3 or Infinet i2 controller script programming.
Resolution
The Public qualifier is supported in SmartX servers (AS, ASP, ASB) and SmartX IP controller script program only.
For BACnet b3 or infinet i2 controller script programming, use Input and Output qualifier and bind to the same object's property outside the program.
.