Skip to content

Commit

Permalink
st.notb-mcs1.iocsh: Use AMSNETIDIOC
Browse files Browse the repository at this point in the history
  • Loading branch information
tboegi committed Sep 21, 2023
1 parent e64397b commit efd325c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/startup/st.notb-mcs1.iocsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ epicsEnvSet("MOTOR_PORT", "$(SM_MOTOR_PORT=MCU1)")

epicsEnvSet("IPADDR", "$(SM_IPADDR=172.30.32.62)")
epicsEnvSet("IPPORT", "$(SM_IPPORT=48898)")
epicsEnvSet("AMSNETIDIOC", "172.30.32.63.1.1")
epicsEnvSet("ASYN_PORT", "$(SM_ASYN_PORT=MC_CPU1)")
epicsEnvSet("PREFIX", "NOTB-MCS1:MC-MCU-01:")
epicsEnvSet("PREC", "$(SM_PREC=3)")
epicsEnvSet("SM_NOAXES", "4")
epicsEnvSet("ECM_OPTIONS", "adsPort=852;amsNetIdRemote=5.79.68.164.1.1;amsNetIdLocal=172.30.32.63.1.1"
epicsEnvSet("ECM_OPTIONS", "adsPort=852;amsNetIdRemote=5.79.68.164.1.1;amsNetIdLocal=$(AMSNETIDIOC)"



Expand Down

0 comments on commit efd325c

Please sign in to comment.