MC-Basic:axis.REALTIMESTATUSBIT

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= <AXIS>.RTSB[ ] |SYNTAX= ?''<axis>''.RTSB[''<bit_number>''] |AVAILABILITY= Available since version 4.5.18 |DESCRIPTION= This property is used to query r…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This property is used to query realtime status bit.

Short form

<AXIS>.RTSB[ ]

Syntax

?<axis>.RTSB[<bit_number>]

Availability

Available since version 4.5.18

Type

Long

Range

<bit_number>: 1 or 2

Scope

Configuration, Task or Terminal

Limitations

Can only be set during SERCOS communications phase 4.

Examples

?x_axis.rtsb[1]

See Also