-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs/site] - version 0.34 release notes
- Loading branch information
Showing
6 changed files
with
90 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1155,6 +1155,10 @@ const { | |
margin: 5rem 0; | ||
} | ||
|
||
ul { | ||
padding-left: 5rem; | ||
} | ||
|
||
h2 { | ||
margin: 4rem 0; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
import Release from "@/components/releases/Release.astro"; | ||
import { Image } from "@/components/Media"; | ||
import Diagram from "@/components/Diagram.astro"; | ||
import LabJack from "@/pages/releases/LabJack.astro"; | ||
|
||
<Release | ||
version="0.34.0" | ||
date="Nov 13, 2024" | ||
title="LabJack Support" | ||
> | ||
|
||
<LabJack /> | ||
|
||
Synnax version 0.34 introduces a built-in [LabJack driver](/reference/device-drivers/labjack) | ||
supporting all T-Series devices. | ||
|
||
You can use a [write task](/reference/device-drivers/labjack/write-task) to control | ||
digital and analog outputs on the device, and a [read task](/reference/device-drivers/labjack/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](/reference/device-drivers/ni) and [LabJack](/reference/device-drivers/labjack) | ||
read tasks now support taring functionality. This feature allows you to zero out the current | ||
sensor values. | ||
|
||
### Other Minor Improvements and Bug Fixes | ||
|
||
- Improved schematic connection line pathing. | ||
- Implemented [Python client](/reference/python-client) support for configuring and | ||
running [OPC UA read tasks](/reference/device-drivers/opc-ua/read-task). | ||
- Font sizes on a [schematic](/reference/console/schematic) value are now configurable. | ||
|
||
### Breaking Changes | ||
|
||
This release does **not** introduce any breaking changes. | ||
|
||
</Release> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters