From 0ec71cdfde4c8a1d0ab5f9b83805c6a6c174a2bd Mon Sep 17 00:00:00 2001 From: Kevin Peterson Date: Thu, 12 Feb 2026 13:59:02 -0600 Subject: [PATCH] Updated OMS PID info --- docs/motorRecord.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/motorRecord.html b/docs/motorRecord.html index bd009d87..58882f61 100644 --- a/docs/motorRecord.html +++ b/docs/motorRecord.html @@ -2827,8 +2827,10 @@ below. controller parameters as follows:

For the MM4000;  CKP = PCOF, CKI = ICOF and CKD = DCOF.
- For all OMS controllers;  CKP = 1999.9 * PCOF, CKI = 1999.9 * ICOF, CKD = - 1999.9 * DCOF. + For all OMS controllers except the MAXv;  CKP = 1999.9 * PCOF, CKI = 1999.9 * ICOF, CKD = + 1999.9 * DCOF.
+ For the OMS MAXv;  CKP = 32767.0 * PCOF, CKI = 32767.0 * ICOF, CKD = + 32767.0 * DCOF.