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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<value>''" to "<''value''>")
m
Line 6: Line 6:
 
?<''axis''>.RTCB[''<bit_number>'']
 
?<''axis''>.RTCB[''<bit_number>'']
  
<''axis''>.RTCB[''<bit_numbrer>''] ='' <value>''
+
<''axis''>.RTCB[''<bit_number>''] ='' <value>''
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 12: Line 12:
  
 
|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. 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'''}}
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 +
 +
  
 
|TYPE=
 
|TYPE=
Line 20: Line 23:
  
 
|RANGE=
 
|RANGE=
<''value''>: 0 or 1
+
<''value''> 0 or 1
  
''<bit_number>'':1 or 2
+
''<bit_number''> – 1 or 2
  
 
|UNITS=
 
|UNITS=

Revision as of 10:24, 19 March 2014

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.


IMPORTANT.svgIMPORTANT
THIS PROPERTY IS OBSOLETE

Short form

<AXIS>.RTCB[ ]

Syntax

?<axis>.RTCB[<bit_number>]

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

Availability

Available 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.

Examples

?x_axis.rtcb[1]

x_axis.rtcb[2] = 1

See Also