From 32adda5a4384e2225dabdfb54e7556465d8a9c4d Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 16 Jul 2002 19:24:09 +0000 Subject: [PATCH] - Use MPFconfig.cmd and MPF_Server_Location. - Use mpfserialserverLib and mpfgpibserverLib. --- iocBoot/iocipServer/st.cmd | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/iocBoot/iocipServer/st.cmd b/iocBoot/iocipServer/st.cmd index 8ad35030..65f906ca 100644 --- a/iocBoot/iocipServer/st.cmd +++ b/iocBoot/iocipServer/st.cmd @@ -5,17 +5,20 @@ #cd "... IOC st.cmd complete directory path ... " < cdCommands - -#< ../nfsCommands +< ../MPFconfig.cmd cd appbin -ld < ipServerLib +ld < mpfLib +ld < ipLib +ld < mpfserialserverLib +# !GPIB! #ld < mpfgpibserverLib cd startup #start message router routerInit -tcpMessageRouterServerStart(1,9900,"164.54.53.78",1500,40) +# 3rd argument is VxWorks "inet on backplane" boot parameter. +tcpMessageRouterServerStart(MPF_Remote_Server,9900,Remote_IP,1500,40) ############################################################################### # Initialize IP carrier