by stevenhanna6 on Tue Jun 09, 2009 6:03 am
couple different ways to do this, the way Wes was mentioning uses the xcontroller service. Take a look at the xcontroller.pdf and try creating your own service with xcontroller.exe.....the driver for the denon is "Denon_AV Receiver_Main Room" if you need a good example if you do it that way you will set the value of the slider to something like "%xservice>lighting>zone1>level%" and it will be "2 way" meaning when you click the slider the service will be told to change the value and cause a write command on the xcontroller side of things.
Another way of doing it is using local xlobby rs232 commands, in this case you would be pass the value of the slider that is stored in a variable....%variable>sliderexample4% in the rs232 command....now to make it work properly you will want to assign an event to the slider....this event will be triggered whenever you click the slider and release...if you use the "instant update" feature of the slider it will trigger the event with every change you make.
Either way you do it, the "slider value" is what is important, that value is either stored locally for use in xlobby local rs232 commands or stored on the service side for use over there.