Read/Write
  About the Handler I/O Connector

ReadyForTriggerState Property


Description

Determines the control of Material Handler connector Pin 21.

 VB Syntax

handler.ReadyForTriggerState  = value

Variable

(Type) - Description

handler

(object) - A Handler I/O object

value

(boolean)

False - Pin 21 is controlled by Output Port B7

True - Pin 21 is controlled by the Ready for Trigger signal

Return Type

Boolean

Default

False

Examples

handler.ReadyForTriggerState = False 'Write

bState = handler.ReadyForTriggerState 'Read

C++ Syntax

HRESULT put_ReadyForTriggerState (BOOL *pVal);

HRESULT get_ReadyForTriggerState (BOOL newVal);

Interface

IHWMaterialHandlerIO2