Installation guide
Mint™ v4 Advanced Programming Guide
50 MN1270 02.2002
Value Pre defined Constants Data to capture
0
_cpOFF
Off
1
_cpMEASURED_SPEED
Measured Speed
2
_cpFOLLOWING_ERROR
Following Error
3
_cpMEASURED_POSITION
Measured Position
4
_cpDAC_DEMAND
DAC Demand
5
_cpDEMAND_POSITION
Demand Position
6
_cpDEMAND_SPEED
Demand Speed
7
_cpMODE
Mode
8
_cpINPUTS
Digital Inputs
9
_cpAUX_ENCODER
Auxiliary Encoder Position
10
_cpAUX_ENCODER_SPEED
Auxiliary Encoder Velocity
11
_cpHS_MEASURED_CURRENT
High Speed Measured Current (SN51 only)
12
_cpHS_MEASURED_VELOCITY
High Speed Measured Velocity (SN51 only)
13
_cpHS_DEMANDED_CURRENT
High Speed Demand Current (SN51 only)
14
_cpHS_EFFORT
High Speed Effort (SN51 only)
15
_cpENCODER
Encoder Value
16
_cpENCODER_SPEED
Encoder Velocity
Example:
CAPTUREAXIS.0 = 0
CAPTUREAXIS.1 = 0
CAPTUREMODE.0 = 1
CAPTUREMODE.1 = 3
CAPTURE = 1
The above example will capture the measured speed, from axis 0, on channel 0 and the measured
position, from axis 0, on channel 1.
See also:
CAPTUREAXIS, CAPTUREINTERVAL, CAPTURE
CHANNELCONFIG/CHC
Purpose:
To select if an ASIC channel on NextMove PCI will capture servo or stepper position information.
Controllers Supported:
NextMove PCI NextMove PC NextMove BX MintDrive ServoNode 51
Format:
CHANNELCONFIG.channel = <expression>
value = CHANNELCONFIG.channel
Dot Parameters:
channel – the channel number.
Attributes:
Controller Read Write Command Multi-
Axis
Scaled Default Range
NextMove
1
1 ≤ x ≤ 2
Description:
On NextMove PCI, servo and stepper motion is performed by a ASIC which is capable of supporting
both a servo axis and a stepper axis. Each ASIC is referenced by a channel number and NextMove PCI
can have up to four channels labelled 0 to 3. Channels on a NextMove PCI expansion card are labelled
4 to 7. See section 2 for a full description of controller channels.