Difference between revisions of "MC-Basic:DNVRAM"

From SoftMC-Wiki
Jump to: navigation, search
m
Line 39: Line 39:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ATTACH|ATTACH]]
+
* [[MC-Basic:ATTACH|ATTACH]]
 
* [[Axystems:MC-Basic:DNVRAMSIZE|DNVRAMSIZE]]
 
* [[Axystems:MC-Basic:DNVRAMSIZE|DNVRAMSIZE]]
 
* [[Axystems:MC-Basic:LNVRAM|LNVRAM]]
 
* [[Axystems:MC-Basic:LNVRAM|LNVRAM]]

Revision as of 08:35, 22 May 2014

This property allows you to assign or query a value in a DNVRAM vector type.

Short form

DNVRAM

Syntax

DNVRAM[i] = <expression>

? DNVRAM[i]

Availability

  • Since Version 3.0
  • Not supported in EtherCAT system

Type

Double

Range

1 to DNVRAMSize

Units

NA

Default

NA

Scope

Configuration, Task or Terminal

Examples

DNVRAM[5] = 3.3

?DNVRAM[5]

See Also