From 5619f875e2ff07caef43b02ce803829601465e82 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Tue, 1 May 2018 10:59:45 -0500 Subject: [PATCH] Added support motors and documentation for the IGSET field. --- documentation/motorRecord.html | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/documentation/motorRecord.html b/documentation/motorRecord.html index 9ded5f88..087283de 100644 --- a/documentation/motorRecord.html +++ b/documentation/motorRecord.html @@ -35,7 +35,7 @@ -

Overview

This documentation describes version R6-9 of the EPICS motor +

Overview

This documentation describes version R6-10 of the EPICS motor record, and related EPICS software required to build and use it.  Version R6-9 of the motor record is compatible with EPICS base R3.14.12.2 and above.

@@ -61,7 +61,7 @@ Channel support): Mclennan models PM304 and PM600.

  • - Physik Instrumente (PI) GmbH & Co. models; C-630/844/848/862/863, E-662/710/816, micos SMC hydra and all GCS2 (General Command Set) compatible controllers. + Physik Instrumente (PI) GmbH & Co. models; C-630/662/663/844/848/862/863, E-516/517/710/816, micos SMC hydra and all GCS2 (General Command Set) compatible controllers.
  • MicroMo model MVP 2001 B02. @@ -76,7 +76,7 @@ Channel support): Parker Hannifin, Compumotor Division, 6K Series controllers.
  • - New Focus, models; 8750 and 8752. + New Focus, models; 8750, 8752, & 874x.
  • ACS Motion Control, SPiiPlus model. @@ -533,6 +533,14 @@ below.
    + + IGSET + R/W + Ignore SET Field + SHORT + (0:Normal operation, 1: SET is ignored)
    + + INIT R/W @@ -1336,6 +1344,14 @@ below. SHORT Set Set/Use switch to "Use". + + IGSET + R/W + Ignore SET Field + SHORT + (0:Normal operation, 1: SET is ignored)
    + + SET is a toggle switch used in calibrating the motor's user and dial positions:  @@ -1356,6 +1372,16 @@ below. LLM). When the offset is frozen (FOFF=1), writes to any drive field affect both user and dial values, and also load the hardware position register.

    + +

    + When IGSET = 0, the motor record will obey the SET field and behave as described above. +

    + +

    + When IGSET = 1, the motor record will behave as though SET = 0. Ignoring the SET + field can useful for applications with soft motors (motors with soft-channel device + support). +