Skip to content

fst29/LAT-Exp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lossless-Adjustable-Transformer-Experiment

This file covers the setup of how to run the experiments for lossless-adjustable transformer. An in-depth desciption of the software is included here.

Running the software locally

  1. Make sure that the motors and the Raspberry Pi are plugged in

  2. Start the frontend application using the desktop icon

  3. Start the backend application using the desktop icon (must be done after frontend is running)

  4. To close the backend, press CTRL+C in the terminal

Running the backend remotely

  1. Make sure that the motors and the Raspberry Pi are plugged in

  2. Start the frontend application using the desktop icon

  3. Connect to the Raspberry Pi over ssh, the ip address can be checked by hovering over the Wifi icon on the taskbar

  4. Run /home/pi/fst29/gui/build/guiDriver in the remote terminal

  5. To close the backend, press CTRL+C in the terminal

File locations on the Pi

Location of log and data files: /home/pi/fst29/data

Location of the code: /home/pi/fst29/gui/

Connecting Loadcell

  1. Download DSCUSB Toolkit from here on your laptop https://www.mantracourt.com/software/dscusb/dsc-usb-toolkit

  2. Connect the USB from the loadcell to your laptop

  3. Run the DSCUSB Toolkit program, the loadcell should then appear

  4. To start recording data go to 'Logging' type

  5. Select the folder where you want to record the data

  6. Name the file being recorded as required

  7. In 'Information' tab select 'Net' so that there is zero torque recorded at rest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.6%
  • C 6.0%
  • Makefile 3.7%
  • CMake 1.7%
  • MATLAB 1.3%
  • Python 0.7%