beautypg.com

Enumerated types, Enumerated type: tb_patterntype, Data type declaration – Yaskawa MotionWorks IEC Toolboxes User Manual

Page 265: Tb_patterntype

background image

Gantry Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

252

Enumerated Types

Enumerated Type: TB_PatternType

ENUM Type for

PathDetails

' SegmentType

Data Type Declaration

TB_PatternType:

(

na,

(* INT#0 - Not a valid PatternType *)

StraightLine,

(* INT#1 - Straight Line *)

Arc

(* INT#2 - Arc *)

);