A problem was identified (and fixed) in the calculation of the new update subscription expiry date if you renewed early. All early renewals will be checked and corrected aaccordingly. You will be notified if your license needs to be updated via email.
RADIO PANEL
Forum rules
If you have technical Problem, please open a ticket: https://www.spadnext.com/discover/how-to/get-help.html
Do NOT hijack other people threads, until you have exactly the same problem!
If you have technical Problem, please open a ticket: https://www.spadnext.com/discover/how-to/get-help.html
Do NOT hijack other people threads, until you have exactly the same problem!
- c0nnex
- Site Admin
- Posts: 4995
- Joined: 10 Mar 2015, 21:52
- Location: Munich, Germany
- Contact:
- Status: Offline
Re: RADIO PANEL
This should be possible with a chained event.
Put the
- Set To 1
- Delay 100ms (smallest value)
- Set to 0 into one event.
Make sure to set it's to "End Processing = Yes"
Put the
- Set To 1
- Delay 100ms (smallest value)
- Set to 0 into one event.
Make sure to set it's to "End Processing = Yes"
-
- Betatester
- Posts: 97
- Joined: 12 Feb 2016, 00:17
- Status: Offline
Re: RADIO PANEL
ok c0nnex, this works in part for me. When I do this the datarefs stays locked at 1 and doesn't let me change anymore. The first time the change from the standby frequency to the active frequency is successful. When I consult the datarefs tool, I see that it stays locked at 1.
I have to restart the sim so that it returns to 0
- c0nnex
- Site Admin
- Posts: 4995
- Joined: 10 Mar 2015, 21:52
- Location: Munich, Germany
- Contact:
- Status: Offline
Re: RADIO PANEL
CHeck if there is a command to swap frequencies.
-
- Betatester
- Posts: 97
- Joined: 12 Feb 2016, 00:17
- Status: Offline
Re: RADIO PANEL
it´s this
a320/RMP1/Exchange
a320/RMP1/Exchange
- c0nnex
- Site Admin
- Posts: 4995
- Joined: 10 Mar 2015, 21:52
- Location: Munich, Germany
- Contact:
- Status: Offline
Re: RADIO PANEL
That's a dataref or a commandref?
-
- Betatester
- Posts: 97
- Joined: 12 Feb 2016, 00:17
- Status: Offline
-
- Betatester
- Posts: 97
- Joined: 12 Feb 2016, 00:17
- Status: Offline
Re: RADIO PANEL
i send ticket with photo datarefs
-
- Betatester
- Posts: 97
- Joined: 12 Feb 2016, 00:17
- Status: Offline
Re: RADIO PANEL
c0nnex, could you see my ticket?
-
- Betatester
- Posts: 97
- Joined: 12 Feb 2016, 00:17
- Status: Offline
Re: RADIO PANEL
confirm me that it is a datarefs
-
- Betatester
- Posts: 97
- Joined: 12 Feb 2016, 00:17
- Status: Offline
Re: RADIO PANEL
c0nnex, don't ask me what I did, but now it works. I have dealt with the same datarefs as before.
I think we all had some leprechaun on our computer.
<EventDefinition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Trigger="ACTIVATESHORT">
<EventActions xmlns="http://www.fsgs.com/SPAD">
<EventActionChangeValue TargetDataDefinition="XPLANE:A320/RMP1/EXCHANGE" Value="1" ValueOperation="Set">
<Options>
<Option Key="HASMINMAX" Value="False" />
</Options>
</EventActionChangeValue>
<EventActionDelay Delay="185" />
<EventActionChangeValue TargetDataDefinition="XPLANE:A320/RMP1/EXCHANGE" Value="0" ValueOperation="Set" />
</EventActions>
</EventDefinition>
I think we all had some leprechaun on our computer.
<EventDefinition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Trigger="ACTIVATESHORT">
<EventActions xmlns="http://www.fsgs.com/SPAD">
<EventActionChangeValue TargetDataDefinition="XPLANE:A320/RMP1/EXCHANGE" Value="1" ValueOperation="Set">
<Options>
<Option Key="HASMINMAX" Value="False" />
</Options>
</EventActionChangeValue>
<EventActionDelay Delay="185" />
<EventActionChangeValue TargetDataDefinition="XPLANE:A320/RMP1/EXCHANGE" Value="0" ValueOperation="Set" />
</EventActions>
</EventDefinition>