DongleInfo('InfoType*')

Parameters ending with * are only evaluated once at the start of the acquisition.

Description

This function provides information about various properties related to the dongle. This information can be used for display and diagnostic purposes.

Specify the information type ('InfoType') you want to receive. This type of information is determined and output at the start of the measurement. If you want to receive more information from the dongle then you need to configure the function several times, with a different type of information each time.

The following information types are supported:

Table Information types and possible results of the DongleInfo function

Information types

Possible results

0: Dongle available

TRUE = dongle available

FALSE = no dongle or dongle defective

1: Dongle time limit in days

Value of the remaining lifetime of the dongle

2: Demo time limit in days

Value of the remaining lifetime of the dongle for trial periods / demo versions

3: ibaQDR acquisition time limit in seconds

Value of the remaining time which continues to run the ibaQDR system after the dongle has been removed.

10: Dongle inserted - counter

Number of times the dongle was inserted

11: Dongle removed - counter

Number of times the dongle was removed

12: Dongle changed - counter

Number of times the dongles were changed

Application example

By evaluating information type 0 (availability of the dongle), you can monitor whether or not a dongle is available and if the dongle is defective.

You can use this information to trigger an email informing the receiver that the dongle is no longer available. A system that was lost during operation of the dongle is stopped after a waiting period. This should be avoided, especially in production-relevant ibaQDR systems.