Blog

Arduino Datalogger: How To Guide

Arduinos are a great and cheap way of logging data effectively. In this tutorial, we will discuss how to create your own Arduino datalogger that can export directly to Excel and the steps involved in building it. “The best thing you only have to copy some code….

Introduction to SCPI commands

Standard Commands for Programmable Instruments (SCPI) is a standardized set of commands for controlling and managing test and measurement devices. SCPI commands are widely used for remote instrument control, and they are based on ASCII strings.  SCPI was introduced in…

SCPI programming: How to send commands

SCPI stands for Standard Commands for Programmable Instruments based on the IEEE 488.2 that introduced a standard digital interface, also called the SCPI standard. “It is a standard language used for controlling instruments such as an output voltage on power…

What is data acquisition

What is data acquisition

Data acquisition (DAQ) is the process of collecting, measuring, and recording data from various sources. This data can then be used for analysis, monitoring, or control purposes. It is typically used in scientific and industrial applications to gather information…

Læs mere
Kasper alongside a client engineer

How to write good test cases

Writing good test cases is crucial for ensuring quality and functionality when testing in a development phase, or a quality control test in an end-of-line test. A well-written test case helps in identifying defects or unmet objectives when performing tests. In this…

Læs mere