hello,
Congratulations on your plugin, but I find it less than IBUSRR.EXE provided.
Indeed, in the version of IbusRR we can open and close the windows, we can also turn each light independently, it is also possible to open the trunk and lock the doors.
But this brings me to your plugin is that I electrically folding mirrors and I was able to fall back from RR (something I can not do with Ibusrr).
Otherwise, here is the code I returned IbusRR if this can help.
; ---------------------------------------------------------------------------------
; RoadRunner to I-BUS Messages Definitions-----------------------------------------
; ---------------------------------------------------------------------------------
; Note that those codes only work on an E46, see MP3car.com for E39 codes
; and modify them for your needs
; ---------------------------------------------------------------------------------
[ID:OPEN_TRUNK]
MsgTemplate="3F05000C9501"
TTR=1
[ID:OPEN_SUNROOF]
MsgTemplate="3F05000C7E01"
TTR=3
[ID:CLOSE_SUNROOF]
MsgTemplate="3F05000C7F01"
TTR=3
[ID:OPEN_DRIVER_FRONT_WINDOW]
MsgTemplate="3F05000C5201"
TTR=2
[ID:OPEN_DRIVER_REAR_WINDOW]
MsgTemplate="3F05000C4101"
TTR=2
[ID:OPEN_PASSENGER_FRONT_WINDOW]
MsgTemplate="3F05000C5401"
TTR=2
[ID:OPEN_PASSENGER_REAR_WINDOW]
MsgTemplate="3F05000C4401"
TTR=2
[ID:CLOSE_DRIVER_FRONT_WINDOW]
MsgTemplate="3F05000C5301"
TTR=2
[ID:CLOSE_DRIVER_REAR_WINDOW]
MsgTemplate="3F05000C4201"
TTR=2
[ID:CLOSE_PASSENGER_FRONT_WINDOW]
MsgTemplate="3F05000C5501"
TTR=2
[ID:CLOSE_PASSENGER_REAR_WINDOW]
MsgTemplate="3F05000C4301"
TTR=2
[ID:LOCK_DOORS]
MsgTemplate="3f05000c3401"
TTR=1
[ID:UNLOCK_DOORS]
MsgTemplate="3f05000c0301"
TTR=1
;Set Speedlimit Off
[ID:SPEEDLIMIT_SET_OFF]
MsgTemplate="3b0580410908"
TTR=1
;Set Speedlimit 0Km/h
[ID:SPEEDLIMIT_SET_0]
MsgTemplate="3b068040090000"
TTR=1
;Set Speedlimit 50Km/h
[ID:SPEEDLIMIT_SET_50]
MsgTemplate="3b068040090032"
TTR=1
;Set Speedlimit to Spedo
[ID:SPEEDLIMIT_SET_SPEDO]
MsgTemplate="3b0580410920"
TTR=1
;Set driver side mirror fold in
[ID:RETRO_COND_RABAT]
MsgTemplate="9B04516D90"
TTR=1
;Set driver side mirror fold out
[ID:RETRO_COND_OUV]
MsgTemplate="9B04516DA0"
TTR=1
;Set passenger side mirror fold in
[ID:RETRO_PASS_RABAT]
MsgTemplate="9B04516D90"
TTR=1
;Set passenger side mirror fold out
[ID:RETRO_PASS_OUV]
MsgTemplate="9B04516D90"
TTR=1
;----------------------------------------------------------------------------
; Lights --------------------------------------------------------------------
;----------------------------------------------------------------------------
[ID:FLASH_OFF]
MsgTemplate="0004BF7600"
TTR=1
[ID:FLASH_WARN]
MsgTemplate="0004bf7602"
TTR=1
[ID:FLASH_LOW]
MsgTemplate="0004bf7604"
TTR=1
[ID:FLASH_LOW_WARN]
MsgTemplate="0004bf7606"
TTR=1
[ID:FLASH_HI]
MsgTemplate="0004bf7608"
TTR=1
[ID:FLASH_HI_WARN]
MsgTemplate="0004bf760A"
TTR=1
[ID:FLASH_LOW_HI]
MsgTemplate="0004bf760C"
TTR=1
[ID:FLASH_LOW_HI_WARN]
MsgTemplate="0004bf760E"
TTR=1
[ID:LIGHT_ON_HI_LOW]
MsgTemplate="3f0bBF0c0000800000000006"
TTR=1
[ID:LIGHT_ON_FOG]
MsgTemplate="3f0bBF0c000000000000of0106"
TTR=1
[ID:LIGHT_ON_TAILLIGHT_LEFT]
MsgTemplate="3f0bBF0c0000000000400006"
TTR=1
[ID:LIGHT_ON_TAILLIGHT_RIGHT]
MsgTemplate="3f0bBF0c000000000000080c"
TTR=1
[ID:LIGHT_ON_STOPLIGHT_TOP]
MsgTemplate="3f0bBF0c0000000001000006"
TTR=1
[ID:LIGHT_ON_STOPLIGHT_LEFT]
MsgTemplate="3f0bBF0c0000000008000006"
TTR=1
[ID:LIGHT_ON_STOPLIGHT_RIGHT]
MsgTemplate="3f0bBF0c0000000010000006"
TTR=1
[ID:LIGHT_ON_HEADLIGHT_LEFT]
MsgTemplate="3f0bBF0c0000000000040006"
TTR=1
[ID:LIGHT_ON_HEADLIGHT_RIGHT]
MsgTemplate="3f0bBF0c0000000000020006"
TTR=1
[ID:LIGHT_ON_HIGHBEAM_LEFT]
MsgTemplate="3f0bBF0c0000000000100006"
TTR=1
[ID:LIGHT_ON_HIGHBEAM_RIGHT]
MsgTemplate="3f0bBF0c0000000000200006"
TTR=1
[ID:LIGHT_ON_SIGNAL_REAR_LEFT]
MsgTemplate="3f0bBF0c0000000000002006"
TTR=1
[ID:LIGHT_ON_SIGNAL_REAR_RIGHT]
MsgTemplate="3f0bBF0c0000000000008006"
TTR=1
[ID:LIGHT_ON_SIGNAL_FRONT_LEFT]
MsgTemplate="3f0bBF0c0000000020000006"
TTR=1
[ID:LIGHT_ON_SIGNAL_FRONT_RIGHT]
MsgTemplate="3f0bBF0c0000000040000006"
TTR=1
[ID:LIGHT_ON_SIGNAL_SIDE_LEFT]
MsgTemplate="3f0bBF0c0000004000000006"
TTR=1
[ID:LIGHT_ON_SIGNAL_SIDE_RIGHT]
MsgTemplate="3f0bBF0c0000008000000006"
TTR=1



LinkBack URL
About LinkBacks
Reply With Quote

!! I'm using Riderunner frontend and I have RRPDC for the reverse camera. With this program and IbuscommunitoRR the PDC.skin should automatic a pear when the reverse gear is on. I have also another question..... I have put al the files in the plugin directory but when I start up Riderunner I now get the message "IbusCommunicatoRR ComPort Error Pls enter valid" I have selected Comport 1 because I think this is default... 
Bookmarks