"); echo ("
"); echo (""); //*** MENU SYSTEM NEW STYLE ---------------------------------------------------- $back = "Activ"; //Selects the type of Stop button. Preferably back //$loginvan = "Activ"; //Uncomment includes van login button left window side //$moveaddr = "Activ"; //Uncomment includes new address button right window side //$stop = "stop"; //Selects the type of Stop button. Preferably back $refr = "refresh"; //Comment to delete, Default not set //$menu = "index"; //Default set no special buttons, index = no buttons //$menu = "all"; //Default set no special buttons, index = no buttons include ("/var/www/html/robotigs/mobile/menu.php"); //Mobile menu bar //*** FROM HERE ON THE NORMAL USER SCREEN STARTS ------------------------------- $gain = 16; //SRF10 16 is default = No gain. Possible values: 0 - 16 $range = 255; //SRF10 255 is default = 65mS. Possible values: 0 - 255 $Alarm6Vdc = 5.7; //Powerstate will be set to LOW by 6.0 pack $Alarm9Vdc = 7.5; //Powerstate will be set to LOW by 9 Vdc battery echo ("

"); echo (""); echo (""); echo (""); echo (""); echo ("
"); //**************************** SRF-010 GAIN $tmp = get_txt($con1, 9, $koekje[2], 3747); //Fieldname at screen echo ("$tmp  "); //Adjust recordkey echo ("(0-16)
"); //*************************** SRF-010 RANGE $tmp = get_txt($con1, 9, $koekje[2], 3748); //Fieldname at screen echo ("$tmp  "); //Adjust recordkey echo ("(0-255)
"); //********************** BATTERY ALARM 6Vdc $tmp = get_txt($con1, 9, $koekje[2], 3749); //Fieldname at screen echo ("$tmp  "); //Adjust recordkey echo ("Vdc
"); //********************** BATTERY ALARM 6Vdc $tmp = get_txt($con1, 9, $koekje[2], 3750); //Fieldname at screen echo ("$tmp  "); //Adjust recordkey echo ("Vdc
"); //*** HELP SYSTEM NEW STYLE ---------------------------------------------------- $help_wdw = 3704; //The hlptxt from blue question button, txlkey = 29 include ("/var/www/html/robotigs/mobile/help.php"); //Mobile help bar $time = date("H:i"); //Record time of the response received echo ('

'); echo (''); echo (''); ?>