I have used the regex in your post below.
Actually I also get feedback from the onkyo using the following:
.*!1MVL(.*)\x1A
.*!1MVL(.*)\x1A.*
\x1A is the SUB character the onkyo terminates feedback with (as shown
on the screen shot in my previous post)
I am using yours all the same with HEX=True on the capture group.
There is no jumping on the guage when hex values are received now :-)
For anyone with an Onkyo that goes from 0-64 Hex please note that I was
only able to get the guage/slider to scale properly when I set the Min=0
and Max=100 in the regex.
It seems that selecting Hex means captured values will be converted to
Decimal as (64 Hex = 100 decimal)
Setting Min=0 and Max=64 in the regex meant that my slider/guage was
reaching maximum when I got to 40 Hex.
The network response from the onkyo is very fast.
Nahshon
On 29/05/2010 03:34, Jarrod Bell wrote:
> Change the feedback regex to:
> .*!1MVL(..).*
>
> Make sure the capture group is in hex mode.
>
> I tested that by sending the same data as shown in your data files and
> it worked perfect.
>
> Jarrod
>
> On May 29, 2:34 am, Nahshon Williams<spc...@gmail.com> wrote:
>
>> Hello all,
>>
>> Welcome back Fiasco!!
>>
>> Objective:
>> To seamlessly change volume on onkyo with slider (similar to apple
>> remote app)
>>
>> Resources:
>> Please find attached a gui file for my network controlled Onkyo TXNR5007.
>> Here is an example of what I meanhttp://www.vandermehrn.com/lc/onkyo/volumefeedback/
>>
>> This is a file with ALL the feedback from the onkyo as volume is
>> changed. (I use notepad++ as it can show non printing characters)http://www.vandermehrn.com/lc/onkyo/hex/Onkyo_Volume_Full_Range
>>
>> Here is the gui file just in case it does not attach on the group:http://www.vandermehrn.com/lc/onkyo/volumefeedback/onkyo.rar
>>
>> Notes:
>> Feedback is workin with analog and digital joins
>> *My problem is with getting the guage to work. I have tried every
>> permutation of Hex String and Non Hex.*
>> Please note I have also changed the regex in the image above to
>> .*!1MVL.* (currently on the GUI)
>>
>> I have also displayed the feedback from the onkyo on the remote itself.
>> For now I only have an interface for FM/Tuner. The other inputs are to
>> highlight that each button is set to active when the onkyo changes inputs.
>>
>> I wanted to post on my onkyo thread but as we are talking about hex
>> strings I decided to try here in case people search from the google group
>>
>> Any hints appreciated
>>
>> Nahshon
>>
>> On 28/05/2010 16:43, Fiasco wrote:
>>
>>
>>
>>
>>> Jarod
>>>
>>
>>> Would it be possible to have GUI Designer make connections to the
>>> various systems so commands and feedback can be tested without
>>> uploading to iViewer?
>>>
>>
>>>> Where did Fiasco go?
>>>>
>>
>>> Sorry Nahshon, I have been putting in many many hours with the
>>> business. I think over the last two weeks I averaged 4 hours of
>>> sleep per day.
>>>
>>
>>
>> onkyo.rar
>> 178KViewDownload
>>
>
--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.
Comments
0 comments to "Re: Hex Stings -How are they handled on analog joins?"
Post a Comment