E_LDongleStatus
TYPE E_LDongleStatus :
(
eLDT_Unknown := 0,
eLDT_OK,
eLDT_Pending,
eLDT_Invalid,
eLDT_NoConnection
) UDINT;
END_TYPE
Value | Meaning |
---|---|
eLDT_Unknown | License dongle status unknown |
eLDT_OK | License dongle was successfully validated |
eLDT_Pending | Validation of the license dongle is running |
eLDT_Invalid | License dongle is invalid |
eLDT_NoConnection | No connection to the license dongle |