Logic Machine Forum
How to autoACK a variable with th Logicmachine? - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: How to autoACK a variable with th Logicmachine? (/showthread.php?tid=5385)



How to autoACK a variable with th Logicmachine? - kike - 26.04.2024

Hi, 

I have an issue:

When I set in KNX an output, I create the two variables in KNX for suporting the output, for example:

10/0/0 ==> Load1 - Ctr_onOff(KNX)
10/0/1 ==> Load1 - Est_onOff (KNX)

but in the LM I add some variables in the next address for managing the output the way I want. For example adding a temporizacion according to my needs. In this case:

10/0/2  ==> Load1 - Tmp_OnOff (LM) with a script asociated to the address id to control the real output
10/0/3  ==> Load1 - Minutes_OnOff (LM)  with a script asociated to the address id to control the real output

It works, but if there is no one in knx sending ack to this variables, produce a lot of repetitions that I want to avoid, I know that is the way it works, but is ther a way to auto ACK this variables when I change via LM this variables? Just like the way it does with others but autochecking its own sendings.

Any ideas without havint to create this variables out of the range of KNX 0/0/1 31/7/255 or setting a device in knx anwering every ACK request?  

Thanks in advance!!


RE: How to autoACK a variable with th Logicmachine? - admin - 26.04.2024

For incoming telegrams to LM you can enable "ACK all group telegrams" in KNX settings.
For outgoing telegrams from LM you need an external device on the bus to ACK the telegrams. No other solution.


RE: How to autoACK a variable with th Logicmachine? - kike - 26.04.2024

(26.04.2024, 10:30)admin Wrote: The only solution is to enable "ACK all group telegrams" in KNX settings.
Hi admin, 

It was already check, this feature is working but in the other direction, if from knx someone send a message, the LM send an ACS, that works! , but I mean the otherwise, like if from the  VISU I could update the variable instead of writing the variable since I dont needs this variables in the bus.


RE: How to autoACK a variable with th Logicmachine? - admin - 26.04.2024

In Visualization you can set "No bus write" or use virtual objects.