Difference between revisions of "MC-Basic:LNVRAM"
m (Miborich moved page Axystems:MC-Basic:LNVRAM to MC-Basic:LNVRAM: Global renaming of Axystems: namespace into (Main):) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 41: | Line 41: | ||
* [[MC-Basic:DNVRAM|DNVRAM]] | * [[MC-Basic:DNVRAM|DNVRAM]] | ||
* [[MC-Basic:DNVRAMSIZE|DNVRAMSIZE]] | * [[MC-Basic:DNVRAMSIZE|DNVRAMSIZE]] | ||
− | * [[ | + | * [[MC-Basic:LNVRAMSIZE|LNVRAMSIZE]] |
− | * [[ | + | * [[MC-Basic:NVRAMFORMAT|NVRAMFORMAT]] |
− | [[Category | + | [[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]