ST_MMS_VMD
TYPE ST_MMS_VMD :
STRUCT
vendorName : T_MaxString := 'BECKHOFF';
modelName : T_MaxString := 'TwinCAT IEC 61850 Server';
revision : T_MaxString := '1.0.0';
Associations : ARRAY[1..MAX_MMS_APPLICATION_ASSOCIATIONS] OF ST_MMS_ApplicationAssociation;
errors : FB_MMS_ErrorFifo;
nAllocLoad : UDINT := 0;
END_STRUCT
END_TYPE
vendorName: VMD-Name of manufacturer.
modelName: VMD-Name of model.
revision: VMD-Version number as a String.
Associations: A list of the application-associations. An application-association describes a client-server-connection (mapping). At the setting up of a new connection an unused array-element is assigned to the new connection. The application-association-structure variable provides status information of the association.
errors: Error-Fifo.
logs: Log-Fifo.
nAllocLoad: Percentage filling status of the MMS-object database.
Requirements
Development environment | Target system | PLC libraries to include |
---|---|---|
TwinCAT v2.10.0 Build >= 1340 | PC or CX (x86, ARM) | TcMMS.Lib |