Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
equipment:odd:odd_on_acq4 [2021/06/19 10:37] jefferisequipment:odd:odd_on_acq4 [2021/12/16 12:27] (current) jefferis
Line 3: Line 3:
 * the minimalist approach is we keep using Igor to set up the ODD and just provide digital triggers via acq4  * the minimalist approach is we keep using Igor to set up the ODD and just provide digital triggers via acq4 
  
-* gj had some conversations with Luke Campagnola [[acq4luke]]. my interim conclusion was either that we try to make something where we replace everything in the Igor XOP with python code running the trigger loop in a python subprocess or we compile the c tool to a standalone exe and call that.+* gj had some conversations with Luke Campagnola [[acq4luke]].  
 + 
 +my conclusion was that we should replace everything in the Igor XOP with python code running the trigger loop in a python subprocess that calls the AIOUSB DLL via ctypes. AccesIO provide a sample python ctypes wrapper https://accesio.com/files/AIOUSB.py to talk to their compiled Windows AIOUSB.dll
  
 * [[writing to accesio June 2021]] * [[writing to accesio June 2021]]
  
-Driver info here https://github.com/accesio/AIOUSB+As a reminder, the embedded device is a [[https://accesio.com/product/usb-dio-96/?attribute_pa_digital-i-o=96-i-o-8-8-4-4-x4|USB DIO 96]] 
 + 
 +* There is some further driver info and source code here https://github.com/accesio/AIOUSB but this is to provide a unix-compatible version of their windows library so I don't think it's relevant.
  

Log In