<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/pbmaster/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pbmaster/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 19 Jan 2021 15:42:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pbmaster/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/pbmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v23
+++ v24
@@ -1,6 +1,6 @@
-# PBMaster - Profibus master
+# PBMaster - Profibus protocol compatible Master

-**The project is published mostly as inspiration and study material, implementation has never been certified and cannot be be probably certified on GNU/Linux or other similar systems without reimplementation of low lever part in ASIC or FPGA. But code has been successfully tested to be compatible with other IEC 61158 (open) standard implementation in past.**
+**The project is published mostly as inspiration and study material, implementation has never been certified and cannot be probably certified on GNU/Linux or other similar systems without reimplementation of low lever part in ASIC or FPGA. But code has been successfully tested to be compatible with other IEC 61158 (open) standard implementation in past.**

 PBMaster is a software implementation of Profibus. The objective is to spread the use of the standard also in low-cost applications by using common hardware and open-source software.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Tue, 19 Jan 2021 15:42:33 -0000</pubDate><guid>https://sourceforge.net25e8baff970f6d660f31009c5ef1cce1f955cc17</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/pbmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -1,4 +1,7 @@
 # PBMaster - Profibus master
+
+**The project is published mostly as inspiration and study material, implementation has never been certified and cannot be be probably certified on GNU/Linux or other similar systems without reimplementation of low lever part in ASIC or FPGA. But code has been successfully tested to be compatible with other IEC 61158 (open) standard implementation in past.**
+
 PBMaster is a software implementation of Profibus. The objective is to spread the use of the standard also in low-cost applications by using common hardware and open-source software.

 Although the Profibus was initially standardized in the late 1980s it is not easy to find any material to help design and system engineers develop new products. Nowadays Profibus still seems to be a domain of professional applications and commercial solutions. The main reason is probably based on the **high price of all Profibus products**, whether hardware or software solutions.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Tue, 19 Jan 2021 15:35:10 -0000</pubDate><guid>https://sourceforge.net2e2df710eda5a472ae306cb75354b12f92654b44</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/pbmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -6,12 +6,12 @@
 The PBMaster project comes with its solution in the field of this popular industrial bus. The key to achieving these objectives is in using common **inexpensive hardware** and **open source software**. Presently, the software runs on several operating systems (Linux, FreeBSD and NetBSD) and sys-less embedded hardware based on the ARM architecture. The objectives are to offer multi-platform drivers, libraries and applications capable of carrying out the master, slave and analyzer functions of the Profibus DP. In the future the project will try to offer a complex and inexpensive solution with open code for applications using Profibus DP. The project's components are released under the GNU General Public License v.2 or later version.

 Next sources of the information and code has been used during development:
-* uLAN project -- http://sourceforge.net/projects/ulan (open multimaster protocol for RS-485 communication)
-* ProfiM http://sourceforge.net/projects/profim (preceeding open source Profibus implementation for Windows)
-* Petr Smolik and Pavel Pisa, authors of uLAN project and leaders of ProfiM and PBMaster project at the Czech Technical University
+  * uLAN project -- http://sourceforge.net/projects/ulan (open multimaster protocol for RS-485 communication)
+  * ProfiM http://sourceforge.net/projects/profim (preceeding open source Profibus implementation for Windows)
+  * Petr Smolik and Pavel Pisa, authors of uLAN project and leaders of ProfiM and PBMaster project at the Czech Technical University

 Publications:
