MC-Basic:axis.RTCB2

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ''<axis>''.RTCB2 = ''<value>'' |AVAILABILITY= All versions |DESCRIPTION= In SERCOS, a realtime control bit is set to activate a function. Thi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In SERCOS, a realtime control bit is set to activate a function. This property is used to set (<value>) or query realtime control bit 2. The control bit is accessed using defined SERCOS IDNs, but this property provides a faster method.

Syntax

<axis>.RTCB2 = <value>

Availability

All versions

Type

Long

Range

0 or 1

Default

0

Scope

Configuration, Task or Terminal

Limitations

Can only be set during SERCOS communications phase 4.

Examples

?x_axis.rtcb2

x_axis.rtcb2 = 1

See Also