Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
ds
setandreaddiff
Commits
11ebf05c
Commit
11ebf05c
authored
Jul 27, 2021
by
Claudio Scafuri
💬
Browse files
first import from running server (tom)
parent
0d8559d5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
11ebf05c
NAME
=
setandreaddiff-srv
MAIN
=
Setandreaddiff.py
DIRNAME
=
$
(
NAME:-srv
=)
MODNAME
=
$(MAIN:.py=)
PY_FILES
+=
$(
wildcard
src/
*
.py
)
default
:
bin ${PY_FILES}
@
cp
${PY_FILES}
bin/
${DIRNAME}
@
echo
"#!/usr/bin/env python
\n
import sys
\n
sys.path.append(sys.path[0]+'/
${DIRNAME}
')
\n
from
${MODNAME}
import main
\n
if __name__ == '__main__':
\n
main()
\n
"
>
bin/
${NAME}
@
chmod
+x bin/
${NAME}
bin/
${DIRNAME}
/
${MAIN}
bin
:
@
test
-d
$@
||
mkdir
-p
$@
/
${DIRNAME}
clean
:
@
rm
-fr
bin/ src/
*
~
.PHONY
:
clean
README.md
View file @
11ebf05c
# setandreaddiff
# Project Name
setandreaddiff
## Description
Simple Tango device server for monitorin Elettra power supplies difference or request and erogated current
## Dependencies
The device is wiriiten in python 2.7 and needs the tango python bindings and the the python python-vxi11 module
## History
2021-07-26: imported from tom
## Credits
First protopye : Luca Vidotto
Elettra-Sincrotrone Trieste S.C.p.A. di interesse nazionale
Strada Statale 14 - km 163,5 in AREA Science Park
34149 Basovizza, Trieste ITALY
## License
GPL 3
src/Setandreaddiff.py
0 → 100755
View file @
11ebf05c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment