Skip to content
Snippets Groups Projects
Select Git revision
  • devel
  • master default protected
  • dt5471
  • doc
  • remove-autoconfigure
  • agilentsplit
  • MCP3428-gain
  • contributing
  • serialcom
  • improve-powersupply
  • sp-autoconf
  • blocking_com
  • calibrationEM
  • rd53a_ivUpdate
  • spi
  • iv_curve
  • arduino-influx
  • rd53a_ivcurve
  • InstekPST3202_addition
  • E3631A
  • v0.1
  • RALIrradNov2018
22 results

labRemote

  • Clone with SSH
  • Clone with HTTPS
  • Clone with KRB5
  • Forked from Berkeley Lab / labRemote
    645 commits behind, 1 commit ahead of the upstream repository.
    user avatar
    Karol Krizka authored
    55dc712b
    History

    Small library to control and read out lab equipment.

    Commiting code

    Create new branch with your initials and short description, for example jd_mybranch. When creating merge request make sure to check the box with delete branch after merging.

    Compile code

    To start with:

    mkdir build; cd build
    cmake .. # On CentOS, use the cmake3 command
    make -j4

    New projects

    You can add labRemote as a submodule and create a new project. All projects should be labRemote-apps Example project is: ExampleLabRemoteProject

    Probe Station

    Requirements for probe station controller:

    Requirements for FTDICom:

    • libftdi - Generic FTDI library
    • libmpsse - Library that implements common communication protocols (I2C, SPI) using the MPSSE framework on FTDI chips