<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/libnodave/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/libnodave/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 11 Aug 2024 07:07:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/libnodave/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Win 64</title><link>https://sourceforge.net/p/libnodave/discussion/205656/thread/a8d853d1/?limit=25#8ab2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm having no luck with win11 and office 365, is there help available anywhere? I have been using it in win10 for years, and I can't aford to be without it now&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Power</dc:creator><pubDate>Sun, 11 Aug 2024 07:07:17 -0000</pubDate><guid>https://sourceforge.net6fdb7774c25f06b98532c870851caa00a987604e</guid></item><item><title>Win 64</title><link>https://sourceforge.net/p/libnodave/discussion/205656/thread/a8d853d1/?limit=25#2e5c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a class="" href="https://filetransfer.io/data-package/O03E67PH#link" rel="nofollow"&gt;I build x64 not stripped version (debug)  &lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Piotr Bzdręga</dc:creator><pubDate>Fri, 05 Jul 2024 17:28:28 -0000</pubDate><guid>https://sourceforge.net6afb5d0926785ee317c86c124346b29426ff769b</guid></item><item><title>OnRead problem</title><link>https://sourceforge.net/p/libnodave/discussion/205657/thread/691311de/?limit=25#c386</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;br/&gt;
I have also problem with OnRead event. I'm using Siemens S7-1200 PLC.&lt;/p&gt;
&lt;p&gt;NoDave.Active := True;&lt;br/&gt;
When I activated NoDave component, I can read data by OnRead event only one time.&lt;br/&gt;
I can't read periodically PLC data.&lt;br/&gt;
In order to read continuously, I was able to turn the Active feature TRUE and FALSE every time.&lt;br/&gt;
Is there any other way to do this?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kazım Metin Kocadağ</dc:creator><pubDate>Fri, 05 Jan 2024 08:07:17 -0000</pubDate><guid>https://sourceforge.netc22bf2258e108ee452c91b51b7274eadea8299c3</guid></item><item><title>LibNoDave &amp; Delphi 2010</title><link>https://sourceforge.net/p/libnodave/discussion/205656/thread/8697eaad/?limit=25#9dff</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;NoDave.Active := True;&lt;br/&gt;
When I activated NoDave component, I can read data by NoDaveRead event only one time.&lt;br/&gt;
I can't read periodically PLC data.&lt;br/&gt;
In order to read continuously, I was able to turn the Active feature TRUE and FALSE every time.&lt;br/&gt;
Is there any other way to do this?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kazım Metin Kocadağ</dc:creator><pubDate>Fri, 05 Jan 2024 07:57:09 -0000</pubDate><guid>https://sourceforge.net85fa0d0be9e61dc6b934a0f33ecafba4cfc89aff</guid></item><item><title>LibNoDave &amp; Delphi 2010</title><link>https://sourceforge.net/p/libnodave/discussion/205656/thread/8697eaad/?limit=25#4b8c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This comment saved me hours of work. Attached are the 2 files, working properly in Delphi 11.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matias_AR</dc:creator><pubDate>Sun, 18 Jun 2023 15:18:52 -0000</pubDate><guid>https://sourceforge.netb60a0558f0007fc2024da90efc9834e42abde658</guid></item><item><title>S7Online error and solution</title><link>https://sourceforge.net/p/libnodave/discussion/205657/thread/aea527ae28/?limit=25#bc89</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear Thomas, and Users,&lt;br/&gt;
I am an electrical engineer and PLC programmer. Usually, I use Siemens standard programs for PLC-PC communication.  I tried libnodave out of curiosity, but it worked well only once in S7Online mode. After restarting the PC again once.   I have now examined the error.&lt;br/&gt;
In libnodave version 0.8.5.1 from line 6379:&lt;br/&gt;
       memset (fdr, 0.80);&lt;br/&gt;
        fdr-&amp;gt; user = 110;&lt;br/&gt;
        fdr-&amp;gt; field6 = 64;&lt;br/&gt;
        fdr-&amp;gt; field8 = 16642;&lt;br/&gt;
        a = _daveSCP_send (((int) dc-&amp;gt; iface-&amp;gt; fd.wfd), dc-&amp;gt; msgOut);&lt;br/&gt;
        daveSCP_receive ((int) (dc-&amp;gt; iface-&amp;gt; fd.rfd), dc-&amp;gt; msgIn);&lt;/p&gt;
