From e50b51d616b5b8e60a5443b4cadaa35b7a80bb32 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 9 Jan 2012 20:57:30 +0000 Subject: [PATCH] Changed the example MAXv ISR interrupt vector to 200 (avoid sharing vector with OMS VME58). --- iocBoot/iocNoAsyn/st.cmd.Vx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iocBoot/iocNoAsyn/st.cmd.Vx b/iocBoot/iocNoAsyn/st.cmd.Vx index 4f337429..43d00e11 100644 --- a/iocBoot/iocNoAsyn/st.cmd.Vx +++ b/iocBoot/iocNoAsyn/st.cmd.Vx @@ -44,9 +44,9 @@ dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") # (4)interrupt vector (0=disable or 64 - 255). # (5)interrupt level (1 - 6). # (6)motor task polling rate (min=1Hz,max=60Hz). -#!MAXvSetup(1, 16, 0xF000, 190, 5, 10) -#!MAXvSetup(1, 24, 0xFF0000, 190, 5, 10) -#!MAXvSetup(1, 32, 0xFF000000, 190, 5, 10) +#!MAXvSetup(1, 16, 0xF000, 200, 5, 10) +#!MAXvSetup(1, 24, 0xFF0000, 200, 5, 10) +#!MAXvSetup(1, 32, 0xFF000000, 200, 5, 10) #!drvMAXvdebug=4 # OMS MAXv configuration string: