diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6818354 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ +This software is distributed under the following ISC license: + + Copyright © 2019 BRAZILIAN SYNCHROTRON LIGHT SOURCE + + 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. + diff --git a/README.md b/README.md index 468ee75..c5e622d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) \ No newline at end of file +![](./docs/IOC_terminal_successAtConnecting.jpg) \ No newline at end of file