Difference between revisions of "MC-Basic:axis.RTCB2"

From SoftMC-Wiki
Jump to: navigation, search
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.RTCB2}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 38: Line 39:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:axis.REALTIMECONTROLBIT|axis.REALTIMECONTROLBIT]]
 
* [[MC-Basic:axis.REALTIMECONTROLBIT|axis.REALTIMECONTROLBIT]]
* [[Axystems:MC-Basic:axis.RTCB2_MODE|axis.RTCB2_MODE]]
+
* [[MC-Basic:axis.RTCB2 MODE|axis.RTCB2_MODE]]
  
[[Category:Axystems:Obsolete|axis.RTCB2]]
+
[[Category:Obsolete|axis.RTCB2]]
 
}}
 
}}

Latest revision as of 09:44, 20 April 2017

Language: English  • 中文(简体)‎

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
  • Not supported in EtherCAT system

Examples

?x_axis.rtcb2

x_axis.rtcb2 = 1

See Also