Redler Technologies Inc.

MotionComLoadDefaultParameters Method

Load the default parameters to the driver.

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public Task LoadDefaultParameters(
	bool performSave = true,
	int millisecondsSaveDelay = 1500,
	bool performReset = true,
	int millisecondsResetDelay = 500
)

Parameters

performSave  Boolean  (Optional)
If , perform a save after the load default is done.
millisecondsSaveDelay  Int32  (Optional)
Delay after the save command.
performReset  Boolean  (Optional)
If , perform a reset after the load default is done (after save, if true).
millisecondsResetDelay  Int32  (Optional)
If performing reset, this is how long we will wait after the reset command.

Return Value

Task
The load parameters task

Remarks

Sends packet 68[6]

See Also