Installation guide

Keyword Reference Guide
MN1270 02.2002 95
5
_ieFAILED_TO_READ_CARRIER_EEPROM
Failed to read EEPROM
6
_ieFAILED_TO_READ_POWER1_EEPROM
Failed to read EEPROM
7
_ieDSP_FAILED_TO_INITIALISE
DSP Failed to Initialise
8
_ieDSP_LOST_USER_DATA
DSP detected Lost User Data
9
_ieFAILED_TO_CLEAR_ALL
DSP failed to clear Lost User Data condition
10
_ieFAILED_TO_SET_WATCHDOG
Failed to set DSP Watchdog timeout
11
_ieEEPROM_DEFAULTS_USED
Controller reset condition detected
INPUTDEBOUNCE/IDB
Purpose:
To specify the number of samples that a digital input must be sampled for in order for the input to be
seen.
Controllers Supported:
NextMove PCI NextMove PC NextMove BX MintDrive ServoNode 51
Format:
INPUTDEBOUNCE = <expression>
value = INPUTDEBOUNCE
Attributes:
Controller Read Write Command Multi-
Axis
Scaled Default Range
NextMove
1 1 - 10
Description:
Digital input channels are sampled on a periodic basis. On NextMove, this is every millisecond. If an
input is active in hardware at the point of sampling, then that input is seen and processed according to
the rules of
INPUTMODE, INPUTACTIVELEVEL, INPUTPOSTRIGGER and INPUTNEGTRIGGER.
The
INPUTDEBOUNCE keyword specifies the number if samples an input must be active for in order to
be seen and then processed. This is useful in ‘noisy’ environments where false inputs can be seen and
where a contactor may ‘bounce’ as it changes state.
The default value is one, i.e. the input is not debounced. A value of two for example means that the
input must be present of two consecutive samples.
If debouncing is not on (set to 1), then the
IN and INSTATE keywords read the state of the inputs when
called. If debouncing is turned on (greater than 1), then the
IN and INSTATE keywords return the last
sample values.
The
INPUTDEBOUNCE keyword affects the current I/O bank as set with the BANK keyword.
Example
In order to avoid noise affecting the digital inputs, a valid input signal will have a minimum duration of
5 milliseconds. This equates to a debounce value of 6.
INPUTDEBOUNCE = 6
See also:
BANK, INPUTMODE
KACCEL/KA
Purpose:
To set the servo loop acceleration feed forward gain.