Skip to content

Commit

Permalink
Readme file done. This is commit lays down the first version release.
Browse files Browse the repository at this point in the history
  • Loading branch information
allan.bugyi committed May 22, 2019
1 parent ca0912e commit ad0c4ed
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,43 @@
ARINAX LUCIOLE'S EPICS IOC
=============================
Brazilian Synchrotron National Light Laboratory - Campinas, 05/21/2019

Author: Allan S. B. Bugyi.
Contact: [email protected]


MANACA:LUCIOLE:SETTRIGGER_CH1
Dependencies
============

- EPICS Base >= 3.15.6;
- SynApps 6.0;
- C and C++ compilers;
- Make;
- Asyn (AsynPortDriver) module from SynApps;
- Luciole's libraries (located under directory 'lib/' of this IOC. Must be installed in appropriate system location, e.g., directory '/usr/lib/x86_64-linux-gnu/' for a Linux 64 bits).


PVs of interest
===============

MANACA:LUCIOLE:LIGHT_CH1 Use this PV to change the light value from channel 1 - 0<=Valid range<=20000

MANACA:LUCIOLE:LIGHT_CH2 Use this PV to change the light value from channel 2 - 0<=Valid range<=20000

MANACA:LUCIOLE:ERROR Check for errors in this PV MANACA:LUCIOLE:CONNECTION_STATE Assure the IOC is successfully connected to the device MANACA:LUCIOLE:SETTRIGGER_CH1
MANACA:LUCIOLE:SETTRIGGER_CH2
MANACA:LUCIOLE:LIGHT_CH1
MANACA:LUCIOLE:LIGHT_CH2
MANACA:LUCIOLE:ERROR
MANACA:LUCIOLE:CONNECTION_STATE
MANACA:LUCIOLE:TRIGGER_MODE_CH1
MANACA:LUCIOLE:TRIGGER_MODE_CH2


Known problems
==============

For some unknown reason, the API provided by Arinax struggles every now and then to connect to the device (an ERROR message will be displayed at initializtion of the IOC, in this case).
Simply restart the IOC, till you get 2 confirmations of connection, like below:

![](docs/IOC_terminal_successInitialization.jpg)
Binary file added docs/IOC_terminal_successAtConnecting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad0c4ed

Please sign in to comment.