beautypg.com

Dout, 4 f o rm ulas – HEIDENHAIN ND 2100G User Manual

Page 198

background image

198

2 Installation and Specifications

2.4 F

o

rm

ulas

Din

Din ranges can only be specified for the data input pins of the parallel
connector.

Dout

Dout ranges can only be specified for the data output pins of the
parallel connector.

Din syntax

Din (1--n)
Specifies Din (1) through Din (n).

Example:

If(Din(1--4)>0,SendRec,0)

If any Din in the range Din (1) through Din (4) is greater than zero,
send our record, otherwise do nothing.

Dout syntax

Dout (1--n)
Specifies Dout (1) through Dout (n).

Example:

Dout(1--4,1)

Sets all Dout in the Range Dout(1) through Dout(4) to a logic 1.