File: neovi.rst

package info (click to toggle)
python-can 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,372 kB
  • sloc: python: 25,840; makefile: 38; sh: 20
file content (47 lines) | stat: -rw-r--r-- 1,121 bytes parent folder | download
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
47
Intrepid Control Systems neoVI
==============================

.. note::

    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-can`` with the ``neovi`` extras:
    .. code-block:: bash

        pip install python-can[neovi]


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

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

::

    [default]
    interface = neovi
    channel = 1


Bus
---

.. autoclass:: can.interfaces.ics_neovi.NeoViBus
.. autoexception:: can.interfaces.ics_neovi.ICSApiError
.. autoexception:: can.interfaces.ics_neovi.ICSInitializationError
.. autoexception:: can.interfaces.ics_neovi.ICSOperationError