Giter VIP home page Giter VIP logo

caiman's Introduction

Purpose

Instructions on setting up the Arm Energy Probe or National Instruments DAQ and running caiman.

Arm Energy Probe

LEDs

  • No LED: The firmware needs to be installed
  • Flashing Red LED: The Energy Probe is not yet recognized by the OS
  • Green LED: Everything is OK
  • Orange LED: One or more of the probes are not correctly connected, i.e. the positive and negative leads are reversed

Caiman can usually auto-detect the Energy Probe device. But on older versions of Linux which do not have libudev.so.0, such as Red Hat, it cannot be auto-detected. In that case the device name will need to be provided, usually /dev/ttyACM0.

NI-DAQ

NI-DAQmx or NI-DAQmx Base drivers from National Instruments must be installed for caiman to communicate with the DAQ

Wiring

  • Connect the AI1 connections on the NI-DAQ device to go across the shunt resistor on your target
  • Connect AI0- to ground
  • Loop AI1- to AI0+ The above can be repeated for further parings ex: AI2 and AI3.

Auto-detect is not available with the NI-DAQmx Base drivers, so the device name (usually 'Dev1') must be supplied and can be determined from the National Instrument's List Devices utility. Also, with the Ni-DAQmx Base drivers, it takes a while to initialize the NI-DAQ, so power data for the first 3-8 seconds will not be captured.

As NI only distributes 32 bit versions of their libraries, only the 32 bit version of caiman will work with the DAQ, even on 64 bit platforms. A Windows 64-bit install of Arm Streamline will contain a 32 bit version of caiman.

A NI-DAQ enabled version of caiman must be built from source on Linux. To build a NI-DAQ enabled version of caiman on Linux, edit CMakeLists.txt and set SUPPORT_DAQ to 1, set NI_RUNTIME_LINK to 0 and verify the NI-DAQ install paths within CMakeLists.txt.

Debugging

If you're having problems running caiman from Streamline, run it on the command line in local mode, ex: /usr/local/Arm_ds/bin/caiman -l -r 0:20. You may see additional information to assist with debugging or if no messages are printed after a few seconds you can kill caiman. If everything is OK the 0000000000 file will be non-empty.

Building

Streamline is distributed with a pre-built caiman. But if you want to change some options or the pre-built caiman is insufficient, caiman can be built from source. Caiman uses CMake so that both Visual Studio and Makefiles can be generated from the same configuration. After extracting the source, open CMakeLists.txt and modify the settings at the top as desired and, if necessary, modify include_directories and target_link_libraries to add other dependencies, like NI-DAQ. After the CMakeLists.txt file is customized, use CMake to generate either a Makefile or a Visual Studio project, then the project can be built normally.

When building on Windows, if NI-DAQ is enabled, both NI-DAQmx and NI-DAQmx Base need to be installed.

Troubleshooting

-Unable to detect the energy probe

  • Disconnect and reconnect the energy probe to resolve the issue and ensure the energy probe properly enumerates with the OS. This can occur on some operating systems that do not properly re-enumerate the energy probe device after rebooting or going into sleep/hibernate.

-Unable to set /dev/ttyACM0 to raw mode, please verify the device exists

  • Check the permissions of /dev/ttyACM0. You may need to add your user to a group or modify the permissions of /dev/ttyACM0. If you still have problems, a different program may be using the device; use 'lsof' to debug further. On Ubuntu after plugging in the Energy Probe, the modem-manager opens the device for a while.

-/dev/ttyACM0 doesn't exist after pluging in the energy probe

  • The energy probe only works with Linux 2.6.36 or later

-bash: ./caiman: No such file or directory

  • Ensure /lib/ld-linux.so.2 is installed (it's in the libc6-i386 package on Ubuntu). This can occur when running the 32 bit version of caiman on x86_64.

-The power values in Streamline look incorrect

  • Make sure the shunt resistor values are correct in the energy capture options.

-Missing channels

  • Make sure either power, voltage, or current is checked in the energy capture options.

-Data is reporting zero or close to zero values

  • Check the connections. If you're using the Energy Probe, make sure the green LED is on.

-caiman-src/EnergyProbe.cpp:27:21: error: libudev.h: No such file or directory

  • Your platform either doesn't support udev or is missing the udev headers. Either install libudev-dev or equivalent otherwise disable udev support by setting SUPPORT_UDEV to 0 in CMakeLists.txt

caiman's People

Contributors

achary01 avatar bengaineyarm avatar drewrichardson-arm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.