Index: tests/test_hd_valves.py =================================================================== diff -u -r527decd42c3e6730a33ff6b7635787d13f9400e5 -r4903294ad7ee4218a2bfc535e3ab85e93d3f1f8f --- tests/test_hd_valves.py (.../test_hd_valves.py) (revision 527decd42c3e6730a33ff6b7635787d13f9400e5) +++ tests/test_hd_valves.py (.../test_hd_valves.py) (revision 4903294ad7ee4218a2bfc535e3ab85e93d3f1f8f) @@ -1,17 +1,17 @@ ########################################################################### # -# Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. # -# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN -# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file test_hd_valves.py +# @file test_hd_valves.py # -# @date 14-Oct-2020 -# @author S. Nash +# @author (last) Sean Nash +# @date (last) 15-Oct-2020 +# @author (original) Sean Nash +# @date (original) 15-Oct-2020 # -# @brief This script sets monitors HD valves data. -# ############################################################################ import sys @@ -25,7 +25,10 @@ hd = HD() hd.cmd_log_in_to_hd() hd.valves.cmd_hd_valves_broadcast_interval_override(50) + sleep(1) + hd.valves.cmd_home_hd_valve(ValvesEnum.VDI.name) + """ # print params every second for a while while True: sleep(0.100) @@ -55,3 +58,4 @@ hd.valves.valves_status[ValvesEnum.VBV.name]['Current']) exit(1) + """