removed plc_ip

This commit is contained in:
2020-05-07 14:30:52 -05:00
parent b669ea9841
commit a5ba78dafd
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
from Channel import PLCChannel, ModbusChannel
from abbflow import PLC_IP_ADDRESS
tags = [
ModbusChannel("volume_flow",4003,"FLOAT", 20, 3600,channel_size=2, unit_number=1),

View File

@@ -13,11 +13,10 @@ from file_logger import filelogger as log
from Tags import tags
_ = None
log.info("abbflow startup")
# GLOBAL VARIABLES
WAIT_FOR_CONNECTION_SECONDS = 60
WAIT_FOR_CONNECTION_SECONDS = 5
IP_CHECK_PERIOD = 60