[chronojump] Added howto_compujump_client.txt



commit 4799b9744c46bfe2ef47d4e0a84a7bc9b5d03ab3
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Jun 28 21:54:35 2017 +0200

    Added howto_compujump_client.txt

 howto_compujump_client.txt |   49 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/howto_compujump_client.txt b/howto_compujump_client.txt
new file mode 100644
index 0000000..0cb9434
--- /dev/null
+++ b/howto_compujump_client.txt
@@ -0,0 +1,49 @@
+Howto run compujump client.
+Instructions for 1.7.0-390.
+Has to be done on this exact order:
+
+0) Have a Linux machine
+1) Assign permissions for Chronopic (changing 'username' for desired username)
+
+# usermod -a -G dialout username
+
+Close the session in order to ensure that the permissions are assigned. Check with:
+
+$groups
+
+2) Install sqlite3
+3) Install Chronojump from GIT: http://chronojump.org/en/linux-compile/
+4) Connect RFID
+5) Open Chronojump (database will be created) and identify RFID device
+6) Go to desired mode (runs, encoder gravitatory, encoder inertial)
+7) Open Simulated session
+8) Create a temporary user (just to access some gui functions)
+9) Connect Encoder or photocels and identify device
+10) Select desired encoder configuration
+11) delete temporary user!!! important to not have conflict with upcoming persons from server
+12) Close Chronojump
+
+13) delete encoder exercises!!! important to not have conflict with upcoming exercises from server
+
+$ sqlite3 .local/share/Chronojump/chronojump.db
+delete from encoderExercise;
+.quit
+
+14) Copy this chronojump_config.txt on .local/share/Chronojump
+
+#Session modes:
+SessionMode=MONTHLY
+
+#Use Compujump
+Compujump=TRUE
+CompujumpServerURL=http://127.0.0.1:8080
+CompujumpStationID=1
+
+#CompujumpStationMode, modes:
+#JUMPSSIMPLE, JUMPSREACTIVE, RUNSSIMPLE, RUNSINTERVALLIC, POWERGRAVITATORY, POWERINERTIAL, FORCESENSOR, RT, 
OTHER
+#will start on this mode and could not be changed
+CompujumpStationMode=POWERGRAVITATORY
+
+15) Change CompujumpServerURL or CompujumpStationID or CompujumpStationMode.
+    Remember SPACES are NOT allowed immediatelly before or after '='
+16) Open Chronojump


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]