. |
Controller.MemoryGet MPX Software API Reference > Controller Object > Memory
DescriptionReturns the controller memory location specified by the address string argument. Overload 1 assumes the default data type for the controller memory location. Overload 2 has a third argument which specifies the data type for the data to be read. Version HistoryIntroduced in MPX 2.0. ResultDouble Arguments
Common Exceptions
Visual BasicSyntax Function MemoryGet(address As String) As Double Function MemoryGet(address As String, dataType As Mpx.DataType) As Double Sample Code
C#Syntax double MemoryGet(string address); double MemoryGet(string address, Mpx.DataType dataType); Sample Code
See AlsoEnumerations Applications
|
| | Copyright © 2001-2021 Motion Engineering |