From 084f6d9c67e08522cf3111b796e112cdcb0e8ed3 Mon Sep 17 00:00:00 2001 From: sluiter Date: Wed, 10 Feb 2016 13:41:14 -0600 Subject: [PATCH] Document valid MAXv IRQ's are 2-6 --- 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 0d605394..ca05ba6c 100644 --- a/iocBoot/iocNoAsyn/st.cmd.Vx +++ b/iocBoot/iocNoAsyn/st.cmd.Vx @@ -42,7 +42,7 @@ dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") # (2)VME Address Space - A(16,24,32). # (3)Base Address (see README file). # (4)interrupt vector (0=disable or 64 - 255). -# (5)interrupt level (1 - 6). +# (5)interrupt level (2 - 6). # (6)motor task polling rate (min=1Hz,max=60Hz). #!MAXvSetup(1, 16, 0xF000, 200, 5, 10) #!MAXvSetup(1, 24, 0xFF0000, 200, 5, 10)