Difference between revisions of "MC-Basic:SYSTEM.MCDOUBLE"
m (1 revision) |
|||
Line 19: | Line 19: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
This property writes or reads the value of a Double variable written by the MC to the DPRAM. There are eight general purpose Double variables available for use by the MC in order to communicate information quickly to the host. | This property writes or reads the value of a Double variable written by the MC to the DPRAM. There are eight general purpose Double variables available for use by the MC in order to communicate information quickly to the host. | ||
+ | |||
+ | {{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}} | ||
|TYPE= | |TYPE= | ||
Line 44: | Line 46: | ||
|SEE ALSO= | |SEE ALSO= | ||
+ | |||
+ | [[Category:Axystems:Obsolete|SYSTEM.MCDOUBLE]] | ||
}} | }} |
Revision as of 14:15, 11 March 2014
This property writes or reads the value of a Double variable written by the MC to the DPRAM. There are eight general purpose Double variables available for use by the MC in order to communicate information quickly to the host.
IMPORTANT | |
THIS PROPERTY IS OBSOLETE |
Short form
Sys.MCDoub
System.MCDoub
Syntax
Sys.MCDouble[<index>] = <value>
System.MCDouble[<index>] = <value>
?Sys.MCDouble[<index>]
?System.MCDouble[<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
Examples
System.MCDouble[2] = sin(pi/4)