Licensing
// ###################### LICENSING ###########################################
{region "Description Licensing"}
(*
This program module is used to constantly check the license. If a license has not yet been purchased,
this can be done by sending an e-mail to support@selmo.at or online via SelmoStudio.
A request ID "GVL_Global.strRequestID" is required for licensing.
This ID is read automatically by the program block.
The purchased license key must then be entered at "GVL_Global.strLicenseKey".
If no licensing has been carried out, the entire PLC program is in demo mode.
In this mode the 'Automatic operation release' is reset after 30 minutes.
Please note that this program block is only called once per PLC!
*)
{endregion}
SelmoLicenseInfo(
strLicenseKey := GVL_Global.strLicenseKey,
dwChecksum := 16#DEBB20E3,
strRequestID => GVL_Global.strRequestID,
xLicenseValid => GVL_Global.xLicenseValid,
xChecksumValid => GVL_Global.xChecksumValid);Last updated
Was this helpful?

