Skip to content

Commit

Permalink
Added License. Minor updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
allan.bugyi committed May 22, 2019
1 parent ad0c4ed commit 3eaa63d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
16 changes: 16 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
This software is distributed under the following ISC license:

Copyright © 2019 BRAZILIAN SYNCHROTRON LIGHT SOURCE <[email protected]>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,20 @@ Dependencies
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_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: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: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


Expand All @@ -40,4 +43,4 @@ 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)
![](./docs/IOC_terminal_successAtConnecting.jpg)

0 comments on commit 3eaa63d

Please sign in to comment.