Level Control MVP8400
Dries Kaspers
Posts: 142
I am having problems with using level control on a MVP8400 v2.46.38 (not the newest, i know)
i have a passive bargraph with range 0 - 100. then an up and down button with level control. the range time up and range time down do not seem to
have any effect on the speed of ramping the level. i used range times from 1 up to 600 (it states in the help file that these are 1/10th seconds) but every value i tried result in the same speed.
Any ideas anyone?
i have a passive bargraph with range 0 - 100. then an up and down button with level control. the range time up and range time down do not seem to
have any effect on the speed of ramping the level. i used range times from 1 up to 600 (it states in the help file that these are 1/10th seconds) but every value i tried result in the same speed.
Any ideas anyone?
0
Comments
I have programmed a number of MVP-8400 panels but my level control has always been tied to a device (NXC-VOL4 levels) and not to a button. Using the configurable settings on a VOL4, I can change the level ramp rate on 8400 levels and this works fine. However, your application is different and I have not tested that method for using ramp rate. I do not have any 8400s handy but I will try to get one here later in the week and run a test for you. All of my 8400s are also still on the 2.46 firmware level.
Just to confirm, can you provide the property settings for the level and the Up/Down buttons. Are you using Relative or Absolute control? What are the control value and control repeat fields set to? Etc. If you do not have any resolution by later in the week, I will let you know what I discover.
Reese
- assigned the correct level in the control buttons?
- range high/low in the control buttons the same as the level?
- have you defined a LEVEL CONTROL VALUE?
- control buttons defined as relative control?
Is the Onboard Level control working in PanelPreview?
Find also attached an MVP8400 panelfile (created w/ TPD4 v2.4)
Marc,
The level control itself is working fine, it's just the speed of ramping that i cannot influence. in your example, the speed of ramping down is faster than ramping up, but see if you can try to set the speed of ramping up SLOWER than it is now....
The only way i have managed this is by increasing the level range from 0-100 to 0-200, but then i would have to recalculate the level.value in the event.
(the volume range on the controlled device is from 0-100)
-- I have attached part of the tpd4 file that contains the level control
The both values will define the time from min-to-max and backward in 10th/sec.
This work pretty fine in PanelPreview (I can't check in a panel at the moment)
I see your problem now. Good question for Tech Support.....
Level Control Repeat Time is specified in 1/1000 seconds.
My guess is your "Level Control Value" is probably 1 or -1, and internally to G4 the rampTime calculations results in a number approaching 0. If your "Level Control Value" was higher you would see the effects of the Ramp Times.
Also remember you must specify the ranges for both the bargraph and the buttons controlling the level, this is due to the fact that all the UI elements are really just "Views" of a level, not the actuall level. There could be cases where you want multiple bargraphs to control separate portions of a single level. I will attach an example of this.
Does it perform the same in Panel Preview as it does on the panel?
this is from the online help of TP4 v2.4.406
Button Programming Properties - Level Control Repeat
This value determines the repeat time (in 1/10th-second increments) for relative level control. For example, if this value is set to 10, the user can hold the button down for one second to cause the level to raise or lower repeatedly (according to the specified Level Control Value) without having to press the button each time.
So reading the manual again maybe will still not clear up....
Not so much the manuals, but posts here on the message board, perhaps?
- Chip
the documentation needs to be changed in the TPD4 help file to reflect that this is in 1/1000 second increments too. Not sure about the latest release, but in my version of TPD4 (2.9) the help file still shows the range up/range down times as 1/10 second increments. Wasted many 1/1000 seconds trying to figure out why the ramp up/down speeds weren't working right.
--John