ST_MMS_ApplicationAssociation
TYPE ST_MMS_ApplicationAssociation :
STRUCT
aaIdentifier : UDINT := 0;
authentPassword : STRING(MAX_MMS_PASSWORD_LENGTH) := '';
services : ST_MMS_ServiceSupportOptions;
parameters : ST_MMS_ParameterSupportOptions;
nestingLevel : SINT := 0;
bAuthentUser : BOOL := FALSE;(* TRUE = User with authentication, FALSE = User without authentication *)
eEnvironment : E_MMS_Environment := eMMS_Environment_None;
END_STRUCT
END_TYPE
aaIdentifier: Application-Association-Identifier.
authentPassword: Authentifizierungs-Passwort.
services: Unterstützte MMS-Dienste.
parameters: Unterstützte MMS-CBB-Parameter.
nestingLevel: Maximale Verschachtelungstiefe der MMS-Datenstruktur.
bAuthentUser: Diese Variable liefert TRUE wenn beim Aufbau der Application-Association ein Authentifizierungs-Passwort benutzt wurde.
eEnvironment: Status der MMS-Laufzeitumgebung.
Voraussetzungen
Entwicklungsumgebung | Zielplattform | Einzubindende SPS Bibliotheken |
---|---|---|
TwinCAT v2.10.0 Build >= 1340 | PC or CX (x86, ARM) | TcMMS.Lib |