how can i get the value of slider in commandfusion software by amx
wgqkaka
Posts: 16
Hi everyone
Does anyone use iphone to control some devices through amx ? i can control tv's "power on/off"、?channel up/down? very well.But now I want to control tv's volume,so i create a "Slider Tool" in commandfusion software and set the Analog join is 1,I think i can use it like "bargraph" in TPDesign4 ,so i write a segment of level_event program
level.value ,but it is 0 from beginning to end
i don't know why,I want to know how can i get the value of "Slider" when i release.can anybody help me?
thanks a lot in advance
Does anyone use iphone to control some devices through amx ? i can control tv's "power on/off"、?channel up/down? very well.But now I want to control tv's volume,so i create a "Slider Tool" in commandfusion software and set the Analog join is 1,I think i can use it like "bargraph" in TPDesign4 ,so i write a segment of level_event program
DEFINE_VARIABLE interger volume_level=0 level_event[vdvTP_1__1, 1] { volume_level=level.value }when i moved the Slider ,i think "volume_level" will be changed by
level.value ,but it is 0 from beginning to end
i don't know why,I want to know how can i get the value of "Slider" when i release.can anybody help me?
thanks a lot in advance
0
Comments