Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anekimken authored Jun 7, 2018
1 parent fb112cc commit 53d1c1c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# HAWKCantileverController

This LabView project runs the PID controller for controlling the force applied by HAWK during mechanical stimulation of freely moving C. elegans nematodes.
This LabView project runs the PID controller for controlling the force applied by HAWK during mechanical stimulation of freely moving C. elegans nematodes. The controller runs separate from the tracking because it needs to be fast and deterministic. To accomplish this, the controller runs on an FPGA.

The code requires LabView 2013 with the FPGA module to run. The project consists of three applications that run on the host PC, RTOS of the CompactRIO, and FPGA, respectively. It runs on NI-cRIO9012 hardware.
The code requires LabView 2013 with the FPGA module to run. The project consists of three applications that run on the host PC, RTOS of the CompactRIO, and FPGA, respectively. When operated with HAWK, the PC application is not strictly required, because the HAWK tracking software sends messages to configure the RTOS and FPGA parameters.

Hardware: NI-cRIO9012
C-series I/O modules (in order from 1-4) NI 9263, NI 9215, NI 9411, and NI 9472.

This software is offered as is with no warranty or guarantee of support.

0 comments on commit 53d1c1c

Please sign in to comment.