Releases

Latest updates and improvements to Synnax.

0.34

Version 0.34

Nov 13, 2024

No Breaking Changes

LabJack Support

Synnax version 0.34 introduces a built-in LabJack driver supporting all T-Series devices.

You can use a write task to control digital and analog outputs on the device, and a read task to acquire data from inputs.

Synnax currently only supports LabJack devices on Windows, although we plan to add support for other operating systems soon.

Taring Functionality

Both National Instruments and LabJack read tasks now support taring functionality. This feature allows you to zero out the current value of a read task.

Other Minor Improvements and Bug Fixes

  • Improved schematic connection line pathing.
  • Implemented Python client support for configuring and running OPC UA read tasks.
  • Font sizes on a schematic value are now configurable.
  • Schematic values can now be displayed in scientific notation.

Breaking Changes

This release does not introduce any breaking changes.

0.33

Version 0.33

Nov 5, 2024

No Breaking Changes

Log Component

We’ve added a new log component to the Synnax Console that allows you to view channel data in a log format. This component can be connected to any channel, and is particularly useful for tracking the progress of control sequences and other automated hardware control processes.

Breaking Changes

This release does not introduce any breaking changes.

0.32

Version 0.32

Oct 9, 2024

No Breaking Changes

Multi-Device NI Analog Read Tasks

Summary

Synnax version 0.32 makes an improvement to National Instruments Analog Read tasks. The new version allows you to acquire data from multiple devices in a single task. This is useful in one of two scenarios:

  1. You have multiple devices and you want to acquire data from all of them synchronously.
  2. You have many different cards on a single chassis (e.g. cDAQ-9174) and you need to avoid hitting the maximum number of allowed tasks.

Instead of choosing the device at the top level of the task, you can now specify the device for each channel.

Breaking Changes

This release does not introduce any breaking changes. Previous NI analog read tasks will be migrated to the new format automatically.

0.31

Version 0.31

Oct 1, 2024

No Breaking Changes

User Registration & Access Control

Summary

User Registration & Access Control

Synnax version 0.31 introduces long awaited user registration and access control features. You can now register users via the command palette. Once registered, one of two permissions can be granted to a user: admin and schematic edit.

  • Admin users have the permission to perform any task, including registering, removing, and changing the permissions of other users.
  • Schematic edit defines whether a user is allowed to create and edit schematics.

These two permission sets are the first of many to come.

New Schematic Symbols

This release also introduces six new schematic symbols.

The label positions and wrap widths of all symbols can now be customized.

Breaking Changes

There are no breaking changes in this release.