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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.REALTIMESTATUSBIT}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
<AXIS>.RTSB[ ]
+
<''axis''>.RTSB[ ]
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.RTSB[''<bit_number>'']
+
?<''axis''>.RTSB[<''bit_number''>]
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Available since version 4.5.18
+
Since Version 4.5.18
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 16: Line 17:
  
 
|RANGE=
 
|RANGE=
''<bit_number>'': 1 or 2
+
<''bit_number''> – 1 or 2
  
 
|UNITS=
 
|UNITS=
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 34: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.RTSB1_MODE|axis.RTSB1_MODE]]
+
* [[MC-Basic:axis.RTSB1 MODE|axis.RTSB1_MODE]]
* [[Axystems:MC-Basic:axis.RTSB2_MODE|axis.RTSB2_MODE]]
+
* [[MC-Basic:axis.RTSB2 MODE|axis.RTSB2_MODE]]
  
 +
[[Category:Obsolete|axis.REALTIMESTATUSBIT]]
  
 
}}
 
}}

Latest revision as of 09:11, 20 April 2017

Language: English  • 中文(简体)‎

This property is used to query realtime status bit.

Short form

<axis>.RTSB[ ]

Syntax

?<axis>.RTSB[<bit_number>]

Availability

Since Version 4.5.18

Type

Long

Range

<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.rtsb[1]

See Also