Program Examples:Cyclic recording of one Axis
Contents
Introduction
Inon
Program flow
Inon
Program
SETUP.PRG
Program Call SetAxis(a1) Call SetAxis(a2) … End Program Sub SetAxis(ax as generic axis) With ax Attach En = 0 … <stuff goes here> … Detach End With End Sub