I have some problems pertaining to the stores screen:
The way I want it to function is the following:
Depending on the selected station, symbols + counters appear to the left, center or right, and for that purpose I've set them up with the following code:
Instrument[062]=LS
.
.
Instrument[066]=LS_QuantityCounter
.
.
Instrument[070]=LS_IRM
Instrument[071]=LS_AHM
...and the entries for the instruments are as follows:
[LS]
Type=WEAPON_STATION_SELECTOR
NodeName=LS
MovementType=LIGHT
Set[01].Position=0.0
Set[01].Value=0
Set[02].Position=0.0
Set[02].Value=1
Set[03].Position=0.0
Set[03].Value=2
Set[04].Position=1.0
Set[04].Value=3
Set[05].Position=0.0
Set[05].Value=4
[LS_QuantityCounter]
Type=WEAPON_QUANTITY
CounterNodeFormat=LS_Qty%d
MovementType=DIGITAL_DISPLAY
[LS_IRM]
Type=WEAPON_TYPE_SELECTOR
NodeName=LS_IRM
MovementType=LIGHT
Set[01].Position=0.0
Set[01].Value=0
Set[02].Position=0.0
Set[02].Value=1
Set[03].Position=1.0
Set[03].Value=2
Set[04].Position=0.0
Set[04].Value=3
Set[05].Position=0.0
Set[05].Value=4
Set[06].Position=0.0
Set[06].Value=5
Set[07].Position=0.0
Set[07].Value=6
Set[08].Position=0.0
Set[08].Value=7
Set[09].Position=0.0
Set[09].Value=8
[LS_AHM]
Type=WEAPON_TYPE_SELECTOR
NodeName=LS_AHM
MovementType=LIGHT
Set[01].Position=0.0
Set[01].Value=0
Set[02].Position=0.0
Set[02].Value=1
Set[03].Position=0.0
Set[03].Value=2
Set[04].Position=1.0
Set[04].Value=3
Set[05].Position=0.0
Set[05].Value=4
Set[06].Position=0.0
Set[06].Value=5
Set[07].Position=0.0
Set[07].Value=6
Set[08].Position=0.0
Set[08].Value=7
Set[09].Position=0.0
Set[09].Value=8
Needless to say, the actual hierarchy looks like this:
LS -> LS_Qty -> LS_IRM, LS_ARM, etc
However, nothing lights up at all. I know the EF-2000 has a similar setup and it works there so what could be wrong here?