DIN.HCMD1 TO DIN.HCMD4

Description

DIN.HCMDx sets the string of commands to be used in the digital input mode command buffer. Digital input mode 9-Command buffer can execute four different sets of command buffers.

Each set of command buffers contains two buffers:

DIN.HCMDx sets the string for the four high buffers (depending on x).

Example

Set the command buffer mode to digital input 1:

DIN1.MODE 9

Set the first sets of buffers to digital input 1:

DIN1.PARAM 1

Set the command DRV.OPMODE 0 to the high buffer:

DIN.HCMD1 DRV.OPMODE 1

Now, upon a rising edge in digital input 1, the drive mode is 1.

General Information

Type

NV parameter

Units

None

Range

A string of up to 128 characters

Default Value

<Empty>

Data Type

String

Start Version

M_01-02-08-000

Related Topics

Command Buffer

Digital Inputs and Outputs

DIN1.MODE TO DIN7.MODE, DIN1.PARAM TO DIN7.PARAM, DIN.LCMD1 to DIN.LCMD4