Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -ra774225d7e3f88892d90e0dda307b8c17b18899c -r525a83f4f0a858c74d9b475e3760f1921ac1052f --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision a774225d7e3f88892d90e0dda307b8c17b18899c) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 525a83f4f0a858c74d9b475e3760f1921ac1052f) @@ -65,10 +65,10 @@ ALARM_REJECT_NOTIFICATION_TEMPLATE = "No Active Alarm List [{}]" #Create Rx -ACID_CONCENTRATE = ["1.0 K, 2.50 Ca, 1 Mg","2.0 K, 2.50 Ca, 1 Mg","3.0 K, 2.50 Ca, 1 Mg"] +ACID_CONCENTRATE = ["1.0 K, 2.50 Ca","2.0 K, 2.50 Ca","3.0 K, 2.50 Ca"] DIALYZER_TYPE = ["Diacap Pro 13H","Diacap Pro 16H", "Diacap Pro 19H", "Optiflux F160NRe", "Optiflux F180NRe", "Optiflux F200NRe","Optiflux F250NRe"] VITALS = ["OFF","5","10","15","20","30","60"] -BICARBONATE = ["Sodium Bicarbonate"] +BICARBONATE = ["650 g","720 g","760 g", "900 g", "1100 g","1250 g"] #Heparin heparin_off = { "Heparin Type" :"OFF", Index: suite_leahi/shared/scripts/configuration/utility.py =================================================================== diff -u -r50d3084c54eef035058b21579538b53f503af657 -r525a83f4f0a858c74d9b475e3760f1921ac1052f --- suite_leahi/shared/scripts/configuration/utility.py (.../utility.py) (revision 50d3084c54eef035058b21579538b53f503af657) +++ suite_leahi/shared/scripts/configuration/utility.py (.../utility.py) (revision 525a83f4f0a858c74d9b475e3760f1921ac1052f) @@ -10,6 +10,59 @@ td =TD_Messaging() +def aut(*args): + """ + Joins the executable name and argument + into a single command string +* Options: + * -h, --help Displays help on commandline options. + * --help-all Displays help including Qt specific + * options. + * -v, --version Displays version information. + * -c, --canOut Show the Can Frame Output + * -m, --msgOut Show the Message Output + * -l, --logOut Show the Logs Output + * -0, --enable-keep-awake Enable send low priority, empty message + * on the CANBus just to keep UI board CAN + * driver awake + * -i, --fake-interval Test fake message interval(ms) + * -f, --fake-message Test fake message data + * will use default sequenced long fake + * message if set to 00(default) + * will used only if correct integer value + * assigned for interval option + * -b, --fake-message-seq-at-begin Test fake message sequence at the + * beginning of the frame + * -u, --disable-unhandled-report Disable unhandled messages report as an + * error in the log + * -d, --disable-dialin-unhandled Disable the Dialin messages logged as + * unhandled + * -q, --disable-timeout Disables communication timeout + * -a, --disable-alarm-no-minimize Disables alarm no minimize + * -S, --disable-sd-card-fail-log-stop disable-sd-card-fail-log-stop + * -C, --disable-cloudsync-fail-stop disable-cloudsync-fail-stop + * -k, --disable-check-in-log Disables Check-In Log + * -K, --disable-acknow-log Disables Acknowledgment Log + * -D, --enable-dry-demo Enables Dry-Demo Mode + * -A, --active-can-bus Sets the Active CANBus [Shall start with + * 'can' or 'vcan] + * -E, --enable-manufacturing Enables the manufacturing mode to + * configure the system for the first time. + * -R, --use-root-home In case the application is not in + * Manufacturing Setup but needs to use root + * home folder for configurations. + * -U, --enable-update-mode Enables the update mode to update only + * necessary files during the update and + * keep the rest. + * -x, --use-log-long-name Use the log long file name format + * _