.

Controller.HardwareType

A string representation of the controller hardware type. For example, one would use this method to determine whether the controller is an MEI-XMP controller or an MEI-ZMP controller.

This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Type

String (read only)

Visual Basic

Syntax

Property HardwareType As String

Sample Code

 

Select Case Controller.HardwareType
    Case "XMP": ' We have an MEI XMP controller
    Case "ZMP": ' We have an MEI ZMP controller
End Select


Sample Application

 

C#

Syntax

string HardwareType;

Sample Code

 

See Also

Model
SerialNumber

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering