BOLOMETRY=192.168.2.199 PORT=1234 PORT2=1235 acquisition: cp /home/svoboda/Fuze/GOLEM/operation/parameters.pl . make get make plots make html0 make html1 & get: echo GET | nc $(BOLOMETRY) $(PORT) -q 0 #send signal to bolometry nc -l -w100 -p $(PORT) > data nc -l -w4 -p $(PORT) > profileX.png nc -l -w4 -p $(PORT) > profileY.png nc -l -w4 -p $(PORT) > detectors.png nc -l -w4 -p $(PORT) > positionX.png nc -l -w4 -p $(PORT) > positionY.png nc -l -w4 -p $(PORT) > TotalPower.png sed 's/,/\./g' data > datap awk '{print $$1"\t"$$2}' data > data1a2.cp #!!exportovat z tomografie data s Ĩasem v 1. sloupci !!! awk '{print $$1"\t"$$2}' datap > data1a2.dp arming: echo $$ShotNo | nc $(BOLOMETRY) $(PORT) -q 0 #signal for bolometry to prepare plots: convert -resize 150 profileX.png icon.png html0: echo -e \ "\n \ \n \ Golem - Bolometry \n \ References: \n\ Downloads: \n\ Output data:
\n\ \n\ Makefile:
\n\ \n\
\n \
\n\
\n\
" > index.html html1: nc -l -p -w600 $(PORT2) > URL echo -e \ "\n \ \n \ Golem - Bolometry \n \ References: \n\ Downloads: \n\ Output data:
\n\ \n\ Makefile:
\n\ \n\
\n \
\n\
\n\
\n\ " > index.html