lpcmanager
Clone
Summary
Browse
Changes
Graph
Logging: added HMI:HistoryXYGraph (accepts streamed data from log and plots XYGraph) and log_append POU (logs data up to maximum number of records defined in config file).
4 months ago, Dino Kosic
7b2269900873
Logging: added HMI:HistoryXYGraph (accepts streamed data from log and plots XYGraph) and log_append POU (logs data up to maximum number of records defined in config file).
#!/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()