MC-Basic:axis.FASTDATAENABLE

From SoftMC-Wiki
Revision as of 11:07, 13 September 2017 by Itay (talk | contribs) (AXY: new links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

This property enables or disables fast data information transfer. When axis fast data are enabled, axis status and feedback information is transferred to the host every SERCOS cycle.

Axis status and feedback information are available for the first 8 axes in the system. In a given system, only the data for the defined number of axes are available.

Two bytes are allocated for axis status information. The following status bits are returned. All unused bits return 0.
       ISSETTLED: set to 1 when the axis is settled
       ISMOVING: Set to 1 while the profiler is active
       DRIVEENABLED: set to 1 while the axis is enabled
       DRIVEFAULT: Set to 1 when a fault exists on the drive

Axis position and velocity feedback are returned. Each item is returned as a double precision floating point number (8 bytes) in user units.

Short form

<axis>.FDEn

Syntax

<axis>.FastDataEnable = <value>

?<axis>.FastDataEnable

Availability

All versions

Type

Long

Range

0 (OFF)

1 (ON)

Default

OFF

Scope

Configuration, Task or Terminal

Limitations

Supported only in SERCOS systems Enabling the fast data increases the realtime load by a small amount.

Examples

xaxis.Fden = ON

See Also

  • [MC-Basic:element.ISMOVING