Difference between revisions of "MC-Basic:LNVRAM"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<expression>''" to "<''expression''>")
 
(6 intermediate revisions by 2 users not shown)
Line 13: Line 13:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
This property allows you to assign or query a value in a long NVRAM integer vector type.
 
This property allows you to assign or query a value in a long NVRAM integer vector type.
 
{{Note/Important| '''THIS COMMAND IS OBSOLETE'''}}
 
  
 
|TYPE=
 
|TYPE=
Line 32: Line 30:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
In a task, the axis must be attached to that task.
+
*In a task, the axis must be attached to that task.
 +
*Not supported in EtherCAT system
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 40: Line 39:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:DNVRAM|DNVRAM]]
+
* [[MC-Basic:DNVRAM|DNVRAM]]
* [[Axystems:MC-Basic:DNVRAMSIZE|DNVRAMSIZE]]
+
* [[MC-Basic:DNVRAMSIZE|DNVRAMSIZE]]
* [[Axystems:MC-Basic:LNVRAMSIZE|LNVRAMSIZE]]
+
* [[MC-Basic:LNVRAMSIZE|LNVRAMSIZE]]
* [[Axystems:MC-Basic:NVRAMFORMAT|NVRAMFORMAT]]
+
* [[MC-Basic:NVRAMFORMAT|NVRAMFORMAT]]
  
[[Category:Axystems:Obsolete|LNVRAM]]
+
[[Category:Obsolete|LNVRAM]]
 
}}
 
}}

Latest revision as of 09:19, 22 May 2014

This property allows you to assign or query a value in a long NVRAM integer vector type.

Syntax

LNVRAM[i] = <expression>

? LNVRAM[i]

Availability

All versions

Type

Long integer

Range

1 to LNVRAMSize

Units

NA

Default

NA

Scope

Configuration, Task or Terminal

Limitations

  • In a task, the axis must be attached to that task.
  • Not supported in EtherCAT system

Examples

LNVRAM[5] = 3

?LNVRAM[5]

See Also