TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Top PLC Programming Languages

3 点作者 oblivionreb大约 5 年前

1 comment

Tomte大约 5 年前
Re: Instruction List<p>&gt; This gives you immediate access to the machine itself<p>I have no idea what that is supposed to mean, IL is no more low-level than ST, it&#x27;s just another interpreted representation.<p>If somebody wants to know the main difference between PLC programming languages (and this is all about superficial syntax):<p>FUP is a sequence of essentially very simple flow charts that connect &quot;function blocks&quot;.<p>IL looks like Assembler. You have registers and load and store instructions.<p>ST looks like Pascal. It has simple control structures like loops and checks.<p>LD is like an electrical plan (and for good reason, it is targetted at electricians who &quot;don&#x27;t know about that new-fangled computer stuff&quot;).