GVL_Global

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.15">
  <GVL Name="GVL_Global" Id="{06a4a0eb-9e3a-4c20-9ef0-af8b4bfbbe00}">
    <Declaration><![CDATA[///copyright SELMO Technology GmbH by SELMOstudio
///2025.7.12.13000
///This function has been automatically generated.
{attribute 'qualified_only'}
{attribute 'symbol' := 'readwrite'}
VAR_GLOBAL
	///Global interface
	stGlobalIf: stGlobalInterface;
	///request id for verifying the license key
	strRequestID: STRING(80);
	///is license valid or not
	xLicenseValid: BOOL;
	///is checksum valid or not
	xChecksumValid: BOOL;
	///variable for switching to simulation IO mapping
	xSimulationActive: BOOL;
	/// license key for using the sequence without demo mode
	strLicenseKey: STRING(80);
END_VAR]]></Declaration>
  </GVL>
</TcPlcObject>

Zuletzt aktualisiert

War das hilfreich?