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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
m (Text replace - "''<value>''" to "<''value''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
<''axis''>.RTCB1_Mode = ''<value>''
+
<''axis''>.RTCB1_Mode = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 09:02, 17 March 2014

In SERCOS, a realtime control bit is set to activate a function by writing the IDN of that function to IDN 301. This property encapsulates that operation by enabling you to specify (<value>) of the IDN number of the function to be activated. This is useful for CAPTURE, for example, where IDN 405 is used to arm the capture. Refer to the example below.

IMPORTANT.svgIMPORTANT
THIS PROPERTY IS OBSOLETE

Syntax

<axis>.RTCB1_Mode = <value>

Availability

All versions

Type

Long

Range

Any IDN that can be activated using this mechanism.

Scope

Configuration, Task or Terminal

Limitations

Can only be set during SERCOS communications phase 4.

Examples

a1.rtcb1_mode = 405                      'arm capture using RTCB #1

See Also