Index: /trunk/BNC/Example_Configs/24_RinexEph.sh
===================================================================
--- /trunk/BNC/Example_Configs/24_RinexEph.sh	(revision 9780)
+++ /trunk/BNC/Example_Configs/24_RinexEph.sh	(revision 9781)
@@ -2,9 +2,9 @@
 
 ../bnc -nw -conf /dev/null \
-       -key mountPoints "//Example:Configs@products.igs-ip.net:2101/BCEP00BKG0 RTCM_3 DEU 50.09 8.66 no 2"\
+       -key mountPoints "//Example:Configs@products.igs-ip.net:2101/BCEP00BKG0 RTCM_3.3 DEU 50.09 8.66 no 2"\
        -key ephPath Output \
        -key logFile Output/RinexEph.log \
        -key ephIntr "1 hour" \
-       -key ephV2 0 &
+       -key ephVersion 4 &
 
 psID=`echo $!`
Index: /trunk/BNC/Example_Configs/26_RinexObs.sh
===================================================================
--- /trunk/BNC/Example_Configs/26_RinexObs.sh	(revision 9780)
+++ /trunk/BNC/Example_Configs/26_RinexObs.sh	(revision 9781)
@@ -2,14 +2,14 @@
 
 ../bnc -nw -conf /dev/null \
-       -key mountPoints "//Example:Configs@mgex.igs-ip.net:80/CUT000AUS0 RTCM_3.2 AUS -32.00 115.89 no 1;//Example:Configs@igs-ip.net:2101/FFMJ00DEU0 RTCM_3.1 DEU 50.09 8.66 no 1" \
+       -key mountPoints "//Example:Configs@igs-ip.net:2101/CUT000AUS0 RTCM_3.3 AUS -32.00 115.89 no 2;//Example:Configs@igs-ip.net:2101/FFMJ00DEU0 RTCM_3.3 DEU 50.09 8.66 no 2" \
        -key logFile Output/RinexObs.log \
        -key rnxPath Output \
        -key rnxIntr "15 min" \
        -key rnxSkel SKL \
-       -key rnxSampl 0 \
-       -key rnxV2 0 &
+       -key rnxSampl "1 sec"\
+       -key rnxVersion 4 &
 
 psID=`echo $!`
-sleep 30
+sleep 10
 kill $psID
 
