PDA

View Full Version : Passing Variables to Girder



mkaylor
March 10th, 2003, 12:16 PM
I have an Extron 8x8 RGBHV Matrix Router that I would like to control. Instead of making an event for every possible input and output combination, I'd like to pass a variable to girder for the input channel and output channel and have it process the information.

Can this be done?

Mike

brockgr
March 10th, 2003, 06:11 PM
Mike,

Would passing a single parameter with each button press help. You can always do "EVENT(PLD1)" for the button ID. PLD1 is passed to girder for use. I do this for "TV.CHANGE_CH(321)", where 321 is the channel number. I then have some seperate LUA to split the channel number into it's 3 IR codes.

gavin