Difference between revisions of "MC-Basic:DNVRAMSIZE"

From SoftMC-Wiki
Jump to: navigation, search
 
(9 intermediate revisions by 3 users not shown)
Line 11: Line 11:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
This read-only property is used to query the maximum number of elements allocated on the NVRAM for the double (DNVRAM) vector type.
 
This read-only property is used to query the maximum number of elements allocated on the NVRAM for the double (DNVRAM) vector type.
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 
  
 
|TYPE=
 
|TYPE=
Line 21: Line 19:
  
 
|UNITS=
 
|UNITS=
 
  
 
|DEFAULT=
 
|DEFAULT=
Line 30: Line 27:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only.
+
*Read only
 
+
*Not supported in EtherCAT system
 
 
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 38: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ATTACH|ATTACH]]
+
* [[MC-Basic:ATTACH|ATTACH]]
* [[Axystems:MC-Basic:DNVRAM|DNVRAM]]
+
* [[MC-Basic:DNVRAM|DNVRAM]]
* [[Axystems:MC-Basic:LNVRAM|LNVRAM]]
+
* [[MC-Basic:LNVRAM|LNVRAM]]
* [[Axystems:MC-Basic:LNVRAMSIZE|LNVRAMSIZE]]
+
* [[MC-Basic:LNVRAMSIZE|LNVRAMSIZE]]
* [[Axystems:MC-Basic:NVRAMFORMAT|NVRAMFORMAT]]
+
* [[MC-Basic:NVRAMFORMAT|NVRAMFORMAT]]
  
[[Category:Axystems:Obsolete|DNVRAMSIZE]]
+
[[Category:Obsolete|DNVRAMSIZE]]
  
 
}}
 
}}

Latest revision as of 09:19, 22 May 2014

This read-only property is used to query the maximum number of elements allocated on the NVRAM for the double (DNVRAM) vector type.

Short form

DNVRAMSize

Syntax

?DNVRAMSize

Availability

Version 3.0 and later

Type

Long integer

Range

0 to 3750

Default

NA

Scope

Configuration, Task or Terminal

Limitations

  • Read only
  • Not supported in EtherCAT system

Examples

?DNvRamSize

See Also