Not implemented

Namespace: EAL.Interfaces.Motion
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
void FlexProfile(
	ref AxisRef masterAxis,
	int numerator,
	int denominator,
	double fineadjust,
	int setSelection,
	bool useSwitchingPos,
	double switchingPosition,
	ProfileStartPoint profileEntry,
	double masterOffset,
	double slaveOffset,
	SyncType syncMode,
	double syncVelocity,
	double syncAcceleration,
	ProfileExecutionMode executionMode
)
Visual Basic
Sub FlexProfile ( 
	ByRef masterAxis As AxisRef,
	numerator As Integer,
	denominator As Integer,
	fineadjust As Double,
	setSelection As Integer,
	useSwitchingPos As Boolean,
	switchingPosition As Double,
	profileEntry As ProfileStartPoint,
	masterOffset As Double,
	slaveOffset As Double,
	syncMode As SyncType,
	syncVelocity As Double,
	syncAcceleration As Double,
	executionMode As ProfileExecutionMode
)
Visual C++
void FlexProfile(
	AxisRef% masterAxis, 
	int numerator, 
	int denominator, 
	double fineadjust, 
	int setSelection, 
	bool useSwitchingPos, 
	double switchingPosition, 
	ProfileStartPoint profileEntry, 
	double masterOffset, 
	double slaveOffset, 
	SyncType syncMode, 
	double syncVelocity, 
	double syncAcceleration, 
	ProfileExecutionMode executionMode
)

Parameters

masterAxis
Type: EAL.Structures..::..AxisRef%
Master axis
numerator
Type: System..::..Int32
Numerator
denominator
Type: System..::..Int32
Denominator
fineadjust
Type: System..::..Double
Fine adjust
setSelection
Type: System..::..Int32
Set selection
useSwitchingPos
Type: System..::..Boolean
Use switching pos
switchingPosition
Type: System..::..Double
Switching position
profileEntry
Type: EAL.Enums..::..ProfileStartPoint
Profile entry
masterOffset
Type: System..::..Double
Master offset
slaveOffset
Type: System..::..Double
Slave offset
syncMode
Type: EAL.Enums..::..SyncType
Sync mode
syncVelocity
Type: System..::..Double
Sync velocity
syncAcceleration
Type: System..::..Double
Sync acceleration
executionMode
Type: EAL.Enums..::..ProfileExecutionMode
Execution mode

See Also