Home AMX User Forum AMX Resource Management Suite Software

Is it possible to programmatically update parameter thresholds?

I'm trying to make the parameter thresholds for my lamp hours accurate based on lamp economy mode. The particular projector I'm using allows 2000 hours in normal mode, and 2500 in economy mode. I can update the parameter itself with a new maximum value by calling RmsAssetParameterEnqueueDecimalWithBargraph() again followed by RmsAssetParameterSubmit(), but calling RmsAssetParameterThresholdEnqueue() with a new threshold doesn't seem to update the threshold value.
Sign In or Register to comment.