ID : 3380
IAI*.ReadDSS1
Function
To obtain the value of device status register 1.
Syntax
IAI*.ReadDSS1
Return Value
The value of device status register 1 is returned with integer type data.
Description
To obtains the value of device status register 1. This function is available in Ver.2.7.* or higher.
For an asterisk written after IAI, enter an ID of the control target PCON.
Related Terms
Attention
-
Example
'!TITLE "IAI Sample ReadDSS1"
Sub Main
Dim lVal As Integer
lVal = IAI1.ReadDSS1
End Sub
ID : 3380