-* [RTLWS11](https://www.osadl.org/RTLF-RTLWS.rtlf-rtlws.0.html) Paper [PBMaster - An Open Implementation of Profibus DP](http://pbmaster.sourceforge.net/files/pbmaster-rtlws11.pdf)
+  * [RTLWS11](https://www.osadl.org/RTLF-RTLWS.rtlf-rtlws.0.html) Paper [PBMaster - An Open Implementation of Profibus DP](http://pbmaster.sourceforge.net/files/pbmaster-rtlws11.pdf)

 [FAQ](FAQ)
 [Supported Hardware](hardware)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Thu, 04 Apr 2019 12:35:46 -0000</pubDate><guid>https://sourceforge.netef08025dcf94df9da726ebed94ce395c4092d37f</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/pbmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -6,12 +6,12 @@
 The PBMaster project comes with its solution in the field of this popular industrial bus. The key to achieving these objectives is in using common **inexpensive hardware** and **open source software**. Presently, the software runs on several operating systems (Linux, FreeBSD and NetBSD) and sys-less embedded hardware based on the ARM architecture. The objectives are to offer multi-platform drivers, libraries and applications capable of carrying out the master, slave and analyzer functions of the Profibus DP. In the future the project will try to offer a complex and inexpensive solution with open code for applications using Profibus DP. The project's components are released under the GNU General Public License v.2 or later version.

 Next sources of the information and code has been used during development:
-  * uLAN project -- http://sourceforge.net/projects/ulan (open multimaster protocol for RS-485 communication)
-  * ProfiM http://sourceforge.net/projects/profim (preceeding open source Profibus implementation for Windows)
-  * Petr Smolik and Pavel Pisa, authors of uLAN project and leaders of ProfiM and PBMaster project at the Czech Technical University
+* uLAN project -- http://sourceforge.net/projects/ulan (open multimaster protocol for RS-485 communication)
+* ProfiM http://sourceforge.net/projects/profim (preceeding open source Profibus implementation for Windows)
+* Petr Smolik and Pavel Pisa, authors of uLAN project and leaders of ProfiM and PBMaster project at the Czech Technical University

 Publications:
-  * [RTLWS11](https://www.osadl.org/RTLF-RTLWS.rtlf-rtlws.0.html) Paper [PBMaster - An Open Implementation of Profibus DP](http://pbmaster.sourceforge.net/files/pbmaster-rtlws11.pdf)
+* [RTLWS11](https://www.osadl.org/RTLF-RTLWS.rtlf-rtlws.0.html) Paper [PBMaster - An Open Implementation of Profibus DP](http://pbmaster.sourceforge.net/files/pbmaster-rtlws11.pdf)

 [FAQ](FAQ)
 [Supported Hardware](hardware)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Thu, 04 Apr 2019 12:35:15 -0000</pubDate><guid>https://sourceforge.net8c39ed31f75bd886a2d47131dfa7be3385b68c1d</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/pbmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -6,9 +6,12 @@
 The PBMaster project comes with its solution in the field of this popular industrial bus. The key to achieving these objectives is in using common **inexpensive hardware** and **open source software**. Presently, the software runs on several operating systems (Linux, FreeBSD and NetBSD) and sys-less embedded hardware based on the ARM architecture. The objectives are to offer multi-platform drivers, libraries and applications capable of carrying out the master, slave and analyzer functions of the Profibus DP. In the future the project will try to offer a complex and inexpensive solution with open code for applications using Profibus DP. The project's components are released under the GNU General Public License v.2 or later version.

 Next sources of the information and code has been used during development:
- * uLAN project -- http://sourceforge.net/projects/ulan (open multimaster protocol for RS-485 communication)
- * ProfiM http://sourceforge.net/projects/profim (preceeding open source Profibus implementation for Windows)
- * Petr Smolik and Pavel Pisa, authors of uLAN project and leaders of ProfiM and PBMaster project at the Czech Technical University
+  * uLAN project -- http://sourceforge.net/projects/ulan (open multimaster protocol for RS-485 communication)
+  * ProfiM http://sourceforge.net/projects/profim (preceeding open source Profibus implementation for Windows)
+  * Petr Smolik and Pavel Pisa, authors of uLAN project and leaders of ProfiM and PBMaster project at the Czech Technical University
+
+Publications:
+  * [RTLWS11](https://www.osadl.org/RTLF-RTLWS.rtlf-rtlws.0.html) Paper [PBMaster - An Open Implementation of Profibus DP](http://pbmaster.sourceforge.net/files/pbmaster-rtlws11.pdf)

 [FAQ](FAQ)
 [Supported Hardware](hardware)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Thu, 04 Apr 2019 12:34:24 -0000</pubDate><guid>https://sourceforge.nete463d51a3996816ff5d5dae118e92d1847b57094</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/pbmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -20,6 +20,7 @@
 [Repository](repository)
 [Structure](structure)
 [Targets](targets)
+[Profibus introduction](profibus-introduction)
 [Profibus FDL](profibus-fdl)

 [[project_screenshots]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Fri, 29 Mar 2019 17:11:55 -0000</pubDate><guid>https://sourceforge.net64687e501fbc31c26aaa9e467708c5bfb101481b</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/pbmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -20,7 +20,7 @@
 [Repository](repository)
 [Structure](structure)
 [Targets](targets)
-[Prfibus FDL](profibus-fdl)
+[Profibus FDL](profibus-fdl)

 [[project_screenshots]]
 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Fri, 29 Mar 2019 17:09:08 -0000</pubDate><guid>https://sourceforge.net71b8e98807892969c13e5e99e85576cf1945dc07</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/pbmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -20,6 +20,7 @@
 [Repository](repository)
 [Structure](structure)
 [Targets](targets)
+[Prfibus FDL](profibus-fdl)

 [[project_screenshots]]
 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Fri, 29 Mar 2019 17:08:55 -0000</pubDate><guid>https://sourceforge.net064d247d477a5a819f3c6320e408d5667286d9a8</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/pbmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -19,6 +19,7 @@
 [Performance Measurement](performance-measurement)
 [Repository](repository)
 [Structure](structure)
+[Targets](targets)

 [[project_screenshots]]
 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Fri, 29 Mar 2019 17:07:06 -0000</pubDate><guid>https://sourceforge.net44d592c73cfc34143091618462d41d5d9d415c84</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/pbmaster/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -18,6 +18,7 @@
 [PBMaster Use Example](use-example)
 [Performance Measurement](performance-measurement)
 [Repository](repository)
+[Structure](structure)

 [[project_screenshots]]
 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Fri, 29 Mar 2019 17:03:51 -0000</pubDate><guid>https://sourceforge.net0b7ee2d87adaf0b4e7af6fe4c29ffeb9bd6ddf10</guid></item></channel></rss>