Issues with TuneSuite
ondrovic
Posts: 217
I am using the ada tunesuite module rev 2.2 that is on amx site. I have used it before with no problems but on the job I am currently programming I am running into to weird ones and wonder if anyone had any ideas
1. when selecting band ( which should be a toggle ) it is sending the command twice maybe ( jumps to next band, then jumps again off of one push )
2. When trying to use the tune up / down i get the following error
TIA
1. when selecting band ( which should be a toggle ) it is sending the command twice maybe ( jumps to next band, then jumps again off of one push )
2. When trying to use the tune up / down i get the following error
Line 3 :: Ref Error ? Index to large Line=96 - 15:21:22 Line 4 :: CIpCodeMan::GetDev 2 Error 0x0000 0x00036A - 15:21:22
TIA
0
Comments
The TUNE command (e.g. TUNE=77) sometimes doesn't respond. When I turn on the XM radio in the morning and give it a command like TUNE=140, the virtual device for the tuner either says nothing or returns something like ERR=FREQ RANGE (don't remember the exact wording of the error message) despite the fact I'm sending a valid XM station to an XM tuner. The station refused to change no matter how many times I sent the command.
My workaround for this is to poll each tuner with TUNE? every minute.
I noticed that after sending this poll the station would change correctly after a subsequent TUNE=. Since I have added this I haven't had any problems changing channels in the morning. Anyone else experience this? I'm just curious since I have already solved the problem, but I have no idea why this happens.
I will try to open the source code on Monday to see if I can figure out what is causing it, but problems like this should be reported to Tech Support...It will get addressed...
Thanks!!!!!!
I belive this is the function that is causing that error, Tune? updates the nTuner_Bands array. I am wondering what band it thinks it is in when you just do the TUNE=. Keep track of BAND= responses from the module, let me know...
Thanks!!!!!!!!!!!!!!!!
Hey All,
I am using a TuneSuite for the first time. I have firmware version 2.1 in my ADA TuneSuite, I noticed in the help file for the AMX module v2.2 it says the module was written for firmware version 1.1 and below. Can anyone tell me if this is going to be an issue? I am assuming it is, since I only have the module loaded "as is" and I cant control the tuner, nor do I ever get any RX back from the tuner. Can someone shed some light on this? I am using an ISO-CAT II to connect, if that helps.
Thanks
I just did a project where the clieint provided the TuneSuite unit. I haven't done much in the way of research, but does the thing not have a descrete 'Band' command??? That makes presets kinda janky. It seems odd that there would not be some kind of descrete command. Or, is this just how the AMX module was designed?
just curious.
Brad