Program Examples:Cyclic recording of one Axis

From SoftMC-Wiki
Revision as of 13:36, 18 April 2017 by Dany (talk | contribs) (Plots)
Jump to: navigation, search

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

Plots

GearMotor.png