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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<value>''" to "<''value''>")
m
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
In SERCOS, a realtime control bit is set to activate a function by writing the IDN of that function to IDN 303. This property encapsulates that operation by enabling you to specify (<''value''>) only 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 example below.
+
In SERCOS, a realtime control bit is set to activate a function by writing the IDN of that function to IDN 303. This property encapsulates that operation by enabling you to specify (<''value''>) only 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.  
 +
 
  
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 +
 +
  
 
|TYPE=
 
|TYPE=
Line 33: Line 36:
  
 
|EXAMPLE=
 
|EXAMPLE=
a1.rtcb2_mode = 405                      'arm capture using RTCB #2
+
a1.rtcb2_mode = 405
 +
::::arm capture using RTCB #2
  
 
|SEE ALSO=
 
|SEE ALSO=

Revision as of 10:38, 19 March 2014

In SERCOS, a realtime control bit is set to activate a function by writing the IDN of that function to IDN 303. This property encapsulates that operation by enabling you to specify (<value>) only 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.


IMPORTANT.svgIMPORTANT
THIS PROPERTY IS OBSOLETE

Syntax

<axis>.RTCB2_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.rtcb2_mode = 405

arm capture using RTCB #2

See Also