User`s guide

36
DDE Item Names In PCIS-DDE
* To get the value of Nth bit of PDO0/PDO1 by using Tag.0N as the item
name, the data type of PDO0/PDO1 have to be set as integer. As
mentioned before, the “integer” is “32-bit signed integer” in InTouch. That
means the range of “integer” is 2147483648 ~ 2147483647. However, to
poke 32-bit unsigned data, use “PSDO0” or “PSDO1” (the data type is
string) for digital output.
4.8 PCI-9111DG/HR
Analog I/O, Digital I/O and Range Setting Command Set
Command Item Name
Requested Poked
value
R/W Data Type
Read Analog Input PAI0…PAI15
For PCI-9111DG:
Data range:
-2048 ~ 2047
example: 1024
For PCI-9111HR:
Data Range:
-32768 ~ 32767
example: 12345
R Integer
Fast Analog Input
PASAI0 …
PASAI15*
For PCI-9111DG:
Data range:
-2048 ~ 2047
example: 1024
For PCI-9111HR:
Data Range:
-32768 ~ 32767
example: 12345
R Integer
Analog Data Out PAO0
Data range:
0 ~ 4095
example: 2048
W Integer
Digital Data In PDI
Data Range: 0~65535
Example: 32767
R Integer
Digital Data Out PDO
Data Range: 0~65535
Example: 32767
W Integer
Nth bit Digital Data In
(N is the bit number)
PBI0…PBI15
Data: 0 or 1 R Integer
Fast Nth bit Digital
Data In (N is the bit
number)
PASBI0 …
PASBI15*
Data: 0 or 1 R Integer