Interface VelocityProfileConfig

Configuration for runVelocityProfile.

Hierarchy

  • VelocityProfileConfig

Properties

acceleration: number

Profile acceleration (0x6083:00).

deceleration: number

Profile deceleration (0x6084:00).

holdingDuration?: number

Delay, in milliseconds, before initiating a quick stop after the profile reaches the target. Note: This property is effective only if the targetReachTimeout is set.

skipQuickStop?: boolean

Indicates whether to skip the quick stop request after reaching the target and the holding duration has passed. If true, the device remains in the Operation Enabled CiA402 state without requesting a quick stop. Note: This property is effective only if the targetReachTimeout is set.

target: number

Target velocity (0x60FF:00).

targetReachTimeout?: number

Time, in milliseconds, to wait for the target reached bit to be set in the statusword (0x6041:00). An error will be thrown if the target is not reached within this duration.

window?: number

Velocity window (0x606D:00).

windowTime?: number

Velocity window time (0x606E:00).

Generated using TypeDoc