summaryrefslogtreecommitdiffstats
path: root/lib/rob/env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rob/env.sh')
-rw-r--r--lib/rob/env.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/rob/env.sh b/lib/rob/env.sh
new file mode 100644
index 0000000..993c1c3
--- /dev/null
+++ b/lib/rob/env.sh
@@ -0,0 +1,14 @@
+#!/usr/bin/sh
+
+export ROBOT_TYPE=ur
+#export ROBOT_TYPE=kwr
+export ROBOT_ADDR=192.168.0.1
+export ROBOT_PORT=30002
+#export ROBOT_PORT=23
+export ROBOT_USER=as
+export ROBOT_PASSWD=
+export ROBOT_STATUS_FNAME=status.log
+export ROB_PORT=13100
+export ROB_CAMS_MAX=1
+export DELAY_LOGIN=1000000
+export DELAY_US=100000