Axcent 3 + Nexia
yuri
Junior Member
Hi,
maybe i'm missing something, but i need to control a Biamp Nexia using an Axcent 3.
As you might know, a Nexia has a volume control ranging from -100 -> +12.
Normally I would use a sinteger and do math according my touchpanel level, but since Axcent doesn't support SINTEGER / FLOAT, etc, how would i do this?
maybe i'm missing something, but i need to control a Biamp Nexia using an Axcent 3.
As you might know, a Nexia has a volume control ranging from -100 -> +12.
Normally I would use a sinteger and do math according my touchpanel level, but since Axcent doesn't support SINTEGER / FLOAT, etc, how would i do this?
Comments
-
Yuri,
The first thing I would do is buy a NI700 and upgrade that system. If your not willing/able to do that. Then you have to do all your volume control above 0 and then last minute while doing your integer to ascii conversion change it the actual value.
Do all your level work between 0 - 112, basically biamp amp values plus 100.// 0 TO 12 RANGE IF (AXCESS_RANGE >= 100 && AXCESS_RANGE <= 112) SEND_STRING BIAMP,"'SET 1 FDRLVL 34 1 ',ITOA(AXCESS_RANGE - 100),10" // -100 TO -1 ELSE IF (AXCESS_RANGE >= 0 && AXCESS_RANGE < 100) SEND_STRING BIAMP,"'SET 1 FDRLVL 34 1 -',ITOA(100 - AXCESS_RANGE),10"
-
upgrading isn't an option (stupid, i know)
I also thought of prefixing the '-' for values from -1 -> -100 but was wondering if there was another option.
Thanks! -
upgrading isn't an option (stupid, i know)
I also thought of prefixing the '-' for values from -1 -> -100 but was wondering if there was another option.
Thanks!
Afaik the Nexia has a GSET command, which uses Integer values only. In the Audia/Nexia control protocol manual there should be a table about the value relations. -
Marc Scheibein wrote: »Afaik the Nexia has a GSET command, which uses Integer values only. In the Audia/Nexia control protocol manual there should be a table about the value relations.
I checked it, and it is SETL. Never saw that, thanks!
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums