Skip to content
Snippets Groups Projects
Select Git revision
  • f0f8cc6e43e60d11092935ce2b7a5dcfb08c56be
  • master default
  • labcomm2006
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
16 results

example_decoder.c

Blame
  • Forked from Anders Blomdell / LabComm
    Source project has a limited visibility.
    testconnection.jl 356 B
    using LabConnections.Computer, DoubleTankLab
    
    print("testing connections, this should give something other than NaN or 0.0, and the pump should turned on\n")
    measures = [AnalogInput10V(0), AnalogInput10V(1),AnalogInput10V(4), AnalogOutput10V(0)]
    st = ComediStream()
    init_devices!(st, measures...)
    print("$(read.(measures[1:3]))\n")
    send(measures[4], 10.0)