File: neovi.rst

package info (click to toggle)
python-can 3.3.2.final~github-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,172 kB
  • sloc: python: 10,208; makefile: 30; sh: 12
file content (46 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
NEOVI Interface
==================

.. warning::

    This ``ICS NeoVI`` documentation is a work in progress. Feedback and revisions
    are most welcome!


Interface to `Intrepid Control Systems <https://www.intrepidcs.com/>`__ neoVI
API range of devices via `python-ics <https://pypi.python.org/pypi/python-ics/>`__
wrapper on Windows.


Installation
------------
This neovi interface requires the installation of the ICS neoVI DLL and python-ics
package.

- Download and install the Intrepid Product Drivers
    `Intrepid Product Drivers <https://cdn.intrepidcs.net/updates/files/ICSDrivers.zip>`__

- Install python-ics
    .. code-block:: bash

        pip install python-ics


Configuration
-------------

An example `can.ini` file for windows 7:

::

    [default]
    interface = neovi
    channel = 1


Bus
---

.. autoclass:: can.interfaces.ics_neovi.NeoViBus