&lt;p&gt;This is a TCL (Transport Control Layer) function which is an Open Request. The function returns a value to be referenced for further calls. In my program:&lt;br/&gt;
    nRes = pInitBuffer (lpCon-&amp;gt; pIF, pSnd, TCL_SUBSYS, OPEN_REQ, 0, 0);&lt;br/&gt;
    if (nRes) return nRes;&lt;br/&gt;
    nRes = pRequest (lpCon-&amp;gt; pIF, lpCon-&amp;gt; nTimeOut, pSnd, pRcv, lpSysErr);&lt;br/&gt;
    if (nRes) return nRes;&lt;br/&gt;
    lpCon-&amp;gt; bOpened = TRUE;&lt;br/&gt;
    lpCon-&amp;gt; nReference = pRcv-&amp;gt; TclApp.nReference;&lt;br/&gt;
The above code is available on my website. &lt;br/&gt;
&lt;a class="" href="https://www.matrasoft.hu/S7Com/S7Com.php" rel="nofollow"&gt;S7ComX32&lt;/a&gt;&lt;br/&gt;
I'm sorry, but I use the Visual Studio 2010 with own libraries. Probably you can't compile everything in different environment. But I wrote a dll and you can use it.&lt;br/&gt;
If you have any question, my email: karoly.saly@matrasoft.hu&lt;br/&gt;
(And I,m sorry for my poor English)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Károly Sály</dc:creator><pubDate>Wed, 28 Jul 2021 12:50:58 -0000</pubDate><guid>https://sourceforge.netc1b48fa317349fb165cbb31a11d9edbf79539121</guid></item><item><title>Unabled to connect to PLC after a few/many hours</title><link>https://sourceforge.net/p/libnodave/discussion/205657/thread/040f4cac/?limit=25#6e4c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have exactly same problem. Did you find a solution?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arturas</dc:creator><pubDate>Sun, 01 Nov 2020 11:02:04 -0000</pubDate><guid>https://sourceforge.net01f1c8956c64621cefacbb7acc9149c7df235ecb</guid></item><item><title>Win 64</title><link>https://sourceforge.net/p/libnodave/discussion/205656/thread/a8d853d1/?limit=25#5cbc</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm running it on Win10 x64 - compiled as x86 app&lt;/p&gt;
&lt;p&gt;Cheers, Stephan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephan Berger</dc:creator><pubDate>Fri, 15 Feb 2019 09:24:49 -0000</pubDate><guid>https://sourceforge.net49d13946b2d9e4669aaa0790996073bd7fb2c676</guid></item><item><title>Connection not being disposed properly? [C#]</title><link>https://sourceforge.net/p/libnodave/discussion/205657/thread/9edb9984/?limit=25#3f0e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Did You try using &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;_plcConnection.freePointer();
_plcInterface.disconnectAdapter();
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;btw - I only close connections on error...&lt;/p&gt;
&lt;p&gt;Cheers, Stephan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephan Berger</dc:creator><pubDate>Fri, 15 Feb 2019 09:17:24 -0000</pubDate><guid>https://sourceforge.neta3e1477f8fdd15ec9360866860db3e96285dc56a</guid></item><item><title>Connection not being disposed properly? [C#]</title><link>https://sourceforge.net/p/libnodave/discussion/205657/thread/9edb9984/?limit=25#86c2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Did you get any resolution on this?  I'm having a problem with socket leaks on noisy connections.  I'm getting ready to dig into the c-code to try to figure it out.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wade Ledbetter</dc:creator><pubDate>Tue, 11 Dec 2018 17:31:46 -0000</pubDate><guid>https://sourceforge.netad4a661ee2de551358531001f2fb3a65732253c7</guid></item></channel></rss>