2021 Aug 30, 02:41 PM
Hi Dan,
I tried the following and it seems to fix the problem.
I commented out the "if" clause on line 71 of "SIP/plugins/combine_stations.py", and adjusted the indentations of the subsequent two lines:
# if not gv.sd[u'mm']: # If under program control
gv.ps[sidx][1] = gv.rs[vid][2]
gv.rs[sidx] = gv.rs[vid]
At first I tried toggling the condition in line 71 (by removing "not"), the program would then work fine in manual mode ('mm') but would not work expected in auto mode.
Paul
I tried the following and it seems to fix the problem.
I commented out the "if" clause on line 71 of "SIP/plugins/combine_stations.py", and adjusted the indentations of the subsequent two lines:
# if not gv.sd[u'mm']: # If under program control
gv.ps[sidx][1] = gv.rs[vid][2]
gv.rs[sidx] = gv.rs[vid]
At first I tried toggling the condition in line 71 (by removing "not"), the program would then work fine in manual mode ('mm') but would not work expected in auto mode.
Paul