Hi Janne
Got your plugin working great now with the resler interface. Just had a quick question is it possible to have the current cd multichanger track number/name as a variable?
Thanks
Matt
thats brilliant news! is it easy to add new variables to the plugin? would you mind sharing the source code for your plugin? i only ask because i am working on a major carpc integration project for my range rover and I don't want to keep having to disturb you every time i need to add a new variable. My plan is to replace the standard BMW screen with a carpc but i still want to control everything to to with the cars existing system from the car pc e.g. aux ventilation, TMC etc... do you know it is possible to add any variable to the plugin or is it limited?
Thanks for your help and fast response - looking forward to the new release!
Matt
Hi,
Yes it's easy to add, testing it is the time consuming part.
No plan to release the source code now.
You can add any variable, no limit in SW.
Obviously there is a limit, but that depends on your HW.
/Jan
ok no problem, thanks again for all your help! looking forward to the new release.
Matt
Hi Janne
Just got a quick question - i have the plugin working with the PDC sensors and it shows the CM distances but the sliders dont seam to work, any ideas? Also since i have started to add a number of your variables to my skin it has started to blue screen my computer - i have noticed this happens more often when i change screens e.g. if i switch from one screen showing trip computer data e.g. range, fuel etc... to another screen showing engine data e.g. RPM, coolant etc.. it blue screens the computer do you have any ideas what could be causing this?
Thanks
Matt
guess it's the skin code, pls post it and I will have a looki have the plugin working with the PDC sensors and it shows the CM distances but the sliders dont seam to work, any ideas?
Have no clue sorry. Never had any blue screeen myself, also should not be related to plugin.Also since i have started to add a number of your variables to my skin it has started to blue screen my computer - i have noticed this happens more often when i change screens e.g. if i switch from one screen showing trip computer data e.g. range, fuel etc... to another screen showing engine data e.g. RPM, coolant etc.. it blue screens the computer do you have any ideas what could be causing this?
/Janne
Hi Janne
This is the code from my pdc.skin file, it took the slider code from the pdc on your skin but cant get the slider feature to work, the CM feature works fine
RoadRunner Skin
ROADRUNNER pdc Skin
PDC_OFF.png,PDC_OFF.png,,PDC_DOWN.png
S,800,352,83,50,-1,-1,0,0,H,05,"",0,"IBusCommunicatoRR_PDC_Slider_RLS" ,""
S,164,352,83,50,-1,-1,0,0,H,09,"",0,"IBusCommunicatoRR_PDC_Slider_FLS" ,""
S,804,291,83,50,-1,-1,0,0,H,04,"",0,"IBusCommunicatoRR_PDC_Slider_RLC" ,""
S,154,291,83,50,-1,-1,0,0,H,08,"",0,"IBusCommunicatoRR_PDC_Slider_FLC" ,""
S,804,229,83,50,-1,-1,0,0,H,03,"",0,"IBusCommunicatoRR_PDC_Slider_RRC" ,""
S,153,230,83,50,-1,-1,0,0,H,07,"",0,"IBusCommunicatoRR_PDC_Slider_FRC" ,""
L,896,359,87,34,255,255,255,22,"Arial:B","=$IBusCo mmunicatoRR_PDCRLS$cm","SCROLL-CENTER",
L,899,298,87,34,255,255,255,22,"Arial:B","=$IBusCo mmunicatoRR_PDCRLC$cm","SCROLL-CENTER",
L,891,176,87,34,255,255,255,22,"Arial:B","=$IBusCo mmunicatoRR_PDCRRS$cm","SCROLL-CENTER",
L,903,236,87,34,255,255,255,22,"Arial:B","=$IBusCo mmunicatoRR_PDCRRC$cm","SCROLL-CENTER",
S,798,171,78,48,-1,-1,0,0,H,02,"",0,"IBusCommunicatoRR_PDC_Slider_RRS" ,""
L,51,237,87,34,255,255,255,22,"Arial:B","=$IBusCom municatoRR_PDCFRC$cm","SCROLL-CENTER",
L,63,177,87,34,255,255,255,22,"Arial:B","=$IBusCom municatoRR_PDCFRS$cm","SCROLL-CENTER",
L,51,299,87,34,255,255,255,22,"Arial:B","=$IBusCom municatoRR_PDCFLC$cm","SCROLL-CENTER",
L,60,359,87,34,255,255,255,22,"Arial:B","=$IBusCom municatoRR_PDCFLS$cm","SCROLL-CENTER",
S,165,170,83,50,-1,-1,0,0,H,06,"",0,"IBusCommunicatoRR_PDC_Slider_FRS" ,""
B,384,519,157,83,"VOL-",
B,729,520,134,81,"VOL+",
I,543,517,185,89,"MUTE"
B,543,517,185,85,"MUTE",
B,54,517,278,86,"QUIT",
B,864,520,161,81,"LOAD;vehicle_info.skin",
END
Thanks for the updated version of the plugin i have tried it out and the CD/Track feature work brilliantly! not had chance to try the sendbyid feature yet but will let you know how i get on - i am uploading a youtube video of my skin in action with your plugin which shows the cd multichanger/OBC features working in the range rover - will post the link once i have uploaded it
Matt
Hi Matt,
Great to hear the CD function works.
Slider:
In your skin file there is no reference to slider style (Y0x).
This is how it look like in my skin.
/Sliders
Y02,"Slider_RRS\RRS*.png"
Y03,"Slider_RRC\RRC*.png"
Y04,"Slider_RLC\RLC*.png"
Y05,"Slider_RLS\RLS*.png"
Y06,"Slider_FRS\FRS*.png"
Y07,"Slider_FRC\FRC*.png"
Y08,"Slider_FLC\FLC*.png"
Y09,"Slider_FLS\FLS*.png"
/Rear sliders
S02,591,153,78,48,-1,-1,0,0,H,02,"",0,"IBusCommunicatoRR_PDC_Slider_RRS" ,""
S03,598,201,78,48,-1,-1,0,0,H,03,"",0,"IBusCommunicatoRR_PDC_Slider_RRC" ,""
S04,598,254,78,48,-1,-1,0,0,H,04,"",0,"IBusCommunicatoRR_PDC_Slider_RLC" ,""
S05,591,302,78,48,-1,-1,0,0,H,05,"",0,"IBusCommunicatoRR_PDC_Slider_RLS" ,""
/Front sliders
S06,132,153,83,50,-1,-1,0,0,H,06,"",0,"IBusCommunicatoRR_PDC_Slider_FRS" ,""
S07,124,203,83,50,-1,-1,0,0,H,07,"",0,"IBusCommunicatoRR_PDC_Slider_FRC" ,""
S08,124,253,83,50,-1,-1,0,0,H,08,"",0,"IBusCommunicatoRR_PDC_Slider_FLC" ,""
S09,132,302,83,50,-1,-1,0,0,H,09,"",0,"IBusCommunicatoRR_PDC_Slider_FLS" ,""
/Janne
Bookmarks