6
AXCESS Programming
AXU-MSP Series and AXM-MSP32
Bargraph Programming
To program LED bargraphs, commands similar to those in the following example
are included in the AXCESS software program.
DEFINE_DEVICE
VOL = 12
(* VOLUME CONTROL CARD DEVICE 12 *)
MSP = 128
(* MINI SOFTWIRE PANEL DEVICE 128 *)
DEFINE_VARIABLE
MIC_LEVEL
(* VARIABLE TO HOLD CURRENT MIC *)
(* VOLUME LEVEL *)
DEFINE_START
CREATE_LEVEL VOL,2,MIC_LEVEL
(* MIC_LEVEL HAS THE CURRENT LEVEL *) (* OF
CHANNEL 2 OF THE VOLUME CARD *)
DEFINE_PROGRAM
SEND_LEVEL MSP,1,MIC_LEVEL
(* MIC VOLUME DISPLAYS ON FIRST BAR *)
(* GRAPH. THIS STATEMENT CAN BE *)
(* ANYWHERE IN THE PROGRAM. *)
Bargraph Modes
You can program panels using three bargraph modes; bar mode, dot mode, and
discrete mode. Bar mode (system default) will activate LEDs in a bottom-to-top
sequence. Dot mode will only activate the peak LED of the display level. Discrete
mode can be set to activate any combination of LEDs. Figure 8 shows a sample
bargraph mode.
Bar Mo de
(Default)
Dot
Mode
Discrete
Mod e
On ly O ne
LED
Any
Combination
of L EDs
Figure 7
Sample AXCESS software
program
Figure 8
Sample bargraph mode
Summary of Contents for AXU-MSP16
Page 1: ... 80063 8QL0RXQW 0LQL06RIWZLUH 3DQHO 6HULHV DQG 00063065 QVWUXFWLRQ 0DQXDO LUHG RQWURO 3DQHOV ...
Page 4: ...ii Table of Contents AXU MSP Series and AXM MSP32 ...
Page 12: ...8 AXCESS Programming AXU MSP Series and AXM MSP32 ...
Page 22: ...18 Specifications AXU MSP Series and AXM MSP32 ...