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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<bit_number>''" to "<''bit_number''>")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.REALTIMECONTROLBIT}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 6: Line 7:
 
?<''axis''>.RTCB[<''bit_number''>]
 
?<''axis''>.RTCB[<''bit_number''>]
  
<''axis''>.RTCB[<''bit_number''>] ='' <value>''
+
<''axis''>.RTCB[<''bit_number''>] ='' <''value''>''
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Available since version 4.5.18
+
Since Version 4.5.18
  
 
|DESCRIPTION=
 
|DESCRIPTION=
 
In SERCOS a realtime control bit is set to activate a function. This property is used to set a <''value''> or query a realtime control bit. 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 a <''value''> or query a realtime control bit. The control bit is accessed using defined SERCOS IDNs, but this property provides a faster method.
 
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 
 
 
  
 
|TYPE=
 
|TYPE=
Line 25: Line 21:
 
<''value''> – 0 or 1
 
<''value''> – 0 or 1
  
''<bit_number''> – 1 or 2
+
<''bit_number''> – 1 or 2
  
 
|UNITS=
 
|UNITS=
Line 37: Line 33:
  
 
|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 45: Line 42:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.RTCB1|axis.RTCB1]]
+
* [[MC-Basic:axis.RTCB1|axis.RTCB1]]
* [[Axystems:MC-Basic:axis.RTCB2|axis.RTCB2]]
+
* [[MC-Basic:axis.RTCB2|axis.RTCB2]]
  
[[Category:Axystems:Obsolete|axis.REALTIMECONTROLBIT]]
+
[[Category:Obsolete|axis.REALTIMECONTROLBIT]]
 
}}
 
}}

Latest revision as of 09:03, 20 April 2017

Language: English  • 中文(简体)‎

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

Short form

<axis>.RTCB[ ]

Syntax

?<axis>.RTCB[<bit_number>]

<axis>.RTCB[<bit_number>] = <value>

Availability

Since Version 4.5.18

Type

Long

Range

<value> – 0 or 1

<bit_number> – 1 or 2

Scope

Configuration, Task or Terminal

Limitations

  • Can only be set during SERCOS communications phase 4
  • Not supported in EtherCAT system

Examples

?x_axis.rtcb[1]

x_axis.rtcb[2] = 1

See Also