Difference between revisions of "MC-Basic:axis.RTCB1"
m |
|||
| Line 37: | Line 37: | ||
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[ | + | * [[MC-Basic:axis.REALTIMECONTROLBIT|axis.REALTIMECONTROLBIT]] |
* [[Axystems:MC-Basic:axis.RTCB1_MODE|axis.RTCB1_MODE]] | * [[Axystems:MC-Basic:axis.RTCB1_MODE|axis.RTCB1_MODE]] | ||
Revision as of 08:47, 22 May 2014
In SERCOS, a realtime control bit is set to activate a function. This property is used to set (<value>) or query realtime control bit 1. The control bit is accessed using defined SERCOS IDNs, but this property provides a faster method.
Syntax
<axis>.RTCB1 = <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.rtcb1
x_axis.rtcb1 = 1