. |
Controller.MemorySet MPX Software API Reference > Controller Object > Memory Sets the controller memory location specified by the address string argument to newValue. 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 written to the controller. Version HistoryIntroduced in MPX 2.0. ResultVoid Arguments
Visual BasicSyntax Sub MemorySet(newValue As Double, address As String) Sub MemorySet(newValue As Double, address As String, dataType As Mpx.DataType) Sample Code
C#Syntax void MemorySet(double newValue, string address); void MemorySet(double newValue, string address, Mpx.DataType dataType); Sample Code
See AlsoEnumerations Applications
|
| | Copyright © 2001-2021 Motion Engineering |