Device::LabJack

Device::LabJack is a Perl extension for native access to the LabJack U12.
Download

Device::LabJack Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chris Drake
  • Publisher web site:
  • http://search.cpan.org/~cdrake/Device-LabJack-0.02/LabJack.pm

Device::LabJack Tags


Device::LabJack Description

Device::LabJack is a Perl extension for native access to the LabJack U12. Device::LabJack is a Perl extension for native access to the LabJack U12.SYNOPSIS use Device::LabJack; $idnum=-1; $demo=0; $stateIO=0; $updateIO=0; $ledOn=1; @channels=(0,1,2,3); @gains=(0,0,0,0); $disableCal=0; $ledOn=$1 if($ARGV=~/(d+)/); # This turns the LabJack LED off if you run this program with a paramater of 0 (or on for 1) my(@results)=Device::LabJack::AISample($idnum,$demo,$stateIO,$updateIO,$ledOn,@channels,@gains,$disableCal); print join("n",@results); # This prints out the current Analogue Input valuesRequirements:· PerlINSTALLATION perl Makefile.PL make (nb: will install the LabJack drivers for your kernel if they're not already installed) make test make install


Device::LabJack Related Software