Difference between revisions of "MC-Basic:element.RTKActive"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= <element>.RTKactive |AVAILABILITY= 4.10.x and up |DESCRIPTION= Returns true/false value if the element is active or not/ |TYPE= Long |R...")
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:element.RTKActive}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[AXY:MC-Basic:robot.Persistent | robot.Persistent ]]
+
* [[MC-Basic:robot.Persistent| robot.Persistent ]]
 
}}
 
}}
[[Category:Axystems:PLC]]
+
[[Category:PLC]]

Latest revision as of 03:29, 30 October 2017

Language: English  • 中文(简体)‎

Returns true/false value if the element is active or not/

Syntax

<element>.RTKactive

Availability

4.10.x and up

Type

Long

Range

0/1

Units

N/A

Default

0

Scope

Task or Terminal

Limitations

Read only

Examples

Print SpeedPicker.RTKActive

See Also