ID : 3386
IAI*.Home
Function
To return to the home position.
Syntax
IAI*.Home trigger on/off
Guaranteed Entry
- Trigger on/off
- Specify the trigger on/off with integer type data. To set the trigger on, enter True or other than 0, to set the trigger off, enter False or 0.
Description
Switching this entry from False to True moves the actuator to the home position. 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 Home"
Sub Main
' Set the trigger of Home command off
IAI1.Home False
' Return to the home position
IAI1.Home True
End Sub
ID : 3386