Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: labjack/LabJackPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: optimize_stream
Choose a base ref
...
head repository: labjack/LabJackPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 32 files changed
  • 4 contributors

Commits on Apr 6, 2022

  1. Fix Bug in Example streamTest-threading.py

    The Class StreamDataReader uses the device object of the global scope. With this fix, the class StreamDataReader is independent of the particular device in this script and can be repurposed in other projects by users.
    m-boesl authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    fea0be6 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    e30e065 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Merge pull request #120 from m-boesl/m-boesl-streamTest-threading.py

    Fix minor bug in the example streamTest-threading.py
    davelopez01 authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c96f238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    384e4f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af10a3e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Add exception comment (#122)

    * Added comment about exceptions
    
    * Removed some links, added deprecated warnings for the UD-Modbus interface
    sjarman28 authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    b6740f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Update README

    * Added a link to labjack-ljm for T-series device users.
    sjarman28 authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    851c5eb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Error messages update (#124)

    * Updated some LabJackPython.py exception messages.
    
    * Updated some Modbus.py exception messages.
    
    * Updated some u3.py exceptions. Changed a troubleshooting string in LabJackPython.py to global.
    
    * Updated some u6.py exception messages.
    
    * Updated some u12.py exception messages and updated getFirmwareVersion doc.
    
    ---------
    
    Co-authored-by: David Lopez <[email protected]>
    sjarman28 and davelopez01 authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f81a3c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Added loadCalibration open parameter (#127)

    *Device open calls will now load calibration data by default
    *Bumped the version to 2.2.0
    sjarman28 authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b01cdf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Update u6.py, fix mistake in docstrings (#129)

    * Update u6.py, fix mistake in docstrings
    
    Change the numbers in the docstrings of setDOState() getDIState() and getDIOState().
    The docstrings state that arguments ioNum = 20, 21, 22 access the so called MIO digital I/O. The class BitStateRead will take the argument mod 20, s.t. the user intending to read MIO1 reads FIO1 etc. The hardware documentation states that MIO 0-2 are shared with CIO 0-2.
    
    * Update u6.py, Remove the lines defining the MIO numbers
    
    Remove the lines defining the MIO numbers. This is more consistent with the low level function documentation:
    https://labjack.com/pages/support?doc=/software-driver/low-level-ud-users-guide/bitstatewrite-iotype11/
    m-boesl authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d4bfa06 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. ctypes.c_byte to ctypes.c_ubyte fix

    ctypes.c_byte is specified to be equivalent to a signed char (-128 to 127) but we were passing unsigned char values (0-255) so we should be using ctypes.c_ubyte.
    sjarman28 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0ed099d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    a25daa7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    17347d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    12a0ea0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Configuration menu
    Copy the full SHA
    baf74f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Changed SafeConfigParser to ConfigParser in Python 3.

    SafeConfigParser was removed in Python 3.12+, so changing to the replacement ConfigParser.
    davelopez01 committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    76f3c30 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    1f99d2e View commit details
    Browse the repository at this point in the history
Loading