Experienced Global Cache Programmers ??
thepainter
Posts: 69
With some help from a forum member (Felix) I was able to get my GC-100 working without using a Module and have been very Happy with the out come. However, a question about Programming my Volume button, at present I have
BUTTON_EVENT [TP_MASTER, 2] //MASTER BEDROOM TV VOL_UP
{
PUSH:
{
SEND_STRING GC_100, "'sendir,2:1,9,38000,1,1,128,127,32,94,32,94,32,94,32,94,32,94,32,94,32,31,32,94,32,94,32,31,32,31,32,31,32,31,32,31,32,31,32,31,32,31,32,31,32,94,32,31,32,31,32,94,32,94,32,94,32,753', $0D"
}
}
the volume increases with each button push, is there a way to ramp up/down the volume by holding the button rather than having it increase/decrease by constantly pressing the button?
Thanks
BUTTON_EVENT [TP_MASTER, 2] //MASTER BEDROOM TV VOL_UP
{
PUSH:
{
SEND_STRING GC_100, "'sendir,2:1,9,38000,1,1,128,127,32,94,32,94,32,94,32,94,32,94,32,94,32,31,32,94,32,94,32,31,32,31,32,31,32,31,32,31,32,31,32,31,32,31,32,31,32,94,32,31,32,31,32,94,32,94,32,94,32,753', $0D"
}
}
the volume increases with each button push, is there a way to ramp up/down the volume by holding the button rather than having it increase/decrease by constantly pressing the button?
Thanks
0
Comments
http://amxforums.com/showthread.php?t=6334&highlight=hold+event
Global Cach? and on the Release you can stop to send IR
'sendir,2:1,9,38000,0, << the 0 is a Special Command for the GC IR , this send always ur IR and Wait the Stop IR command
Regards
John