From 28a642cf798f09f010c6134a3342aee06964a080 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Wed, 18 Apr 2018 11:42:30 -0500 Subject: [PATCH] Use the default IP address provided at the factory. --- iocBoot/iocWithAsyn/motor.cmd.ANF2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iocBoot/iocWithAsyn/motor.cmd.ANF2 b/iocBoot/iocWithAsyn/motor.cmd.ANF2 index 9e3da72c..de8248a7 100644 --- a/iocBoot/iocWithAsyn/motor.cmd.ANF2 +++ b/iocBoot/iocWithAsyn/motor.cmd.ANF2 @@ -9,8 +9,8 @@ epicsEnvSet("PORT1", "ANF2_C1") epicsEnvSet("PORT2", "ANF2_C2") # drvAsynIPPortConfigure("portName", "hostInfo", priority, noAutoConnect, noProcessEos); -drvAsynIPPortConfigure("$(PORT1)_IP","192.168.1.101:502",0,0,1) -drvAsynIPPortConfigure("$(PORT2)_IP","192.168.1.102:502",0,0,1) +drvAsynIPPortConfigure("$(PORT1)_IP","192.168.0.50:502",0,0,1) +drvAsynIPPortConfigure("$(PORT2)_IP","192.168.0.51:502",0,0,1) # modbusInterposeConfig("portName", linkType, timeoutMsec, writeDelayMsec) modbusInterposeConfig("$(PORT1)_IP",0,2000,0)