<?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[Ewon Technical Forum - All Forums]]></title>
		<link>https://techforum.ewon.biz/</link>
		<description><![CDATA[Ewon Technical Forum - https://techforum.ewon.biz]]></description>
		<pubDate>Mon, 25 May 2026 08:01:11 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[OPEN EBD file config.txt in text mode error]]></title>
			<link>https://techforum.ewon.biz/thread-2865.html</link>
			<pubDate>Mon, 18 May 2026 11:04:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=5607">mickaa</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2865.html</guid>
			<description><![CDATA[Hi,<br />
<br />
When i open a file config.txt with EBD in binary mode, i don't have error, <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>OPEN "exp:&#36;dtCF &#36;ftB" FOR BINARY INPUT AS 1<br />
&#36;ReadNext:<br />
IF EOF &#36;FileNumber% THEN GOTO &#36;ReadDone ENDIF<br />
&#36;Char&#36;=GET 1,1<br />
print &#36;Char&#36;<br />
<br />
Console: Read binary file ok</code></div></div><br />
but, when i open a file config.txt with EBD in TEXT mode: i obtain this error: why?<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>OPEN "exp:&#36;dtCF &#36;ftT" FOR TEXT INPUT AS 1<br />
&#36;ReadNext:<br />
IF EOF &#36;FileNumber% THEN GOTO &#36;ReadDone ENDIF<br />
&#36;Char&#36;=GET 1,1<br />
print &#36;Char&#36;<br />
<br />
Console: Read text file ok</code></div></div><br />
But if i read a many caractere at the same time, it work!<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>OPEN "exp:&#36;dtCF &#36;ftT" FOR TEXT INPUT AS 1<br />
&#36;ReadNext:<br />
IF EOF &#36;FileNumber% THEN GOTO &#36;ReadDone ENDIF<br />
&#36;DATA&#36;=GET 1,2048<br />
print &#36;DATA&#36;<br />
<br />
Console: Read DATA file OK</code></div></div>]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
When i open a file config.txt with EBD in binary mode, i don't have error, <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>OPEN "exp:&#36;dtCF &#36;ftB" FOR BINARY INPUT AS 1<br />
&#36;ReadNext:<br />
IF EOF &#36;FileNumber% THEN GOTO &#36;ReadDone ENDIF<br />
&#36;Char&#36;=GET 1,1<br />
print &#36;Char&#36;<br />
<br />
Console: Read binary file ok</code></div></div><br />
but, when i open a file config.txt with EBD in TEXT mode: i obtain this error: why?<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>OPEN "exp:&#36;dtCF &#36;ftT" FOR TEXT INPUT AS 1<br />
&#36;ReadNext:<br />
IF EOF &#36;FileNumber% THEN GOTO &#36;ReadDone ENDIF<br />
&#36;Char&#36;=GET 1,1<br />
print &#36;Char&#36;<br />
<br />
Console: Read text file ok</code></div></div><br />
But if i read a many caractere at the same time, it work!<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>OPEN "exp:&#36;dtCF &#36;ftT" FOR TEXT INPUT AS 1<br />
&#36;ReadNext:<br />
IF EOF &#36;FileNumber% THEN GOTO &#36;ReadDone ENDIF<br />
&#36;DATA&#36;=GET 1,2048<br />
print &#36;DATA&#36;<br />
<br />
Console: Read DATA file OK</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can't downgrade from v15.0s2 to V14]]></title>
			<link>https://techforum.ewon.biz/thread-2864.html</link>
			<pubDate>Thu, 07 May 2026 11:22:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=6494">FlamcoDaan</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2864.html</guid>
			<description><![CDATA[Hello,<br />
<br />
I'm trying to downgrade an Ewon Flexy205 15.0s2 to V14<br />
<br />
I've searched the forum and it says I need to use Ewon Recovery (F7) in eBuddy.<br />
<br />
But in eBuddy my Ewon Recovery is grayed out.<br />
<br />
I've tried to use a SD card with other firmware but also no success.<br />
<br />
<br />
Please help.<br />
<br />
Kind regards,<br />
<br />
Daan<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://techforum.ewon.biz/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1912" target="_blank" title="">Ewon Recovery.png</a> (Size: 37,7 KB / Downloads: 6)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I'm trying to downgrade an Ewon Flexy205 15.0s2 to V14<br />
<br />
I've searched the forum and it says I need to use Ewon Recovery (F7) in eBuddy.<br />
<br />
But in eBuddy my Ewon Recovery is grayed out.<br />
<br />
I've tried to use a SD card with other firmware but also no success.<br />
<br />
<br />
Please help.<br />
<br />
Kind regards,<br />
<br />
Daan<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://techforum.ewon.biz/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1912" target="_blank" title="">Ewon Recovery.png</a> (Size: 37,7 KB / Downloads: 6)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Using Basic Change User Passwors]]></title>
			<link>https://techforum.ewon.biz/thread-2863.html</link>
			<pubDate>Tue, 28 Apr 2026 21:06:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=5352">LuisEnrique</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2863.html</guid>
			<description><![CDATA[Hello HMS team<br />
<br />
I would like to be able to change a user's password on a Flexy version 15s2 system using only Basic.<br />
<br />
Thanks in advance.<br />
<br />
<br />
Luis]]></description>
			<content:encoded><![CDATA[Hello HMS team<br />
<br />
I would like to be able to change a user's password on a Flexy version 15s2 system using only Basic.<br />
<br />
Thanks in advance.<br />
<br />
<br />
Luis]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Simple Store & Forward:How to send missed data from a text file after WAN restoration]]></title>
			<link>https://techforum.ewon.biz/thread-2862.html</link>
			<pubDate>Thu, 23 Apr 2026 07:01:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=6785">leekhilk@ithena.ai</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2862.html</guid>
			<description><![CDATA[Hi everyone,<br />
<br />
I am currently using a Flexy 205 to collect data from PLCs via Modbus and OPC UA. I have a BASIC script that builds a JSON payload and sends it to my IoT platform using the REQUESTHTTPX command.<br />
<br />
The Challenge:<br />
Everything works well when the internet is connected. However, when the internet goes down, the REQUESTHTTPX command fails and the data is lost. I need a "Store and Forward" solution that is simple to manage.<br />
<br />
My Required Logic:<br />
<div style="text-align: justify;" class="mycode_align"><ul class="mycode_list"><li>I want to avoid complex system tools and handle this directly in my script using basic file logic:<br />
</li>
<li>Detection: If REQUESTHTTPX fails due to a network error, the script should identify that the internet is down.<br />
</li>
<li>Local Storage: Instead of losing the data, the script should append the JSON string to a simple text file on the Ewon (e.g., /usr/buffer.txt).<br />
</li>
<li>Restoration: Once the internet is back, the script should read that text file line-by-line and send the stored payloads to the server.<br />
</li>
</ul>
</div>
<br />
I want to keep this as manual and clear as possible so I can easily maintain the code. Any help or logic flows would be greatly appreciated!]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
<br />
I am currently using a Flexy 205 to collect data from PLCs via Modbus and OPC UA. I have a BASIC script that builds a JSON payload and sends it to my IoT platform using the REQUESTHTTPX command.<br />
<br />
The Challenge:<br />
Everything works well when the internet is connected. However, when the internet goes down, the REQUESTHTTPX command fails and the data is lost. I need a "Store and Forward" solution that is simple to manage.<br />
<br />
My Required Logic:<br />
<div style="text-align: justify;" class="mycode_align"><ul class="mycode_list"><li>I want to avoid complex system tools and handle this directly in my script using basic file logic:<br />
</li>
<li>Detection: If REQUESTHTTPX fails due to a network error, the script should identify that the internet is down.<br />
</li>
<li>Local Storage: Instead of losing the data, the script should append the JSON string to a simple text file on the Ewon (e.g., /usr/buffer.txt).<br />
</li>
<li>Restoration: Once the internet is back, the script should read that text file line-by-line and send the stored payloads to the server.<br />
</li>
</ul>
</div>
<br />
I want to keep this as manual and clear as possible so I can easily maintain the code. Any help or logic flows would be greatly appreciated!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Enable webserver WAN side with firmware 15]]></title>
			<link>https://techforum.ewon.biz/thread-2861.html</link>
			<pubDate>Wed, 22 Apr 2026 05:19:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=6494">FlamcoDaan</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2861.html</guid>
			<description><![CDATA[Hello,<br />
<br />
in our factory we use Ewon Flexy's 205 in combination with ViewOn for dashboarding.<br />
<br />
The dashboard is shown on several TV's with Amazon firestick.<br />
<br />
The firesticks need to connect to the Ewon via WAN side connection to show the ViewOn page.<br />
With firmware 15 the webserver is now closed on the WAN side and we have no dashboard.<br />
<br />
Is there a way to enable this again?<br />
otherwise we need to downgrade the Ewons to firmware 14.<br />
<br />
Kind regards,<br />
<br />
Daan]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
in our factory we use Ewon Flexy's 205 in combination with ViewOn for dashboarding.<br />
<br />
The dashboard is shown on several TV's with Amazon firestick.<br />
<br />
The firesticks need to connect to the Ewon via WAN side connection to show the ViewOn page.<br />
With firmware 15 the webserver is now closed on the WAN side and we have no dashboard.<br />
<br />
Is there a way to enable this again?<br />
otherwise we need to downgrade the Ewons to firmware 14.<br />
<br />
Kind regards,<br />
<br />
Daan]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tag value rounding from 0.0054 to 0.1 during PRINT conversion]]></title>
			<link>https://techforum.ewon.biz/thread-2860.html</link>
			<pubDate>Tue, 21 Apr 2026 12:52:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=6785">leekhilk@ithena.ai</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2860.html</guid>
			<description><![CDATA[Hello Community,<br />
<br />
I am seeking guidance on a data precision issue I’m encountering with an Ewon Flexy 205.<br />
<br />
The Setup:<br />
<br />
Hardware: Flexy 205<br />
<br />
Protocol: Reading tags via OPCUA.<br />
<br />
The Observation: In the Flexy "Values" tab (UI), the tag Blower_A2_Spd_Ctrl_Mode correctly displays as 0.0054.<br />
<br />
The Problem:<br />
When I attempt to use this value in a BASIC script (either to print to the console or build an HTTP JSON payload), the value is being rounded aggressively.<br />
<br />
PRINT Blower_A2_Spd_Ctrl_Mode@ // Output in console: 0.1<br />
<br />
<br />
Any guidance from the experts here would be greatly appreciated!]]></description>
			<content:encoded><![CDATA[Hello Community,<br />
<br />
I am seeking guidance on a data precision issue I’m encountering with an Ewon Flexy 205.<br />
<br />
The Setup:<br />
<br />
Hardware: Flexy 205<br />
<br />
Protocol: Reading tags via OPCUA.<br />
<br />
The Observation: In the Flexy "Values" tab (UI), the tag Blower_A2_Spd_Ctrl_Mode correctly displays as 0.0054.<br />
<br />
The Problem:<br />
When I attempt to use this value in a BASIC script (either to print to the console or build an HTTP JSON payload), the value is being rounded aggressively.<br />
<br />
PRINT Blower_A2_Spd_Ctrl_Mode@ // Output in console: 0.1<br />
<br />
<br />
Any guidance from the experts here would be greatly appreciated!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Flexy Device Manager Access]]></title>
			<link>https://techforum.ewon.biz/thread-2859.html</link>
			<pubDate>Thu, 02 Apr 2026 12:52:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=6779">abrannon</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2859.html</guid>
			<description><![CDATA[I am trying to access the Flexy Device Manager on Tools page, and the Login screen is non-responsive.  How do you access this?<br />
<br />
<br />
<br />
<a href="https://tools.ewonsupport.biz/flexy-device-manager/list.php" target="_blank" rel="noopener" class="mycode_url">https://tools.ewonsupport.biz/flexy-devi...r/list.php</a>]]></description>
			<content:encoded><![CDATA[I am trying to access the Flexy Device Manager on Tools page, and the Login screen is non-responsive.  How do you access this?<br />
<br />
<br />
<br />
<a href="https://tools.ewonsupport.biz/flexy-device-manager/list.php" target="_blank" rel="noopener" class="mycode_url">https://tools.ewonsupport.biz/flexy-devi...r/list.php</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Download a file from /usr directory using only BASIC]]></title>
			<link>https://techforum.ewon.biz/thread-2858.html</link>
			<pubDate>Thu, 26 Mar 2026 20:46:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=5352">LuisEnrique</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2858.html</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-family: medium-content-sans-serif-font, -apple-system, 'system-ui', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">Hi to everybody!</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: medium-content-sans-serif-font, -apple-system, 'system-ui', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">I 'd like to download a file from /usr directory using only BASIC Script: I know I can do it in ViewON using a button opening url "/usr/my_file.txt" but I need to execute some code before opening the file; is it possible?</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: medium-content-sans-serif-font, -apple-system, 'system-ui', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">Thk.</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: medium-content-sans-serif-font, -apple-system, 'system-ui', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">Luis</span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-family: medium-content-sans-serif-font, -apple-system, 'system-ui', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">Hi to everybody!</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: medium-content-sans-serif-font, -apple-system, 'system-ui', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">I 'd like to download a file from /usr directory using only BASIC Script: I know I can do it in ViewON using a button opening url "/usr/my_file.txt" but I need to execute some code before opening the file; is it possible?</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: medium-content-sans-serif-font, -apple-system, 'system-ui', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">Thk.</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: medium-content-sans-serif-font, -apple-system, 'system-ui', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">Luis</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Block FileZilla to WRITE (Only) to Flexy]]></title>
			<link>https://techforum.ewon.biz/thread-2857.html</link>
			<pubDate>Thu, 26 Mar 2026 18:25:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=5352">LuisEnrique</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2857.html</guid>
			<description><![CDATA[Hi Team HMS<br />
<br />
I'm currently using FileZilla to extract (read) information from the Flexy's external SD card, but my client wants me to block FileZilla from writing to that card. I'd like to know how to do this.<br />
<br />
Thanks in advance.<br />
<br />
<br />
Luis]]></description>
			<content:encoded><![CDATA[Hi Team HMS<br />
<br />
I'm currently using FileZilla to extract (read) information from the Flexy's external SD card, but my client wants me to block FileZilla from writing to that card. I'd like to know how to do this.<br />
<br />
Thanks in advance.<br />
<br />
<br />
Luis]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[2x Flexy - direct connection]]></title>
			<link>https://techforum.ewon.biz/thread-2856.html</link>
			<pubDate>Thu, 05 Mar 2026 16:48:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=154">mnieuzyla</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2856.html</guid>
			<description><![CDATA[Hi,<br />
<br />
I'm testing the option for direct connectivity between two sites using two Flexy routers.<br />
I have the static WAN address mapped to external, static IP, I'd like to use it for the server. However, when I try to configure the server side(using AUG015, Linking 2 Sites Together Using VPN) I noticed weird behaviour.<br />
WAN connection is configured successfully, but when I go to the VPN config, I'm setting the parameters:<br />
Listen for incoming VPN from client<br />
VPN Incoming, set passphrase, VPN IP automatic<br />
I hit the Update, and it looks that all is set. However, after a short while it looks like it goes back to the outgoing connection mode - even in comcfg file VPNCnxType changes from 1 (incoming connection) to 2 (outgoing connection).<br />
What could be wrong? Flexy is recently updated to v15.0s2.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I'm testing the option for direct connectivity between two sites using two Flexy routers.<br />
I have the static WAN address mapped to external, static IP, I'd like to use it for the server. However, when I try to configure the server side(using AUG015, Linking 2 Sites Together Using VPN) I noticed weird behaviour.<br />
WAN connection is configured successfully, but when I go to the VPN config, I'm setting the parameters:<br />
Listen for incoming VPN from client<br />
VPN Incoming, set passphrase, VPN IP automatic<br />
I hit the Update, and it looks that all is set. However, after a short while it looks like it goes back to the outgoing connection mode - even in comcfg file VPNCnxType changes from 1 (incoming connection) to 2 (outgoing connection).<br />
What could be wrong? Flexy is recently updated to v15.0s2.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SYS or COM parameters for activate SD CARD]]></title>
			<link>https://techforum.ewon.biz/thread-2853.html</link>
			<pubDate>Thu, 12 Feb 2026 16:32:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=5607">mickaa</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2853.html</guid>
			<description><![CDATA[Hi,<br />
<br />
- I had an SD card that worked on an Ewon in user expansion mode before I performed a type 2 reset on the Ewon. I can't get the SD card working again (EaseUS + ext3 + clusters = 4kb).<br />
<br />
- I disconnect the power before removing/inserting the SD card.<br />
- I tested with two other new SD cards... No luck.<br />
- I have no information in my event log.<br />
<br />
- Are there any SYS or COM parameters I should check that could be blocking the SD card from working?]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
- I had an SD card that worked on an Ewon in user expansion mode before I performed a type 2 reset on the Ewon. I can't get the SD card working again (EaseUS + ext3 + clusters = 4kb).<br />
<br />
- I disconnect the power before removing/inserting the SD card.<br />
- I tested with two other new SD cards... No luck.<br />
- I have no information in my event log.<br />
<br />
- Are there any SYS or COM parameters I should check that could be blocking the SD card from working?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Using a user's saved password without writing it in plain text into the program?]]></title>
			<link>https://techforum.ewon.biz/thread-2852.html</link>
			<pubDate>Thu, 12 Feb 2026 12:58:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=5607">mickaa</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2852.html</guid>
			<description><![CDATA[Hi,<br />
Is there a way to use a saved user's password without writing it in plain text in the program?<br />
<br />
In this code, I would like to hide, for example, "AuthPwdA:adm"<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>IF &#36;ServName&#36;="OPCUA" THEN <br />
&nbsp;&nbsp;IF &#36;Topic&#36;="A" THEN <br />
&nbsp;&nbsp;&nbsp;&nbsp;&#36;RetLine&#36;="EnabledA:1"+EoL&#36;+"EndpointUrlA:opc.tcp://"+EWON_GENERATOR_IP&#36;+":4840"+EoL&#36;+"UserTokenTypeA:1"+EoL&#36;+"AuthUserA:adm"+EoL&#36;+"AuthPwdA:adm"+EoL&#36;+"MessageSecurityModeA:1"+EoL&#36;+"SecurityPolicyUriA:0"+EoL&#36;<br />
 &nbsp;&nbsp; &#36;RetLine&#36;=&#36;RetLine&#36;+"EnabledB:0"+EoL&#36;+"UserTokenTypeB:0"+EoL&#36;+"MessageSecurityModeB:1"+EoL&#36;+"SecurityPolicyUriB:0"+EoL&#36;<br />
 &nbsp;&nbsp; &#36;RetLine&#36;=&#36;RetLine&#36;+"EnabledC:0"+EoL&#36;+"UserTokenTypeC:0"+EoL&#36;+"MessageSecurityModeC:1"+EoL&#36;+"SecurityPolicyUriC:0"+EoL&#36;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&#36;RetLine&#36;=&#36;RetLine&#36;+'NamespaceArrayA:["http://opcfoundation.org/UA/", "urn:ewon-2230-1105-24:ewon:ewontags", "http://opcfoundation.org/UA/DI/", "http://PLCopen.org/OpcUa/IEC61131-3/", "http://ewon.biz/Ewontags/"]'<br />
&nbsp;&nbsp;ENDIF<br />
ENDIF</code></div></div>]]></description>
			<content:encoded><![CDATA[Hi,<br />
Is there a way to use a saved user's password without writing it in plain text in the program?<br />
<br />
In this code, I would like to hide, for example, "AuthPwdA:adm"<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>IF &#36;ServName&#36;="OPCUA" THEN <br />
&nbsp;&nbsp;IF &#36;Topic&#36;="A" THEN <br />
&nbsp;&nbsp;&nbsp;&nbsp;&#36;RetLine&#36;="EnabledA:1"+EoL&#36;+"EndpointUrlA:opc.tcp://"+EWON_GENERATOR_IP&#36;+":4840"+EoL&#36;+"UserTokenTypeA:1"+EoL&#36;+"AuthUserA:adm"+EoL&#36;+"AuthPwdA:adm"+EoL&#36;+"MessageSecurityModeA:1"+EoL&#36;+"SecurityPolicyUriA:0"+EoL&#36;<br />
 &nbsp;&nbsp; &#36;RetLine&#36;=&#36;RetLine&#36;+"EnabledB:0"+EoL&#36;+"UserTokenTypeB:0"+EoL&#36;+"MessageSecurityModeB:1"+EoL&#36;+"SecurityPolicyUriB:0"+EoL&#36;<br />
 &nbsp;&nbsp; &#36;RetLine&#36;=&#36;RetLine&#36;+"EnabledC:0"+EoL&#36;+"UserTokenTypeC:0"+EoL&#36;+"MessageSecurityModeC:1"+EoL&#36;+"SecurityPolicyUriC:0"+EoL&#36;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&#36;RetLine&#36;=&#36;RetLine&#36;+'NamespaceArrayA:["http://opcfoundation.org/UA/", "urn:ewon-2230-1105-24:ewon:ewontags", "http://opcfoundation.org/UA/DI/", "http://PLCopen.org/OpcUa/IEC61131-3/", "http://ewon.biz/Ewontags/"]'<br />
&nbsp;&nbsp;ENDIF<br />
ENDIF</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Every Java program ends in "ZipException: bad header in central file directory"]]></title>
			<link>https://techforum.ewon.biz/thread-2851.html</link>
			<pubDate>Fri, 06 Feb 2026 17:20:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=6496">cracksalad</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2851.html</guid>
			<description><![CDATA[Hi,<br />
<br />
I just started tinkering around with the Flexy 205 and want to write a Java program for MQTT as at least half of you guys seem to do. Sadly, I always run into <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>java.util.zip.ZipException: bad header in central file directory<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Throwable.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Throwable.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Exception.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.io.IOException.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.zip.ZipException.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.zip.ZipFile.readEntries(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.zip.ZipFile.locateEndCD(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.zip.ZipFile.getEntries(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.zip.ZipFile.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.jar.JarFile.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.jar.JarFile.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at wonka.vm.ClassLoaderURLHandler.createClassLoaderURLHandler(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at wonka.vm.ClassLoaderURLHandler.createClassLoaderURLHandlers(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.net.URLClassLoader.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at wonka.vm.ApplicationClassLoader.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at wonka.vm.ApplicationClassLoader.getInstance(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.ClassLoader.createApplicationClassLoader(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.System.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.System.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at wonka.vm.Init.main(Unknown Source)<br />
Init: no such class as MainClass in class path!<br />
Init: no start class found.  Game over.</code></div></div><br />
<br />
I assume, that the last two lines are a consequence of the exception.<br />
<br />
I tried different JARs, a self made one as well as a MQTT_EWONSUPPORT.jar, which I found here in the forum.<br />
I execute the JVM/JAR by entering this URL in my browser:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://192.168.1.250/rcgi.bin/jvmCmd?cmd=start&amp;runCmd=%20-heapsize%205M%20-classpath%20/usr/MQTT_EWONSUPPORT.jar%20-emain%20MainClass</code></div></div><br />
Of course, I double checked the JAR name/path and the main class name. Is it possible, that e.g. a compression algorithm used by the JAR is not supported by the Ewon? Has anybody seen the same issue before? Do I have to enable somethingas one has to enable the FTP server since I think firmware 15?<br />
<br />
Firmware is 15.0s2]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I just started tinkering around with the Flexy 205 and want to write a Java program for MQTT as at least half of you guys seem to do. Sadly, I always run into <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>java.util.zip.ZipException: bad header in central file directory<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Throwable.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Throwable.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Exception.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.io.IOException.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.zip.ZipException.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.zip.ZipFile.readEntries(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.zip.ZipFile.locateEndCD(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.zip.ZipFile.getEntries(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.zip.ZipFile.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.jar.JarFile.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.util.jar.JarFile.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at wonka.vm.ClassLoaderURLHandler.createClassLoaderURLHandler(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at wonka.vm.ClassLoaderURLHandler.createClassLoaderURLHandlers(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.net.URLClassLoader.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at wonka.vm.ApplicationClassLoader.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at wonka.vm.ApplicationClassLoader.getInstance(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.ClassLoader.createApplicationClassLoader(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.System.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.System.(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at wonka.vm.Init.main(Unknown Source)<br />
Init: no such class as MainClass in class path!<br />
Init: no start class found.  Game over.</code></div></div><br />
<br />
I assume, that the last two lines are a consequence of the exception.<br />
<br />
I tried different JARs, a self made one as well as a MQTT_EWONSUPPORT.jar, which I found here in the forum.<br />
I execute the JVM/JAR by entering this URL in my browser:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://192.168.1.250/rcgi.bin/jvmCmd?cmd=start&amp;runCmd=%20-heapsize%205M%20-classpath%20/usr/MQTT_EWONSUPPORT.jar%20-emain%20MainClass</code></div></div><br />
Of course, I double checked the JAR name/path and the main class name. Is it possible, that e.g. a compression algorithm used by the JAR is not supported by the Ewon? Has anybody seen the same issue before? Do I have to enable somethingas one has to enable the FTP server since I think firmware 15?<br />
<br />
Firmware is 15.0s2]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What is the point of defining pivots on the different different Ewon firmware version]]></title>
			<link>https://techforum.ewon.biz/thread-2850.html</link>
			<pubDate>Tue, 27 Jan 2026 15:43:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=5607">mickaa</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2850.html</guid>
			<description><![CDATA[Hello,<br />
<br />
What is the point of defining pivots on the different Ewon firmware versions? <br />
Does it allow us to avoid low-level formatting and therefore not have to completely reinstall the system?<br />
<br />
<a href="https://techforum.ewon.biz/thread-1227.html?highlight=LINE%24%3DGET+1" target="_blank" rel="noopener" class="mycode_url">https://techforum.ewon.biz/thread-1227.h...24%3DGET+1</a>]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
What is the point of defining pivots on the different Ewon firmware versions? <br />
Does it allow us to avoid low-level formatting and therefore not have to completely reinstall the system?<br />
<br />
<a href="https://techforum.ewon.biz/thread-1227.html?highlight=LINE%24%3DGET+1" target="_blank" rel="noopener" class="mycode_url">https://techforum.ewon.biz/thread-1227.h...24%3DGET+1</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ewon Cosy port forward for SQL Server]]></title>
			<link>https://techforum.ewon.biz/thread-2849.html</link>
			<pubDate>Tue, 27 Jan 2026 10:30:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://techforum.ewon.biz/member.php?action=profile&uid=6716">FimoHub</a>]]></dc:creator>
			<guid isPermaLink="false">https://techforum.ewon.biz/thread-2849.html</guid>
			<description><![CDATA[Hi all, I need to reach an SQL Server instance located on a PC that is "behind" an Ewon Cosy (IP on LAN 192.168.x.x)<br />
<br />
I have to reach it through the WAN port of the Ewon (Customer network 172.17.x.x) so I'm trying to configure some Port Forwarding rules following your FAQs/guides.<br />
The connection works correctly if I connect from my PC using eCatcher and SQL Management Studio pointing te DB Server "192.168.X.X\SQLEXPRESS", so it seems that SQL is well configured for network access (Network protocols and so on...).<br />
<br />
I'm still not able to reach the SQL Server instance from the WAN port using "172.17.x.x\SQLEXPRESS" address, but it seems that the returned SQL Connection Error change a little depending on the configured rule on the Ewon.<br />
Basically the error says always that is not possible to reach the SQLServer Instance on the network.<br />
<br />
<br />
Has anyone been able to connect succesfully to SQL Server by using port forwarding?<br />
<br />
<br />
Here under the current rules/parameters saved inside the Ewon:<br />
<br />
ProxyEnabled = 1  to enable proxy rules<br />
<br />
ProxyExtItf = 0 (WAN)<br />
<br />
ProxyProto1 = 2 (TCP)<br />
ProxySide1 = 1<br />
ProxyPort1 = 1433<br />
ProxySvrPort1 = 1433<br />
ProxySvrIpAddr1 = 192.168.0.100<br />
<br />
ProxyProto2 = 1 (UDP)<br />
ProxySide2 = 1<br />
ProxyPort2 = 1434<br />
ProxySvrPort2 = 1434<br />
ProxySvrIpAddr2 = 192.168.0.100<br />
<br />
ProxyProto3 = 2 (TCP)<br />
ProxySide3 = 1<br />
ProxyPort3 = 135<br />
ProxySvrPort3 = 135<br />
ProxySvrIpAddr3 = 192.168.0.100<br />
<br />
ProxyProto4 = 2 (TCP)<br />
ProxySide4 = 1<br />
ProxyPort4 = 1434<br />
ProxySvrPort4 = 1434<br />
ProxySvrIpAddr4 = 192.168.0.100<br />
<br />
WANItfProt = 2<br />
<br />
<br />
<br />
Basically I have configured the most common ports of SQL Server service for network connection: should I add also the same rules for the opposite side (LAN to EXT) or does the ewon automatically manage the port forward in both sides?<br />
<br />
Am I missing something (other parameter/rule)?<br />
<br />
<br />
Thanks in advance for any help or suggestion and have a nice day!]]></description>
			<content:encoded><![CDATA[Hi all, I need to reach an SQL Server instance located on a PC that is "behind" an Ewon Cosy (IP on LAN 192.168.x.x)<br />
<br />
I have to reach it through the WAN port of the Ewon (Customer network 172.17.x.x) so I'm trying to configure some Port Forwarding rules following your FAQs/guides.<br />
The connection works correctly if I connect from my PC using eCatcher and SQL Management Studio pointing te DB Server "192.168.X.X\SQLEXPRESS", so it seems that SQL is well configured for network access (Network protocols and so on...).<br />
<br />
I'm still not able to reach the SQL Server instance from the WAN port using "172.17.x.x\SQLEXPRESS" address, but it seems that the returned SQL Connection Error change a little depending on the configured rule on the Ewon.<br />
Basically the error says always that is not possible to reach the SQLServer Instance on the network.<br />
<br />
<br />
Has anyone been able to connect succesfully to SQL Server by using port forwarding?<br />
<br />
<br />
Here under the current rules/parameters saved inside the Ewon:<br />
<br />
ProxyEnabled = 1  to enable proxy rules<br />
<br />
ProxyExtItf = 0 (WAN)<br />
<br />
ProxyProto1 = 2 (TCP)<br />
ProxySide1 = 1<br />
ProxyPort1 = 1433<br />
ProxySvrPort1 = 1433<br />
ProxySvrIpAddr1 = 192.168.0.100<br />
<br />
ProxyProto2 = 1 (UDP)<br />
ProxySide2 = 1<br />
ProxyPort2 = 1434<br />
ProxySvrPort2 = 1434<br />
ProxySvrIpAddr2 = 192.168.0.100<br />
<br />
ProxyProto3 = 2 (TCP)<br />
ProxySide3 = 1<br />
ProxyPort3 = 135<br />
ProxySvrPort3 = 135<br />
ProxySvrIpAddr3 = 192.168.0.100<br />
<br />
ProxyProto4 = 2 (TCP)<br />
ProxySide4 = 1<br />
ProxyPort4 = 1434<br />
ProxySvrPort4 = 1434<br />
ProxySvrIpAddr4 = 192.168.0.100<br />
<br />
WANItfProt = 2<br />
<br />
<br />
<br />
Basically I have configured the most common ports of SQL Server service for network connection: should I add also the same rules for the opposite side (LAN to EXT) or does the ewon automatically manage the port forward in both sides?<br />
<br />
Am I missing something (other parameter/rule)?<br />
<br />
<br />
Thanks in advance for any help or suggestion and have a nice day!]]></content:encoded>
		</item>
	</channel>
</rss>