Logic Machine Forum
Value status from dimming function - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Value status from dimming function (/showthread.php?tid=1832)



Value status from dimming function - Jayce - 14.01.2019

Hello, 

I'm using dimming actuator (3904REGHE) by Jung, where I use outputs for light dimming. I have created a script, which takes care about memory function. It had to be done through script, since it is somewhat special request that can't be done with actuators settings. The problem I am having is that when I dim the light, I don't have any feedback value that tells me what percentage is the light on. The easiest for me would be to have some kind of script, that would be inside of the dim function group address (3.007 dimming control), that automatically sends actual brightness value to another group address when the dim function is at 0 (it's either 0, 1 or 9 I think). Is there anything such as this?

Thank you very much in advance.


RE: Value status from dimming function - Daniel - 14.01.2019

Hi
The dimmer must send you status feedback regardless of the control command. Make user you set it to send on change.
Br


RE: Value status from dimming function - Thomas - 14.01.2019

3904REGHE returns absolute brightness. What's exactly the problem? I'm planning to use this actor. So won't do it if there's such big issue.


RE: Value status from dimming function - Jayce - 14.01.2019

I mean that the dimmer has 3 values. Switching, which changes the value 1/0. Dimming, which is only paired with a button dimming function and dims the light up and down. The third one is brightness value, which is a value that you can set to something and the light sets to that exact value. The problem I'm having is, that when I use the dimming function to dim the light up or down with a button dimming function, I don't know the exact percentage the light has. I can't seem to find any feedback of status. I might be wrong here though. It doesn't transfer the value to the brightness value function or anything like that.


RE: Value status from dimming function - Daniel - 14.01.2019

Check manuals, it must have feedback otherwise trough it to the bin Wink


RE: Value status from dimming function - Thomas - 14.01.2019

According to the documentation here https://downloads.jung.de/public/en/pdf/productdocumentation/en_390xreghe_td.pdf
There should be " Feedback for switching status and brightness value". Check page 65.


RE: Value status from dimming function - Jørn - 14.01.2019

I ran it through ETS and you have to enable feedback under "Enabled functions" for each channel, then enable feedback for switching and brightness under "Feedbacks"


RE: Value status from dimming function - Jayce - 15.01.2019

I'm so sorry, I thought I checked all the settings but apparently I'm blind. Thank you everyone for bearing with me. I have found it finally.