roeter, on 31 January 2014 - 10:45 AM, said:
And here is my report :
- removed the "opp_sig_lr" test from sigscr.dat.
Regards,
Rob Roeterdink
Concerning: removed the "opp_sig_lr" test from sigscr.dat.
I found this entry:
// If required, show the appropriate 'stop' indication.
if ( !enabled || // Not enabled/cleared to show natural state?
opp_sig_lr (SIGFN_DISTANCE) !=# SIGASP_STOP || // Entry from next interlocking blocked?
block_state() !=# BLOCK_CLEAR || // Block ahead not clear?
!route_set() ) // Switch not set as per link?
state = SIGASP_STOP;
beginning on the following lines: 151,191,226,266,303,340,383,416,458,500,542,584,863,899,935,974,1013,1050
and on line 369 was found:
// 3 color Bottom Head Absolute Junction.
extern float block_state ();
extern float route_set ();
extern float next_sig_lr ();
extern float sig_feature ();
extern float def_draw_state ();
extern float opp_sig_lr (); (my bolds)
extern float state;
extern float draw_state;
extern float enabled;
float next_state;
Do all the sections beginning at the above line numbers need to be removed - including entry at section beginning line 369?
extern float opp_sig_lr ();
or all entries EXCEPT one found in section beginning line 369?
Whoops - succeeded in turning all signals yellow. How do you disable the "opp_sig_lr"?