Difference between revisions of "MC-Basic:SYSTEM.HOSTDOUBLE"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 15: Line 15:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
Read value of a Double variable in DPRAM written by the host. There are 16 general purpose Double variables available for use by the host in order to communicate information quickly to the MC.
 
Read value of a Double variable in DPRAM written by the host. There are 16 general purpose Double variables available for use by the host in order to communicate information quickly to the MC.
 +
 +
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
  
 
|TYPE=
 
|TYPE=
Line 40: Line 42:
 
|SEE ALSO=
 
|SEE ALSO=
  
 
+
[[Category:Axystems:Obsolete|SYSTEM.HOSTDOUBLE]]
 
}}
 
}}

Revision as of 14:06, 11 March 2014

Read value of a Double variable in DPRAM written by the host. There are 16 general purpose Double variables available for use by the host in order to communicate information quickly to the MC.

IMPORTANT.svgIMPORTANT
THIS PROPERTY IS OBSOLETE

Short form

Sys.Hdoub

System.Hdoub

Syntax

?Sys.HostDouble[<index>]

?System.HostDouble[<index>]

Availability

All versions

Type

Double

Range

0 to +/- MaxDouble
<index>: integer 1 to   8

Default

0, value of the DPRAM variable

Scope

Task or Terminal

Limitations

Read-Only

Examples

val1 = System.HostDouble[12]

See Also