lpcmanager
Clone
Summary
Browse
Changes
Graph
New widget HMI:DropDownIndexed was created to accommodate runtime changes of dropdown options, as well as mitigate string length limitations. Redmine issue #4530
2 months ago, Dino Kosic
c1a0999e3ac9
New widget HMI:DropDownIndexed was created to accommodate runtime changes of dropdown options, as well as mitigate string length limitations. Redmine issue #4530
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from bacnet import bacnet as BacnetModule
from bacnet.bacnet import RootClass
from LPCArch import GetLPCArch
BacnetModule.BACNET_VENDOR_ID = 1071
BacnetModule.BACNET_VENDOR_NAME = "Smarteh Company"
BacnetModule.BACNET_DEVICE_MODEL_NAME = GetLPCArch()