New Messaging Protocol (MQTT Client and MQTT Broker) for EDM VCS, EDM DSA, and EDM THV

The implementation of MQTT in EDM allows users to monitor the status of environmental tests (vibration, temperature, humidity) running in EDM VCS and measurements taken in EDM DSA. Users can even remotely run a test. This new messaging protocol will replace Socket Messages in EDM.

Read more

How to Read Time Data from CI Data Files in Python & Matlab

The ATFX API consists of two DLL files that can be integrated with custom software to directly read and extract data from an ATFX file. This post will show a simple Python & Matlab code example in extracting and creating a DateTimeNano object that has accuracy in nanoseconds.

Read more

How to Read CI Data Files in Python

The ATFX API C# DLL files can be used in three supported coding languages: Python, Matlab and LabVIEW. For the C# DLL files to work in Python, a specific package that allows Python to integrate with .NET Common Language Runtime needs to be installed. There are several packages that do this, such as IronPython and Python.NET. For this example, Python.NET will be used.

Read more