Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
tkornack committed Dec 20, 2017
1 parent d7255bb commit 0ed12c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -2,12 +2,12 @@

This package implements a communications protocol in labview to work with [Twinleaf sensors](http://www.twinleaf.com) using Twinleaf I/O (TIO) as the communications layer. Data from the sensors is received via PUB messages and sensor parameters may be changed using REQ/REP messages.

![VM Monitor](doc/VM Monitor.gif)
![VM Monitor](doc/VMmonitor.gif)

## Prerequisites

[National Instruments Labview 2017](https://ni.com/labview). Conversion to earlier versions are available if requested.
[National Instruments VISA 2017](https://ni.com/visa) to use the serial port directly.
- [National Instruments Labview 2017](https://ni.com/labview). Conversion to earlier versions are available if requested.
- [National Instruments VISA 2017](https://ni.com/visa) to use the serial port directly.

## Installation

Expand All @@ -24,7 +24,7 @@ These examples can be called with "url" that is either a serial port (`ASRL47::I

## Programming

![VM Monitor](doc/VM Monitor.gif)
![VM Monitor](doc/VMexample.png)

The execution is threaded by virtue of three separate loops: an event loop (top), a stream loop (middle), and, in this case, a signal processing loop (bottom). Stream data returns from the `TIO Device Tick` VI and can be converted to a useful array using `TIO Data Stream`. RPC is handled using named queues.

Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 0ed12c2

Please sign in to comment.