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

From SoftMC-Wiki
Jump to: navigation, search
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.RTCB1_MODE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 11: Line 12:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
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.  
 
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.  
 
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 
 
  
  
Line 33: Line 30:
  
 
|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 40: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.REALTIMECONTROLBIT|axis.REALTIMECONTROLBIT]]
+
* [[MC-Basic:axis.REALTIMECONTROLBIT|axis.REALTIMECONTROLBIT]]
* [[Axystems:MC-Basic:axis.RTCB1|axis.RTCB1]]
+
* [[MC-Basic:axis.RTCB1|axis.RTCB1]]
  
[[Category:Axystems:Obsolete|axis.RTCB1MODE]]
+
[[Category:Obsolete|axis.RTCB1MODE]]
 
}}
 
}}

Latest revision as of 09:45, 20 April 2017

Language: English  • 中文(简体)‎

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.

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

Examples

a1.rtcb1_mode = 405

arm capture using RTCB #1

See Also