From dadd065bdc71ac506b3cf916e68101f08c15c9ec Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 21 Apr 2015 21:25:28 +0000 Subject: [PATCH] Update MAXv limit true state command --- iocBoot/iocNoAsyn/st.cmd.Vx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iocBoot/iocNoAsyn/st.cmd.Vx b/iocBoot/iocNoAsyn/st.cmd.Vx index da5a32d1..0d605394 100644 --- a/iocBoot/iocNoAsyn/st.cmd.Vx +++ b/iocBoot/iocNoAsyn/st.cmd.Vx @@ -63,7 +63,7 @@ dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") #!str = malloc(200); #!strcpy str, "AA; LMH,H,H,H,H,H,H,H;" -#!strcat str, "AX LH PSO; AY LH PSO; AZ LL PSO; AT LL PSO; AU LL PSO; AV LL PSO; AR LL PSO; AS LL PSO;" +#!strcat str, "AX LTH PSO; AY LTH PSO; AZ LTL PSO; AT LTL PSO; AU LTL PSO; AV LTL PSO; AR LTL PSO; AS LTL PSO;" #!MAXvConfig(0, str, 0, 0) #!free(str)