Skip to content

an interface and set of modules that interact with LabJack DAC based sensors

License

Notifications You must be signed in to change notification settings

AD-SDL/labjack_module

Repository files navigation

LabJack module

Implementation of a MADSci Node Module for integrating LabJack DAQ Based Devices.

See definitions/labjack.node.yaml for an example node definition file, and definitions/labjack.node.info.yaml for a description of the capabilities of the node.

Installation and Usage

Python

Install the LabJack software found here: https://support.labjack.com/docs/ljm-software-installer-downloads-t4-t7-t8-digit

# Create a virtual environment named .venv
python -m venv .venv
# Activate the virtual environment on Linux or macOS
source .venv/bin/activate
# Alternatively, activate the virtual environment on Windows
# .venv\Scripts\activate
# Install the module and dependencies in the venv
pip install .
# Start the node

You can use 0.0.0.0 as the hostname to connect from any device on the local network, or 127.0.0.1 to limit it only to local connections.

About

an interface and set of modules that interact with LabJack DAC based sensors

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published