GPIB devices are not found any more

This can happen due to driver issues after updating NI drivers
=> Solution: 1) Remove NI488 drivers, 2) reinstall thaTEC:Core, 3) DO NOT update NI products!

Issues updating thaTEC:Core

In the latest versions, we changed the self-update procedure of thaTEC:Core. Thus, if you are using an older version (before 2019-08-06), the update is not always performed correctly and it might  still be indicated that a new update is available. In this case, please download the Core_updater module from the module library and run this module to manually perform the update.

The min/max values in scan definition in thaTEC:OS are not correct

During the connection process of a driver module to thaTEC:OS, the min/max values for each control are obtained from the properties of the individual controls and transmitted to thaTEC:OS. If the min/max values in the scan definition are not correct, there are possible origins.

1) The min/max values of the control were changed during the program runtime after the connection to thaTEC:OS. In this case, the properties need to be re-sent using the properties.vi. Please see also the example in the programming template (current range control).

2) Check the representation of your control. For example, currently, single precision (SGL) values are not recognized, thus, please change the representation of the control to integer or double precision.