JumpATriggerMode Property (DioFile)

Applies To

GX5150

Purpose

Sets or returns the trigger mode for the external Jump A line.

Syntax

Object.JumpATriggerMode [ = enDioJumpATriggerMode]

Or

[enDioJumpATriggerMode = ]Object JumpATriggerMode

 

The JumpATriggerMode property syntax has the following parts:

Name
Type
Description
Object
DioFile
DioFile object
enDioJumpATriggerMode
enumDioJumpATriggerMode
Integers specifying the Jump on register A trigger mode. Default value is 0.

Where

enumDioJumpATriggerMode can be one of the following

Name
Value
Description
dioJumpATriggerDisable
0
Disable external Jump A.
dioJumpATriggerLowLeve
1
Enable external Jump A to trigger when low level is present.
dioJumpATriggerTransient
2
Enable external Jump A to trigger when low to high transient occurs.

Comments

If the selection is “Enable external”, then the rising edge of the external signal will create the event. If the selection is low to high transient, then a low level will enable the rising edge internal clock to create the event.

This function applies only for “External Jump A” line located on the I/O Control connector.