Current SPAD.neXt Release: 0.9.12.123

This forum has closed. Please join our Discord Community.

SPAD.neXt online services are no longer available for SPAD.neXt Versions < 0.9.11.5

RADIO PANEL

Discussion about Problems.
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!
User avatar
c0nnex
Site Admin
Posts: 5469
Joined: 10 Mar 2015, 21:52
Location: Munich, Germany
Contact:
Status: Offline

Re: RADIO PANEL

Post by c0nnex » 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"

alexis_maria
Betatester
Posts: 111
Joined: 12 Feb 2016, 00:17
Status: Offline

Re: RADIO PANEL

Post by alexis_maria » 23 Sep 2019, 22:58

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

User avatar
c0nnex
Site Admin
Posts: 5469
Joined: 10 Mar 2015, 21:52
Location: Munich, Germany
Contact:
Status: Offline

Re: RADIO PANEL

Post by c0nnex » 24 Sep 2019, 00:16

CHeck if there is a command to swap frequencies.

alexis_maria
Betatester
Posts: 111
Joined: 12 Feb 2016, 00:17
Status: Offline

Re: RADIO PANEL

Post by alexis_maria » 24 Sep 2019, 17:27

it´s this

a320/RMP1/Exchange

User avatar
c0nnex
Site Admin
Posts: 5469
Joined: 10 Mar 2015, 21:52
Location: Munich, Germany
Contact:
Status: Offline

Re: RADIO PANEL

Post by c0nnex » 24 Sep 2019, 18:05

That's a dataref or a commandref?

alexis_maria
Betatester
Posts: 111
Joined: 12 Feb 2016, 00:17
Status: Offline

Re: RADIO PANEL

Post by alexis_maria » 24 Sep 2019, 18:08

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

alexis_maria
Betatester
Posts: 111
Joined: 12 Feb 2016, 00:17
Status: Offline

Re: RADIO PANEL

Post by alexis_maria » 24 Sep 2019, 18:09

i send ticket with photo datarefs

alexis_maria
Betatester
Posts: 111
Joined: 12 Feb 2016, 00:17
Status: Offline

Re: RADIO PANEL

Post by alexis_maria » 25 Sep 2019, 17:40

c0nnex, could you see my ticket?

alexis_maria
Betatester
Posts: 111
Joined: 12 Feb 2016, 00:17
Status: Offline

Re: RADIO PANEL

Post by alexis_maria » 26 Sep 2019, 18:14

confirm me that it is a datarefs

alexis_maria
Betatester
Posts: 111
Joined: 12 Feb 2016, 00:17
Status: Offline

Re: RADIO PANEL

Post by alexis_maria » 26 Sep 2019, 22:36

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>

Locked