Toggle navigation
Categories
Discussions
HARMAN Pro
Home
AKG
AMX
BSS
Crown
dbx
JBL Professional
Lexicon
Soundcraft
Sign In
Home
›
AMX User Forum
›
AMX Technical Discussion
Setting A Volume Limit On A VOL Card?
itismyworld
Posts:
68
June 2013
in
AMX Technical Discussion
I know this seems simple but how do I set a Volume Limit (via programming) on a Volume Card/Box?
Thanks All!
0
Comments
ericmedley
Posts:
4,177
June 2013
If(current_volume>my_vol_limit){
send_level dvMyVolBox,1,my_vox_limit
}
0
itismyworld
Posts:
68
June 2013
Thanks Eric! That will work.
0
ericmedley
Posts:
4,177
June 2013
Glad. I could help.
0
Sign In
or
Register
to comment.
Comments
send_level dvMyVolBox,1,my_vox_limit
}