
Originally Posted by
Enforcer
you will need to edit the IbusRR.ini file and add those commands to it's list
ie
;Switch on tape
[ID:TAPE_ON]
MsgTemplate="68043B460C1D"
TTR=2
;Switch Tape alternative
[ID:TAPE_ALTERNATIVE]
MsgTemplate="54415045" 'are you sure this is the right code?
TTR=2
You will then need to then either add a button to a skin like so
b,x,y,w,h,"SENDMSG;iBusRR;TAPE_ON"
or
add to youe exectbl.ini
"TAPEON","SENDMSG;iBusRR;TAPE_ON"
and to the ONSKINSTART part of exectbl.ini
"ONSKINSTART","TAPEON"
Bookmarks