<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[LogicMachine Forum - CANx]]></title>
		<link>https://forum.logicmachine.net/</link>
		<description><![CDATA[LogicMachine Forum - https://forum.logicmachine.net]]></description>
		<pubDate>Thu, 14 May 2026 13:40:46 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[DALI2 sensor parameters]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=6405</link>
			<pubDate>Mon, 27 Apr 2026 08:24:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=3465">Novodk</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=6405</guid>
			<description><![CDATA[Is there any documentation regarding DALI-2 sensors, specifically the movement parameters?<br />
<br />
<img src="https://i.imgur.com/wt3vuNo.png" loading="lazy"  alt="[Image: wt3vuNo.png]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[Is there any documentation regarding DALI-2 sensors, specifically the movement parameters?<br />
<br />
<img src="https://i.imgur.com/wt3vuNo.png" loading="lazy"  alt="[Image: wt3vuNo.png]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CANx DALI Gateway randomly freezing / hanging — "device not found" on LogicMachine]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=6361</link>
			<pubDate>Mon, 23 Mar 2026 07:08:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=5792">codehex</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=6361</guid>
			<description><![CDATA[Hi,<br />
<br />
We are running LogicMachine (LM1 + LM2 redundant setup) with multiple (we have 5) CANx DALI gateways (CAN-DALI-M3) in a hotel automation project. Since our on-site configuration session on March 20th, we have been experiencing intermittent issues with the CANx DALI GWs (Experienced 2 issues).<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Environment</span><ul class="mycode_list"><li>LogicMachine ×2 (for redundant)<br />
</li>
<li>CANx DALI Gateway (we believe ESP32-based)<br />
</li>
<li>Multiple rooms assigned per CANx DALI Gateway<br />
</li>
<li>Approximately 30 DALI drivers are assigned to a single DALI gateway<br />
</li>
<li>Use <a href="https://www.wago.com/global/power-supply-modules/power-supply/p/787-2857" target="_blank" rel="noopener" class="mycode_url">WAGO 787-2857</a> for DALI external 18V supply<br />
</li>
<li>Every 15 minutes, a querystatus command is sent as a batch via <a href="https://kb.logicmachine.net/canx/canxdali/" target="_blank" rel="noopener" class="mycode_url">sendcmds</a> to all DALI drivers assigned to each gateway<br />
</li>
</ul>
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[KNX BUS]<br />
<br />
KNX-red   ------------------+---- LM1 KNX+<br />
                            |<br />
                            +---- LM2 KNX+<br />
<br />
KNX-black ------------------+---- LM1 KNX-<br />
                            |<br />
                            +---- LM2 KNX-<br />
<br />
<br />
[CANx BUS]<br />
CAN-white&nbsp;&nbsp;/ CAN L -------+---- LM1 CANL<br />
                          +---- LM2 CANL<br />
                          +---- DGW1 CANL<br />
                          +---- DGW2 CANL<br />
                          +---- DGW3 CANL<br />
                          +---- DGW4 CANL<br />
                          +---- DGW5 CANL<br />
<br />
CAN-yellow / CAN H -------+---- LM1 CANN<br />
                          +---- LM2 CANN<br />
                          +---- DGW1 CANN<br />
                          +---- DGW2 CANN<br />
                          +---- DGW3 CANN<br />
                          +---- DGW4 CANN<br />
                          +---- DGW5 CANN<br />
<br />
[DALI]<br />
DGW1 DALI+ / DALI-  ----------------&gt; DA-01<br />
DGW2 DALI+ / DALI-  ----------------&gt; DA-02<br />
DGW3 DALI+ / DALI-  ----------------&gt; DA-03<br />
DGW4 DALI+ / DALI-  ----------------&gt; DA-04<br />
DGW5 DALI+ / DALI-  ----------------&gt; DA-05</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Symptoms</span><br />
<ol type="1" class="mycode_list"><li>The CANx DALI GW randomly enters a hung/frozen state. The green LED stays lit solid, but LogicMachine CANx's device scan cannot find the GW ("device not found").<br />
</li>
<li>When the GW hangs, lighting scenes and dimming commands from LM scripts stop working entirely. The DALI lights remain on at their last state but cannot be controlled.<br />
</li>
</ol>
<span style="font-weight: bold;" class="mycode_b">Suspected causes</span><ul class="mycode_list"><li>Excessive signals on the DALI BUS causing the GW to hang<br />
</li>
<li>The ESP32 hanging under load<br />
</li>
<li>We have confirmed that event scripts on one of the two LMs that call arc or gotoscene are disabled, so duplicate commands from the dual-LM setup are not the cause.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Questions</span><br />
<ol type="1" class="mycode_list"><li>Is there a known issue with the CANx DALI GW freezing under heavy DALI BUS traffic?<br />
</li>
<li>Is there a safe way to remotely reboot the GW without physically accessing the panel?<br />
</li>
<li>Are there any watchdog or auto-recovery settings we can configure on the GW?<br />
</li>
<li>Is there a recommended way to monitor the GW or CANx status (ping, heartbeat, etc.) so we can detect hangs automatically?<br />
</li>
</ol>
<br />
Any advice would be greatly appreciated. Thank you!]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
We are running LogicMachine (LM1 + LM2 redundant setup) with multiple (we have 5) CANx DALI gateways (CAN-DALI-M3) in a hotel automation project. Since our on-site configuration session on March 20th, we have been experiencing intermittent issues with the CANx DALI GWs (Experienced 2 issues).<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Environment</span><ul class="mycode_list"><li>LogicMachine ×2 (for redundant)<br />
</li>
<li>CANx DALI Gateway (we believe ESP32-based)<br />
</li>
<li>Multiple rooms assigned per CANx DALI Gateway<br />
</li>
<li>Approximately 30 DALI drivers are assigned to a single DALI gateway<br />
</li>
<li>Use <a href="https://www.wago.com/global/power-supply-modules/power-supply/p/787-2857" target="_blank" rel="noopener" class="mycode_url">WAGO 787-2857</a> for DALI external 18V supply<br />
</li>
<li>Every 15 minutes, a querystatus command is sent as a batch via <a href="https://kb.logicmachine.net/canx/canxdali/" target="_blank" rel="noopener" class="mycode_url">sendcmds</a> to all DALI drivers assigned to each gateway<br />
</li>
</ul>
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[KNX BUS]<br />
<br />
KNX-red   ------------------+---- LM1 KNX+<br />
                            |<br />
                            +---- LM2 KNX+<br />
<br />
KNX-black ------------------+---- LM1 KNX-<br />
                            |<br />
                            +---- LM2 KNX-<br />
<br />
<br />
[CANx BUS]<br />
CAN-white&nbsp;&nbsp;/ CAN L -------+---- LM1 CANL<br />
                          +---- LM2 CANL<br />
                          +---- DGW1 CANL<br />
                          +---- DGW2 CANL<br />
                          +---- DGW3 CANL<br />
                          +---- DGW4 CANL<br />
                          +---- DGW5 CANL<br />
<br />
CAN-yellow / CAN H -------+---- LM1 CANN<br />
                          +---- LM2 CANN<br />
                          +---- DGW1 CANN<br />
                          +---- DGW2 CANN<br />
                          +---- DGW3 CANN<br />
                          +---- DGW4 CANN<br />
                          +---- DGW5 CANN<br />
<br />
[DALI]<br />
DGW1 DALI+ / DALI-  ----------------&gt; DA-01<br />
DGW2 DALI+ / DALI-  ----------------&gt; DA-02<br />
DGW3 DALI+ / DALI-  ----------------&gt; DA-03<br />
DGW4 DALI+ / DALI-  ----------------&gt; DA-04<br />
DGW5 DALI+ / DALI-  ----------------&gt; DA-05</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Symptoms</span><br />
<ol type="1" class="mycode_list"><li>The CANx DALI GW randomly enters a hung/frozen state. The green LED stays lit solid, but LogicMachine CANx's device scan cannot find the GW ("device not found").<br />
</li>
<li>When the GW hangs, lighting scenes and dimming commands from LM scripts stop working entirely. The DALI lights remain on at their last state but cannot be controlled.<br />
</li>
</ol>
<span style="font-weight: bold;" class="mycode_b">Suspected causes</span><ul class="mycode_list"><li>Excessive signals on the DALI BUS causing the GW to hang<br />
</li>
<li>The ESP32 hanging under load<br />
</li>
<li>We have confirmed that event scripts on one of the two LMs that call arc or gotoscene are disabled, so duplicate commands from the dual-LM setup are not the cause.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Questions</span><br />
<ol type="1" class="mycode_list"><li>Is there a known issue with the CANx DALI GW freezing under heavy DALI BUS traffic?<br />
</li>
<li>Is there a safe way to remotely reboot the GW without physically accessing the panel?<br />
</li>
<li>Are there any watchdog or auto-recovery settings we can configure on the GW?<br />
</li>
<li>Is there a recommended way to monitor the GW or CANx status (ping, heartbeat, etc.) so we can detect hangs automatically?<br />
</li>
</ol>
<br />
Any advice would be greatly appreciated. Thank you!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[UIO16-V4 Power failure error]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=6161</link>
			<pubDate>Wed, 22 Oct 2025 07:25:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=2167">Ntn</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=6161</guid>
			<description><![CDATA[The device loses its programming when power is lost and restored. It only controls normally when writing configuration. Is there a way to fix this or am I doing something wrong?]]></description>
			<content:encoded><![CDATA[The device loses its programming when power is lost and restored. It only controls normally when writing configuration. Is there a way to fix this or am I doing something wrong?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CANx DALI questions]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=6131</link>
			<pubDate>Mon, 29 Sep 2025 12:28:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=3465">Novodk</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=6131</guid>
			<description><![CDATA[We have a project where they have installed 80 DALI2 ballasts and 6 DALI2 B.E.G PD4N-BMS sensors.<br />
First and foremost we hate these projects! Why not put up 6 KNX sensors instead!<br />
Anyway, we previously used a KNX/DALI gateway that could control both ballasts and sensors.<br />
If we buy 1x LM5p2-KCD, 2x CAN-DALI-M3, then we can control 30 DALI2 ballast/sensors from each device?<br />
And we need a suitable DALI PSU as well?]]></description>
			<content:encoded><![CDATA[We have a project where they have installed 80 DALI2 ballasts and 6 DALI2 B.E.G PD4N-BMS sensors.<br />
First and foremost we hate these projects! Why not put up 6 KNX sensors instead!<br />
Anyway, we previously used a KNX/DALI gateway that could control both ballasts and sensors.<br />
If we buy 1x LM5p2-KCD, 2x CAN-DALI-M3, then we can control 30 DALI2 ballast/sensors from each device?<br />
And we need a suitable DALI PSU as well?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Question about CANX DALI Gateway circuit protection]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=6105</link>
			<pubDate>Sat, 06 Sep 2025 07:11:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=5089">shinsuke imai</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=6105</guid>
			<description><![CDATA[We are considering adopting the CANX DALI Gateway, powered by an 18V PSU.<br />
<br />
I would like to confirm the following:<br />
If the DALI bus of the CANX DALI Gateway is short-circuited, where does the circuit protection operate — on the PSU side or within the Gateway itself? I mean that in case of a short circuit, will the 18V PSU continue to operate normally, or will it be affected?<br />
<br />
It would be ideal if the PSU could continue running even during a short circuit on the DALI bus.<br />
<br />
Thank you in advance for your support.<br />
<br />
Best regards]]></description>
			<content:encoded><![CDATA[We are considering adopting the CANX DALI Gateway, powered by an 18V PSU.<br />
<br />
I would like to confirm the following:<br />
If the DALI bus of the CANX DALI Gateway is short-circuited, where does the circuit protection operate — on the PSU side or within the Gateway itself? I mean that in case of a short circuit, will the 18V PSU continue to operate normally, or will it be affected?<br />
<br />
It would be ideal if the PSU could continue running even during a short circuit on the DALI bus.<br />
<br />
Thank you in advance for your support.<br />
<br />
Best regards]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CAN-UIO16 - maximal input current]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=6098</link>
			<pubDate>Mon, 01 Sep 2025 21:04:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=4521">oliver.brown.knx</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=6098</guid>
			<description><![CDATA[What input current will flow when I apply 12V to the input (CAN-UIO16)?<br />
 My output can supply a maximum of 5 mA, and I want to connect it to the input (CAN-UIO16) to detect whether 12 V is present. <br />
<br />
Thank you<br />
Oliver]]></description>
			<content:encoded><![CDATA[What input current will flow when I apply 12V to the input (CAN-UIO16)?<br />
 My output can supply a maximum of 5 mA, and I want to connect it to the input (CAN-UIO16) to detect whether 12 V is present. <br />
<br />
Thank you<br />
Oliver]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Internal DALI gateway not working]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=6097</link>
			<pubDate>Mon, 01 Sep 2025 18:19:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=3071">Chandrias</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=6097</guid>
			<description><![CDATA[After the last update to v20250813, I noticed that the Internal DALI gateway is not working.<br />
Any suggestions on how to troubleshoot that?]]></description>
			<content:encoded><![CDATA[After the last update to v20250813, I noticed that the Internal DALI gateway is not working.<br />
Any suggestions on how to troubleshoot that?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DLX1224-4CV-DALI]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=6085</link>
			<pubDate>Thu, 21 Aug 2025 09:30:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=1680">davidchispas</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=6085</guid>
			<description><![CDATA[Hello,<br />
I have an RGBW controller, model <span style="font-weight: bold;" class="mycode_b">DLX1224-4CV-DALI</span>, and I have detected an issue with the color control:<br />
The device assigns a separate short address for each channel (R, G, B, and W). In <span style="font-weight: bold;" class="mycode_b">LM</span> we have configured a group as <span style="font-weight: bold;" class="mycode_b">RGBW</span> to control it jointly. The group controls for <span style="font-weight: bold;" class="mycode_b">on/off</span> and <span style="font-weight: bold;" class="mycode_b">intensity</span> work correctly. However, the <span style="font-weight: bold;" class="mycode_b">color control</span> from the group has no effect. If I send the commands individually to each short address, the color change works correctly.<br />
Could this be an error?<br />
Thank you.]]></description>
			<content:encoded><![CDATA[Hello,<br />
I have an RGBW controller, model <span style="font-weight: bold;" class="mycode_b">DLX1224-4CV-DALI</span>, and I have detected an issue with the color control:<br />
The device assigns a separate short address for each channel (R, G, B, and W). In <span style="font-weight: bold;" class="mycode_b">LM</span> we have configured a group as <span style="font-weight: bold;" class="mycode_b">RGBW</span> to control it jointly. The group controls for <span style="font-weight: bold;" class="mycode_b">on/off</span> and <span style="font-weight: bold;" class="mycode_b">intensity</span> work correctly. However, the <span style="font-weight: bold;" class="mycode_b">color control</span> from the group has no effect. If I send the commands individually to each short address, the color change works correctly.<br />
Could this be an error?<br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Project > LoRa Parking Monitor]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=5997</link>
			<pubDate>Mon, 19 May 2025 14:24:40 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=2643">emme</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=5997</guid>
			<description><![CDATA[Hi,<br />
<br />
I'm in the process to create a parking supervision project to help aout collegues to understand if the internal company park is full<br />
<br />
I would evaluate a self made solution using LM + CAN + LORA<br />
here some specs:<br />
<br />
Parking floors: -1 and -2<br />
L x W (each floor): 80m x 80m (heigth 2,20mt)<br />
Spot available for each floor: 156<br />
Special characteristics:<br />
on floor -1 I do have contitioning and heating pipes on the celing<br />
on floor -2 there are firewall gates to isolate half of the space (the normally stay open)<br />
<br />
I do not need lights on single spot, just a general light at floor entrance with a green or red light (but could be a future installation)<br />
<br />
I can provide a LoRaWAN device to be placed on each spot, but I'm wondering if LM can handle such scenario and how.<br />
<br />
thanks in advance<br />
regards<br />
Marco]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I'm in the process to create a parking supervision project to help aout collegues to understand if the internal company park is full<br />
<br />
I would evaluate a self made solution using LM + CAN + LORA<br />
here some specs:<br />
<br />
Parking floors: -1 and -2<br />
L x W (each floor): 80m x 80m (heigth 2,20mt)<br />
Spot available for each floor: 156<br />
Special characteristics:<br />
on floor -1 I do have contitioning and heating pipes on the celing<br />
on floor -2 there are firewall gates to isolate half of the space (the normally stay open)<br />
<br />
I do not need lights on single spot, just a general light at floor entrance with a green or red light (but could be a future installation)<br />
<br />
I can provide a LoRaWAN device to be placed on each spot, but I'm wondering if LM can handle such scenario and how.<br />
<br />
thanks in advance<br />
regards<br />
Marco]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Replacing ballasts in DALI CANx]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=5727</link>
			<pubDate>Thu, 07 Nov 2024 11:38:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=1680">davidchispas</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=5727</guid>
			<description><![CDATA[Hello,<br />
<br />
Is there a quick and easy way to replace faulty ballasts in DALI CANx?<br />
<br />
Let me explain: sometimes it can happen that one or two ballasts fail and need to be replaced. I usually connect the new ballast and search for it, but the system forces me to configure it again. Is it possible to automatically detect that a new ballast is connected and assign it an existing address without affecting the rest of the connected ballasts and the parameterization?]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
Is there a quick and easy way to replace faulty ballasts in DALI CANx?<br />
<br />
Let me explain: sometimes it can happen that one or two ballasts fail and need to be replaced. I usually connect the new ballast and search for it, but the system forces me to configure it again. Is it possible to automatically detect that a new ballast is connected and assign it an existing address without affecting the rest of the connected ballasts and the parameterization?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CANx script]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=5589</link>
			<pubDate>Sun, 01 Sep 2024 08:45:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=2072">CristianAgata</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=5589</guid>
			<description><![CDATA[Good morning,<br />
is there some manual to read how use CANx script editor?<br />
Best regards Cristian]]></description>
			<content:encoded><![CDATA[Good morning,<br />
is there some manual to read how use CANx script editor?<br />
Best regards Cristian]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CAN and KNX communication]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=5586</link>
			<pubDate>Fri, 30 Aug 2024 02:33:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=3783">nisan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=5586</guid>
			<description><![CDATA[管理员您好，我无法拉动两个电箱之间的电缆，这时我想到了CANx-LORA，但是不确定第一个电箱的CAN执行器是否可以发送命令来控制第二个电箱的KNX设备，传输设备是LM5p2-KC，CAN-R4-LoRA*2<br />
<hr class="mycode_hr" />
I can't pull the cable between the two electrical boxes. At this time, I thought of CANx-LORA, but I'm not sure whether the CAN actuator of the first electrical box can send commands to control the KNX device of the second electrical box. The transmission device is LM5p2-KC, CAN-R4-LoRA*2]]></description>
			<content:encoded><![CDATA[管理员您好，我无法拉动两个电箱之间的电缆，这时我想到了CANx-LORA，但是不确定第一个电箱的CAN执行器是否可以发送命令来控制第二个电箱的KNX设备，传输设备是LM5p2-KC，CAN-R4-LoRA*2<br />
<hr class="mycode_hr" />
I can't pull the cable between the two electrical boxes. At this time, I thought of CANx-LORA, but I'm not sure whether the CAN actuator of the first electrical box can send commands to control the KNX device of the second electrical box. The transmission device is LM5p2-KC, CAN-R4-LoRA*2]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[BUS]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=5503</link>
			<pubDate>Tue, 09 Jul 2024 08:11:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=5027">kerryball</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=5503</guid>
			<description><![CDATA[Hi, I have a question about CAN<br />
<br />
Can I integrate CAN Bus devices in a Logic Machine with CANx protocol?]]></description>
			<content:encoded><![CDATA[Hi, I have a question about CAN<br />
<br />
Can I integrate CAN Bus devices in a Logic Machine with CANx protocol?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DALI problem]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=5483</link>
			<pubDate>Tue, 25 Jun 2024 17:01:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=4839">joaodaniel.pereira</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=5483</guid>
			<description><![CDATA[Hi, <br />
<br />
I create an association in DALI CANX and I can operate the lights... but in KNX is not working ? Why? <br />
<br />
The lights are only ON/OFF dali (without dimming)... that helps ?<br />
<br />
<img src="https://i.ibb.co/PNT9G36/img-1.png" loading="lazy"  alt="[Image: img-1.png]" class="mycode_img" /><br />
<br />
<img src="https://i.ibb.co/8XQvQ8P/img-2.png" loading="lazy"  alt="[Image: img-2.png]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[Hi, <br />
<br />
I create an association in DALI CANX and I can operate the lights... but in KNX is not working ? Why? <br />
<br />
The lights are only ON/OFF dali (without dimming)... that helps ?<br />
<br />
<img src="https://i.ibb.co/PNT9G36/img-1.png" loading="lazy"  alt="[Image: img-1.png]" class="mycode_img" /><br />
<br />
<img src="https://i.ibb.co/8XQvQ8P/img-2.png" loading="lazy"  alt="[Image: img-2.png]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CANx script editor]]></title>
			<link>https://forum.logicmachine.net/showthread.php?tid=5080</link>
			<pubDate>Mon, 06 Nov 2023 12:42:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.logicmachine.net/member.php?action=profile&uid=113">AEK</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.logicmachine.net/showthread.php?tid=5080</guid>
			<description><![CDATA[in CANx app there is another Lua IDE/<br />
Is there ani documentation about it? it seemsto be very familiar to regular scripts, but whats the difference?<br />
<div>
<img src="https://forum.logicmachine.net/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=3483" target="_blank">1.png</a> (Size: 95.77 KB / Downloads: 37)</div>
]]></description>
			<content:encoded><![CDATA[in CANx app there is another Lua IDE/<br />
Is there ani documentation about it? it seemsto be very familiar to regular scripts, but whats the difference?<br />
<div>
<img src="https://forum.logicmachine.net/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=3483" target="_blank">1.png</a> (Size: 95.77 KB / Downloads: 37)</div>
]]></content:encoded>
		</item>
	</channel>
</rss>