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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<value>''" to "<''value''>")
m
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
<''axis''>.RTCB1 ='' <value>''
+
<''axis''>.RTCB1 = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 11: 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.
 +
  
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 +
 +
  
 
|TYPE=
 
|TYPE=

Revision as of 10:38, 19 March 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.


IMPORTANT.svgIMPORTANT
THIS PROPERTY IS OBSOLETE

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.

Examples

?x_axis.rtcb1

x_axis.rtcb1 = 1

See Also