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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ''<axis>''.RTCB1 ='' <value>'' |AVAILABILITY= All versions |DESCRIPTION= In SERCOS, a realtime control bit is set to activate a function. Thi…')
 
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.RTCB1}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.RTCB1 ='' <value>''
+
<''axis''>.RTCB1 = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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.
+
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.
  
 
|TYPE=
 
|TYPE=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Can only be set during SERCOS communications phase 4.
+
*Can only be set during SERCOS communications phase 4
 +
*Not supported in EtherCAT system
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 36: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.REALTIMECONTROLBIT|axis.REALTIMECONTROLBIT]]
+
* [[MC-Basic:axis.REALTIMECONTROLBIT|axis.REALTIMECONTROLBIT]]
* [[Axystems:MC-Basic:axis.RTCB1_MODE|axis.RTCB1_MODE]]
+
* [[MC-Basic:axis.RTCB1 MODE|axis.RTCB1_MODE]]
  
 +
[[Category:Obsolete|axis.RTCB1]]
  
 
}}
 
}}

Latest revision as of 09:35, 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 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

See Also