Gocator API > Go2 > Values > Go2EncoderTriggerMode
Gocator 3x00 API
Go2EncoderTriggerMode
Description

Represents an encoders triggering behavior.

C
enum Go2EncoderTriggerMode {
  GO2_ENCODER_TRIGGER_MODE_TRACK_REVERSE = 0,
  GO2_ENCODER_TRIGGER_MODE_IGNORE_REVERSE = 1,
  GO2_ENCODER_TRIGGER_MODE_BIDIRECTIONAL = 2
};
Members
Members 
Description 
GO2_ENCODER_TRIGGER_MODE_TRACK_REVERSE = 0 
Do not reverse trigger. Track reverse motion to prevent repeat forward triggers. 
GO2_ENCODER_TRIGGER_MODE_IGNORE_REVERSE = 1 
Do not reverse trigger. Forward trigger unconditionally. 
GO2_ENCODER_TRIGGER_MODE_BIDIRECTIONAL = 2 
Forward and reverse trigger. 
File

Go2Api.h

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.