OK I think I see the problem.  Both the <a href="http://docs.win-test.com/wiki/API#ESM_Script_.28embedded_into_Win-Test.29">ESM script embedded into Win-Test</a> and the F5VIH <a href="http://docs.win-test.com/wiki/API#Alternative_ESM_Script_.28provided_by_F5VIH.2FSV3SJ.29">Alternative ESM script</a> do:<br>

<br><div style="margin-left: 40px;">wtKeyer:Play("$INSERT");<br></div><br>and <br><br><div style="margin-left: 40px;">wtKeyer:Play("$PLUS");<br><br></div>on CW, which completely bypasses everything you set up in the Advanced SO2R Scenarios.<br>

<br>If you change those lines to <br><br><div style="margin-left: 40px;">wtApp:SendFKey("F2");<br></div><br>and <br><br><div style="margin-left: 40px;">wtApp:SendFKey("PLUS");<br></div><br>then it seems work as you want it to.  The same applies to most of the other functions.<br>

<br>Try the attachment as a start (more editing required).  Copy it to your Scripts folder (in Win-Test, File | Explore | /scripts directory).<br><br>I've opened <a href="http://flyspray.win-test.com/index.php?do=details&id=285">Task #285</a> to track this problem.<br>

<br>73,<br>Bob, N6TV<br><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 4:08 PM,  <span dir="ltr"><<a href="mailto:mike@sm3wmv.com">mike@sm3wmv.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

No, the problem is that even though I don't change from "Plane pileup" as<br>
scenario what happens when I use ESM and INSERT are not the same.<br>
<br>
When I press insert it is behaving as expected, which means first<br>
switching over to $R2R2 $INSERT $R1R2, but when I do the same with ESM it<br>
shifts to whatever audio configuration I have selected.<br>
<br>
If you try this and see if you get the same result as me,<br>
<br>
1. Select "Plain pileup" standard scenario<br>
2. Write for example SJ2W in the callsign field and press INSERT<br>
<br>
It should now switch over to R2R2 during TX and back to R1R2 after TX is<br>
over.<br>
<br>
3. Enter some report, press + and it should switch to R2R2 during TX and<br>
back to R1R2 afterwards.<br>
<br>
4. Now clear the callsign field with ALT+W, enter SJ2W and press enter<br>
with ESM mode enabled.<br>
<br>
For me, it now just stays with BOTH for AUDIO, so it does not work the<br>
same way as INSERT does.<br>
<br>
5. Now enter some report and press ENTER again, the audio stays on BOTH<br>
for me.<br>
<br>
So the problem is not in the scenarios but somehow how ESM works.<br>
<br>
Mike, SM2WMV (SJ2W)<br>
<div><div></div><div class="h5"><br>
> On Wed, Aug 4, 2010 at 2:10 PM, <<a href="mailto:mike@sm3wmv.com">mike@sm3wmv.com</a>> wrote:<br>
><br>
>><br>
>> When I however use ESM instead, and I press enter when I have entered a<br>
>> callsign the audio remains in BOTH position. If I however just press<br>
>> enter<br>
>> with the field empty its does throw out a CQ and switches audio over to<br>
>> R2.<br>
>><br>
>> Is this a bug?<br>
>><br>
><br>
> "Plane Pileup" is programmed to do that:<br>
><br>
> INSERT:  $R2R2 $INSERT $R1R2<br>
><br>
> In ESM mode, the INSERT message is sent when you have a callsign in the<br>
> exchange field and you press [Enter].<br>
><br>
> The F1 message is sent when you don't have a callsign in the exchange<br>
> field.<br>
><br>
> From the Win-Test menu, select Operating | Modify the Scenarios ... and<br>
> change the run column for Primary Radio to<br>
><br>
> INSERT:  $R2R2 $INSERT $R1R1<br>
><br>
> Does that do what you want?<br>
><br>
> 73,<br>
> Bob, N6TV<br>
</div></div><div><div></div><div class="h5">> _______________________________________________<br>
> Support mailing list<br>
> <a href="mailto:Support@win-test.com">Support@win-test.com</a><br>
> <a href="http://www.f5mzn.org/cgi-bin/mailman/listinfo/support" target="_blank">http://www.f5mzn.org/cgi-bin/mailman/listinfo/support</a><br>
><br>
<br>
<br>
_______________________________________________<br>
Support mailing list<br>
<a href="mailto:Support@win-test.com">Support@win-test.com</a><br>
<a href="http://www.f5mzn.org/cgi-bin/mailman/listinfo/support" target="_blank">http://www.f5mzn.org/cgi-bin/mailman/listinfo/support</a><br>
</div></div></blockquote></div><br>