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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.RTCB2 MODE to MC-Basic:axis.RTCB2 MODE: Global renaming of Axystems: namespace into (Main):)
Line 39: Line 39:
 
* [[MC-Basic:axis.RTCB2|axis.RTCB2]]
 
* [[MC-Basic:axis.RTCB2|axis.RTCB2]]
  
[[Category:Axystems:Obsolete|axis.RTCB2MODE]]
+
[[Category:Obsolete|axis.RTCB2MODE]]
 
}}
 
}}

Revision as of 09:19, 22 May 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.

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
  • Not supported in EtherCAT system

Examples

a1.rtcb2_mode = 405

arm capture using RTCB #2

See Also