Page 2 of 3

Re: RADIO PANEL

Posted: 23 Sep 2019, 22:16
by c0nnex
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"

Re: RADIO PANEL

Posted: 23 Sep 2019, 22:58
by alexis_maria
c0nnex wrote:
23 Sep 2019, 22:16
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"
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

Re: RADIO PANEL

Posted: 24 Sep 2019, 00:16
by c0nnex
CHeck if there is a command to swap frequencies.

Re: RADIO PANEL

Posted: 24 Sep 2019, 17:27
by alexis_maria
it´s this

a320/RMP1/Exchange

Re: RADIO PANEL

Posted: 24 Sep 2019, 18:05
by c0nnex
That's a dataref or a commandref?

Re: RADIO PANEL

Posted: 24 Sep 2019, 18:08
by alexis_maria
c0nnex wrote:
24 Sep 2019, 18:05
That's a dataref or a commandref?
I THINK´S datarefs. But I tried to record as datarefs and as command

Re: RADIO PANEL

Posted: 24 Sep 2019, 18:09
by alexis_maria
i send ticket with photo datarefs

Re: RADIO PANEL

Posted: 25 Sep 2019, 17:40
by alexis_maria
c0nnex, could you see my ticket?

Re: RADIO PANEL

Posted: 26 Sep 2019, 18:14
by alexis_maria
confirm me that it is a datarefs

Re: RADIO PANEL

Posted: 26 Sep 2019, 22:36
by alexis_maria
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>