I need some volume bar help please
ErikJackman
Posts: 31
I'm new to AMX and I've got a Ni-3100 to program that is using a Biamp AudiaSolo for volume control. I have the range low set to 0 and the range high set to 255 and I have the code programed to calculate the volume bar value as the volume is ramped up and down. However I can not seem to figure out how to set the buttons bargraph value to my variables value. How do you control the value of a button's bargraph?
Thanks
Edit:
I was looking in the netlinx manual and it mentions a command called Send_Level <dev>, <level>, <value> In this command if I use send level to send to the touch panel device the volume level value to level port 1 ie, Send_Level dvTouchPanel, 1, intVolumeBarLevel then it should work right?
Thanks
Edit:
I was looking in the netlinx manual and it mentions a command called Send_Level <dev>, <level>, <value> In this command if I use send level to send to the touch panel device the volume level value to level port 1 ie, Send_Level dvTouchPanel, 1, intVolumeBarLevel then it should work right?
0
Comments