<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>酷德网 - 树莓派 Raspberry PI</title>
    <link>http://bbs.hicodesys.com/forum-141-1.html</link>
    <description>Latest 20 threads of 树莓派 Raspberry PI</description>
    <copyright>Copyright(C) 酷德网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 01 Jun 2026 19:55:26 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.hicodesys.com/static/image/common/logo_88_31.gif</url>
      <title>酷德网</title>
      <link>http://bbs.hicodesys.com/</link>
    </image>
    <item>
      <title>基于树莓派的CODESYS编程(5)——ST语言编程的基础：时间日...</title>
      <link>http://bbs.hicodesys.com/thread-30772-1-1.html</link>
      <description><![CDATA[　　今天这篇文章我们来介绍下CODESYS编程环境下ST语言时间日期数据类型，这是后续编程的基础。　　1、时间数据类型
　　1.1、TIME：长度为32位的时间数据类型，符合PLC编程标准IEC61131-3，分辨率为毫秒。TIME类型的常量以\&quot;T#\&quot;开头，其取值范围为：T#0D0H0M0S0MS~T#49D ...]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>无心飞扬</author>
      <pubDate>Tue, 06 Aug 2024 06:41:35 +0000</pubDate>
    </item>
    <item>
      <title>基于树莓派的CODESYS编程(6)——ST语言编程的基础：字符串...</title>
      <link>http://bbs.hicodesys.com/thread-30771-1-1.html</link>
      <description><![CDATA[　　字符串是一种数据类型，它是字符的集合。不同的编程环境对字符串的处理不尽相同。今天这篇文章，来介绍下CODESYS的字符串数据类型，并与西门子S7-1200/1500进行简单的对比。本文包括如下三个主题：
　　字符串（STRING）；
　　宽字符串（WSTRING）；
　　S7-1200/1 ...]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>无心飞扬</author>
      <pubDate>Tue, 06 Aug 2024 06:27:37 +0000</pubDate>
    </item>
    <item>
      <title>基于CODESYS打造树莓派工业控制器(4)——ST语言编程的基础..</title>
      <link>http://bbs.hicodesys.com/thread-30770-1-1.html</link>
      <description><![CDATA[　　数据类型是编程的基础，这部分知识虽然看似简单，但要完整详细地说出来也不是一件容易的事。今天这篇文章我们来介绍CODESYS编程环境下的数值型数据类型，包括如下几个主题：
　　逻辑数据类型；
　　整数数据类型；
　　浮点数数据类型；
　　子范围类型；　　数值 ...]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>无心飞扬</author>
      <pubDate>Mon, 05 Aug 2024 06:18:12 +0000</pubDate>
    </item>
    <item>
      <title>基于CODESYS打造树莓派工业控制器(3)——理解程序组织单元(...</title>
      <link>http://bbs.hicodesys.com/thread-30769-1-1.html</link>
      <description><![CDATA[　　CODESYS提供符合IEC61131-3标准的编程开发环境。IEC 61131-3是PLC编程开发的国际标准，这个标准将程序的基本单位称为程序组织单元( Program Organisation Unit，POU)，并定义了三种程序组织单元：函数(FC)、函数块(FB)和程序(PROG)。今天这篇文章，我们就来详细介绍 ...]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>无心飞扬</author>
      <pubDate>Mon, 05 Aug 2024 05:56:36 +0000</pubDate>
    </item>
    <item>
      <title>基于CODESYS打造树莓派工业控制器(2)——安装CODESYS运行时</title>
      <link>http://bbs.hicodesys.com/thread-30768-1-1.html</link>
      <description><![CDATA[　　该系列教程目的是使用CODESYS把树莓派打造成一台工业控制器，上一篇文章已经介绍了怎样把树莓派开机并启动SSH连接，今天这篇文章来介绍下怎样在树莓派上安装CODESYS运行时(Runtime)。　　CODESYS运行时(Runtime)是一套软件系统，它能把当前操作系统改造成一台工业控 ...]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>无心飞扬</author>
      <pubDate>Mon, 05 Aug 2024 05:49:13 +0000</pubDate>
    </item>
    <item>
      <title>基于CODESYS打造树莓派工业控制器(2)——安装CODESYS运行时</title>
      <link>http://bbs.hicodesys.com/thread-30767-1-1.html</link>
      <description><![CDATA[　　该系列教程目的是使用CODESYS把树莓派打造成一台工业控制器，上一篇文章已经介绍了怎样把树莓派开机并启动SSH连接，今天这篇文章来介绍下怎样在树莓派上安装CODESYS运行时(Runtime)。　　CODESYS运行时(Runtime)是一套软件系统，它能把当前操作系统改造成一台工业控 ...]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>无心飞扬</author>
      <pubDate>Mon, 05 Aug 2024 05:49:03 +0000</pubDate>
    </item>
    <item>
      <title>基于CODESYS打造树莓派工业控制器(1)--树莓派开机</title>
      <link>http://bbs.hicodesys.com/thread-30766-1-1.html</link>
      <description><![CDATA[　　树莓派(Raspberry  Pi)是一款基于ARM系统的嵌入式微型计算机，它本身只是一个卡片大小的电路板，预留GPIO、USB、蓝牙、Wi-Fi、RJ45网口等接口，用户可以通过外接鼠标、键盘、显示器、音箱等构成一台完整的办公电脑。不过很多人使用它并不是为了办公，而是做一些有趣 ...]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>无心飞扬</author>
      <pubDate>Mon, 05 Aug 2024 03:24:31 +0000</pubDate>
    </item>
    <item>
      <title>Codesys和树莓派连接</title>
      <link>http://bbs.hicodesys.com/thread-30536-1-1.html</link>
      <description><![CDATA[Codesys3.5 SP18,就是目前最新版本的codesys软件可以跟树莓派连接通讯吗，树莓派安装的是Codesys Control Raspberry Pi 3.5.16]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>天蝎逃脱</author>
      <pubDate>Tue, 11 Oct 2022 07:09:28 +0000</pubDate>
    </item>
    <item>
      <title>关于树莓派4B用codesys连接失败以及搜索不到的一个解决方法</title>
      <link>http://bbs.hicodesys.com/thread-28720-1-1.html</link>
      <description><![CDATA[5月初购买了一个树莓派4B，4G版本，打算来自己学学codesys，按照网上大多数的教程，官网上下载好安装包3.5.16和3.5.16的package包，安装好codesys3.5.16，然后也按照教程在包管理器中安装好了package包，但是后面连接树莓派安装runtime过后，总是会出现30就断开然后再也 ...]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>苍山负雪codesys</author>
      <pubDate>Wed, 11 May 2022 14:01:37 +0000</pubDate>
    </item>
    <item>
      <title>Sense HAT LED光阵列无法点亮</title>
      <link>http://bbs.hicodesys.com/thread-28589-1-1.html</link>
      <description><![CDATA[adwPixel_Init: ARRAY[0..63] OF DWORD := 


       [4294901760, 4278255360, 4278190335, 0, 0, 0, 0, 0,
        4294901760, 4278255360, 4278190335, 0, 0, 0, 0, 0, 
        4294901760, 4278255360, 4278190335, 0, 0, 0, 0, 0, 
        4294901760, 4278255]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>ScottLee</author>
      <pubDate>Mon, 24 Jan 2022 01:53:59 +0000</pubDate>
    </item>
    <item>
      <title>树莓派很快就扫描不到</title>
      <link>http://bbs.hicodesys.com/thread-28535-1-1.html</link>
      <description><![CDATA[连接树莓派得时候扫描登陆上十几秒树莓派就扫描不到设备了，只能再点击一下Disable application这个才能再次扫描到]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>18340875699</author>
      <pubDate>Thu, 14 Oct 2021 08:17:16 +0000</pubDate>
    </item>
    <item>
      <title>谁知道codesys和树莓派的GPIO是怎么对应的啊？</title>
      <link>http://bbs.hicodesys.com/thread-28532-1-1.html</link>
      <description><![CDATA[刚开始学树莓派，请问树莓派的GPIO和CODESYS里面的GPIO是怎么对应的啊？]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>波妞的爸爸</author>
      <pubDate>Thu, 07 Oct 2021 03:29:46 +0000</pubDate>
    </item>
    <item>
      <title>谁有CODESYS Control for Raspberry PI 4.1.0.0.package</title>
      <link>http://bbs.hicodesys.com/thread-28490-1-1.html</link>
      <description><![CDATA[买的最新的4b+，那位大佬有CODESYS Control for Raspberry PI 4.1.0.0.package啊？]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>波妞的爸爸</author>
      <pubDate>Wed, 15 Sep 2021 01:51:19 +0000</pubDate>
    </item>
    <item>
      <title>树莓派4B在线不到10秒就掉线</title>
      <link>http://bbs.hicodesys.com/thread-28478-1-1.html</link>
      <description><![CDATA[各位 有没有遇到这样的问题？
codesys 连上树莓派 不到10秒就 掉线，根本就在线解决不了任何问题！
目前 我的配置是
硬件  树莓派4B   
系统  Raspberry Pi OS with desktop and recommended software

[*]Release date: May 7th 2021
[*]Kernel version: 5.10
CODESYS  ...]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>boogline</author>
      <pubDate>Fri, 20 Aug 2021 01:25:42 +0000</pubDate>
    </item>
    <item>
      <title>codesys在update raspberry Pi里扫描不到树莓派</title>
      <link>http://bbs.hicodesys.com/thread-28469-1-1.html</link>
      <description><![CDATA[我看这些东西都配置好了，就是SCAN不到树莓派，好奇怪啊。]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>波妞的爸爸</author>
      <pubDate>Wed, 04 Aug 2021 11:15:52 +0000</pubDate>
    </item>
    <item>
      <title>IoDrvGPIO, 1.0.1.10缺失无法更新的问题</title>
      <link>http://bbs.hicodesys.com/thread-28458-1-1.html</link>
      <description><![CDATA[我安装的是codesys sp16 然后安装的CODESYS Control for Raspberry PI 4.0.1.0，编译器竟然提示编译器是3.5.8.0，很多库都是这个版本，然后我卸载sp16，重新下载sp8，安装树莓包的时候却有提示至少是sp16，重新安装回sp16后，打开默认的工程示例竟然出现一堆的问题，首 ...]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>laonian1987</author>
      <pubDate>Fri, 23 Jul 2021 09:34:26 +0000</pubDate>
    </item>
    <item>
      <title>C0299 codegenerator失败，没有安装需要的插件</title>
      <link>http://bbs.hicodesys.com/thread-28452-1-1.html</link>
      <description><![CDATA[我安装CODESYS许多次了，总是说我没有安装需要的插件。我的SM3_Basic的版本号总是3.5.8. 请问我如何才能完全卸载CODESYS，然后重新装？]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>caixf</author>
      <pubDate>Wed, 07 Jul 2021 14:14:31 +0000</pubDate>
    </item>
    <item>
      <title>有大佬知道树莓派4b v1.2版本能用吗</title>
      <link>http://bbs.hicodesys.com/thread-28439-1-1.html</link>
      <description><![CDATA[我一直scan不到呀，ping能ping通 ssh也打开了用putty也能连接就是在codesys一直scan不到]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>1346943864</author>
      <pubDate>Sun, 13 Jun 2021 12:16:04 +0000</pubDate>
    </item>
    <item>
      <title>树莓派4B使用Ethercat_Master_Softmotion断线之后无法再扫描到伺服</title>
      <link>http://bbs.hicodesys.com/thread-28414-1-1.html</link>
      <description><![CDATA[IDE使用官网最新的：3.5.16.40     package：4.0.1.0;使用Ethercat_Master_Softmotion连接汇川伺服，断线之后就再也扫描不到伺服了？
有知道怎么处理的吗？谢谢！]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>纵5551</author>
      <pubDate>Wed, 21 Apr 2021 07:00:00 +0000</pubDate>
    </item>
    <item>
      <title>树莓派相机</title>
      <link>http://bbs.hicodesys.com/thread-28352-1-1.html</link>
      <description><![CDATA[请教树莓派使用Codesys拍照后照片存在哪里？
IF xTakePicture THEN
]]></description>
      <category>树莓派 Raspberry PI</category>
      <author>jsz873455667</author>
<enclosure url="http://file.hicodesys.com:8181/forum/xTakePicture := FALSE;
END_IF" length="" type="image/jpeg" />      <pubDate>Wed, 03 Feb 2021 03:18:16 +0000</pubDate>
    </item>
  </channel>
</rss>