
Damn that was fast!
Ok, so I am a complete newbie to CommandFusion.
And I think I may have just worked out part of what I was missing - I was not getting a verbose response from the Biamp Audiaflex,
I have changed the SET to SETD and now get a response.
I set the level by sending the following syntax string:
<ACTION> <SYSTEM NUMBER> <COMMAND> <CONTROL ID> <CONTROL INDEX> <VALUE>
telnet e.g. SETD 1 FDRLVL 115 1 -5 <LF>
Using a Slider in guiDesigner I can control the level with the following Command Value:
SETD 1 FDRLVL 115 1 [sliderval] \x0A

I now will receive the following:
#SETD 1 FDRLVL 115 1 -5.000000 +OK
This is where I'm stuck:

- Do I assign a join number to the slider eg Join# 115?
- Do I create a feedback action with Regex #SETD 1 FDRLVL 115 1 \x0A([-\.\d]+)
- Do I add an "On Match" to set a value for Serial Join 115 to equal [sliderval]
- How to I get iViewer to poll every say 1000ms for these values?
Sorry I know it must be fairly simple - however, I am loving this system so far, as it seems considerably quicker to program in.
Thanks in advance Jarrod!
Regards,
Adro.