Fixed some non-default IP address issues

This commit is contained in:
Patrick McDonagh
2016-04-25 16:09:24 -05:00
parent 133f0c36ad
commit 56c433545a
3 changed files with 13 additions and 13 deletions

View File

@@ -133,7 +133,7 @@ welltest_tags = {} # Tags stored at well test submit
bit_tags = {}
safety_tags = {}
custom_tags = {}
status = Status('run_status', 'Pump.Run_Status', 0, 'STRING', 0, 3600, mapFn=maps['statusMap'])
status = Status('run_status', 'Pump.Run_Status', 0, 'STRING', 0, 3600, mapFn=maps['statusMap'], ip_address=configProperties['PLC_IP_ADDRESS'])
def setupTags():