<< Prev        Next >>

ID : 3383

IAI*.SwitchServo

Function

To turn on/off the servo.

Syntax

IAI*.SwitchServo ON/OFF

Guaranteed Entry

ON/OFF
Specify ON/OFF by integer type data. To set the trigger on, enter True or other than 0. To set the trigger off, enter False or 0.

Description

To turn on/off the servo. This function is available in Ver.2.7.* or higher.

For an asterisk written after IAI, enter an ID of the control target PCON.

Attention

-

Example

'!TITLE "IAI Sample SwitchServo"

Sub Main

  ' Servo ON
  IAI1.SwitchServo True

End Sub

ID : 3383

<< Prev        Next >>