好的,我们来理清这三种PLC编程语言的区别。它们都是IEC 61131-3标准定义的可编程逻辑控制器(PLC)语言,但特点和适用场景不同:
1. ST (Structured Text)
- 定位: 高级文本化语言。
- 特点:
- 语法类似Pascal或C语言,易读性强。
- 支持复杂的数学运算、逻辑判断、循环结构(如IF…THEN…ELSE, CASE, FOR, WHILE)。
- 适合实现算法、数据处理、复杂逻辑控制。
- 代码结构清晰,便于维护大型程序。
- 适用场景: 复杂计算、算法实现、数据处理、状态机、需要清晰结构的程序。
- 示例代码片段:
IF Temperature > Setpoint THEN
HeaterPower := 0;
CoolerPower := MaxPower;
ELSIF Temperature < (Setpoint – Hysteresis) THEN
HeaterPower := MaxPower;
CoolerPower := 0;
ELSE
HeaterPower := 0;
CoolerPower := 0;
END_IF;
2. STL (Statement List)
- 定位: 低级文本化语言(类似汇编)。
- 特点:
- 基于指令列表,每条指令操作累加器(ACCU)和状态位(RLO)。
- 代码紧凑,执行效率通常很高。
- 可读性差,理解和维护困难(尤其对新手)。
- 直接操作位、字节、字等存储区。
- 适用场景: 对执行速度要求极高的简单逻辑、需要精确控制存储区操作、遗留程序维护。在现代编程中,除非必要,一般较少主动选择使用STL编写新程序。
- 示例代码片段:
A I0.0 // 检查输入 I0.0 (AND 操作)
AN I0.1 // 检查输入 I0.1 是否 NOT (AND NOT)
= Q0.0 // 将结果输出到 Q0.0
L MW10 // 将 MW10 的值加载到累加器 1
T MW20 // 将累加器 1 的值传输到 MW20
https://gitee.com/artinchip/d215/issues/IH5I8W https://gitee.com/artinchip/d215/issues/IH5I8B https://gitee.com/artinchip/d215/issues/IH5I84 https://gitee.com/artinchip/d215/issues/IH5I7L https://gitee.com/artinchip/d215/issues/IH5I7A https://gitee.com/artinchip/d215/issues/IH5I6S https://gitee.com/artinchip/d215/issues/IH5I6I https://gitee.com/artinchip/d215/issues/IH5I60 https://gitee.com/artinchip/d215/issues/IH5I5M https://gitee.com/artinchip/d215/issues/IH5I5B https://gitee.com/artinchip/d215/issues/IH5I4S https://gitee.com/artinchip/d215/issues/IH5I4E https://gitee.com/artinchip/d215/issues/IH5I3X https://gitee.com/artinchip/d215/issues/IH5I3N https://gitee.com/artinchip/d215/issues/IH5I32 https://gitee.com/artinchip/d215/issues/IH5I2R https://gitee.com/artinchip/d215/issues/IH5I2D https://gitee.com/artinchip/d215/issues/IH5I22 https://gitee.com/artinchip/d215/issues/IH5I1S https://gitee.com/artinchip/d215/issues/IH5I1E https://gitee.com/artinchip/d215/issues/IH5I18 https://gitee.com/artinchip/d215/issues/IH5I0W https://gitee.com/artinchip/d215/issues/IH5I0K https://gitee.com/artinchip/d215/issues/IH5I0C https://gitee.com/artinchip/d215/issues/IH5HZY https://gitee.com/artinchip/d215/issues/IH5HZP https://gitee.com/artinchip/d215/issues/IH5HZF https://gitee.com/artinchip/d215/issues/IH5HZ0 https://gitee.com/artinchip/d215/issues/IH5HYR https://gitee.com/artinchip/d215/issues/IH5HYB https://gitee.com/artinchip/d215/issues/IH5HXZ https://gitee.com/artinchip/d215/issues/IH5HXQ https://gitee.com/artinchip/d215/issues/IH5HXB https://gitee.com/artinchip/d215/issues/IH5HWV https://gitee.com/artinchip/d215/issues/IH5HWK https://gitee.com/artinchip/d215/issues/IH5HW7 https://gitee.com/artinchip/d215/issues/IH5HVU https://gitee.com/artinchip/d215/issues/IH5HVF https://gitee.com/artinchip/d215/issues/IH5HV2 https://gitee.com/artinchip/d215/issues/IH5HUN https://gitee.com/artinchip/d215/issues/IH5HUD https://gitee.com/artinchip/d215/issues/IH5HU3 https://gitee.com/artinchip/d215/issues/IH5HTM https://gitee.com/artinchip/d215/issues/IH5HSY https://gitee.com/artinchip/d215/issues/IH5HRW https://gitee.com/artinchip/d215/issues/IH5HQW https://gitee.com/artinchip/d215/issues/IH5HPR https://gitee.com/artinchip/d215/issues/IH5HON https://gitee.com/artinchip/d215/issues/IH5HNN https://gitee.com/artinchip/d215/issues/IH5HMS https://gitee.com/artinchip/d215/issues/IH5HLV https://gitee.com/artinchip/d215/issues/IH5HKU https://gitee.com/artinchip/d215/issues/IH5HJU https://gitee.com/artinchip/d215/issues/IH5HIR https://gitee.com/artinchip/d215/issues/IH5HHQ https://gitee.com/artinchip/d215/issues/IH5HGT https://gitee.com/artinchip/d215/issues/IH5HFT https://gitee.com/artinchip/d215/issues/IH5HEQ https://gitee.com/artinchip/d215/issues/IH5HDR https://gitee.com/artinchip/d215/issues/IH5HCM https://gitee.com/artinchip/d215/issues/IH5HBR https://gitee.com/artinchip/d215/issues/IH5HAT https://gitee.com/artinchip/d215/issues/IH5H9T https://gitee.com/artinchip/d215/issues/IH5H8Q https://gitee.com/artinchip/d215/issues/IH5H7N https://gitee.com/artinchip/d215/issues/IH5H6H https://gitee.com/artinchip/d215/issues/IH5H5E https://gitee.com/artinchip/d215/issues/IH5H4G https://gitee.com/artinchip/d215/issues/IH5H38 https://gitee.com/artinchip/d215/issues/IH5H24 https://gitee.com/artinchip/d215/issues/IH5H15 https://gitee.com/artinchip/d215/issues/IH5GZR https://gitee.com/artinchip/d215/issues/IH5GYR https://gitee.com/artinchip/d215/issues/IH5GXL https://gitee.com/artinchip/d215/issues/IH5GWI https://gitee.com/artinchip/d215/issues/IH5GVC https://gitee.com/artinchip/d215/issues/IH5GUE https://gitee.com/artinchip/d215/issues/IH5GT8 https://gitee.com/artinchip/d215/issues/IH5GS0 https://gitee.com/artinchip/d215/issues/IH5GR3 https://gitee.com/artinchip/d215/issues/IH5GPW https://gitee.com/artinchip/d215/issues/IH5GOR https://gitee.com/artinchip/d215/issues/IH5GOI https://gitee.com/artinchip/d215/issues/IH5GNZ https://gitee.com/artinchip/d215/issues/IH5GNP https://gitee.com/artinchip/d215/issues/IH5GNE https://gitee.com/artinchip/d215/issues/IH5GMY https://gitee.com/artinchip/d215/issues/IH5GMO https://gitee.com/artinchip/d215/issues/IH5GMB https://gitee.com/artinchip/d215/issues/IH5GM1 https://gitee.com/artinchip/d215/issues/IH5GLK https://gitee.com/artinchip/d215/issues/IH5GL6 https://gitee.com/artinchip/d215/issues/IH5GKO https://gitee.com/artinchip/d215/issues/IH5GKD https://gitee.com/artinchip/d215/issues/IH5GJR https://gitee.com/artinchip/d215/issues/IH5GJJ https://gitee.com/artinchip/d215/issues/IH5GJ7 https://gitee.com/artinchip/d215/issues/IH5GIS https://gitee.com/artinchip/d215/issues/IH5GIE https://gitee.com/artinchip/d215/issues/IH5GHV https://gitee.com/artinchip/d215/issues/IH5GHL https://gitee.com/artinchip/d215/issues/IH5GH3 https://gitee.com/artinchip/d215/issues/IH5GGO https://gitee.com/artinchip/d215/issues/IH5GGB https://gitee.com/artinchip/d215/issues/IH5GFX https://gitee.com/artinchip/d215/issues/IH5GFK https://gitee.com/artinchip/d215/issues/IH5GFA https://gitee.com/artinchip/d215/issues/IH5GES https://gitee.com/artinchip/d215/issues/IH5GEL https://gitee.com/artinchip/d215/issues/IH5GE4 https://gitee.com/artinchip/d215/issues/IH5GDU https://gitee.com/artinchip/d215/issues/IH5GDH https://gitee.com/artinchip/d215/issues/IH5GD2 https://gitee.com/artinchip/d215/issues/IH5GCL https://gitee.com/artinchip/d215/issues/IH5GC4 https://gitee.com/artinchip/d215/issues/IH5GBT https://gitee.com/artinchip/d215/issues/IH5GBG https://gitee.com/artinchip/d215/issues/IH5GB4 https://gitee.com/artinchip/d215/issues/IH5GAR https://gitee.com/artinchip/d215/issues/IH5GAE https://gitee.com/artinchip/d215/issues/IH5G9V https://gitee.com/artinchip/d215/issues/IH5G9L https://gitee.com/artinchip/d215/issues/IH5G93 https://gitee.com/artinchip/d215/issues/IH5G8W https://gitee.com/artinchip/d215/issues/IH5G8H https://gitee.com/artinchip/d215/issues/IH5G7Z https://gitee.com/artinchip/d215/issues/IH5G7S https://gitee.com/artinchip/d215/issues/IH5G7B https://gitee.com/artinchip/d215/issues/IH5G73 https://gitee.com/artinchip/d215/issues/IH5G6L https://gitee.com/artinchip/d215/issues/IH5G6B https://gitee.com/artinchip/d215/issues/IH5G5S https://gitee.com/artinchip/d215/issues/IH5G5H https://gitee.com/artinchip/d215/issues/IH5G56 https://gitee.com/artinchip/d215/issues/IH5G4O https://gitee.com/artinchip/d215/issues/IH5G4I https://gitee.com/artinchip/d215/issues/IH5G44 https://gitee.com/artinchip/d215/issues/IH5G3Q https://gitee.com/artinchip/d215/issues/IH5G3D https://gitee.com/artinchip/d215/issues/IH5G2Z https://gitee.com/artinchip/d215/issues/IH5G2K https://gitee.com/artinchip/d215/issues/IH5G2C https://gitee.com/artinchip/d215/issues/IH5G21 https://gitee.com/artinchip/d215/issues/IH5G1L https://gitee.com/artinchip/d215/issues/IH5G14 https://gitee.com/artinchip/d215/issues/IH5G0Q https://gitee.com/artinchip/d215/issues/IH5G0D https://gitee.com/artinchip/d215/issues/IH5FZX https://gitee.com/artinchip/d215/issues/IH5FZO https://gitee.com/artinchip/d215/issues/IH5FZ7 https://gitee.com/artinchip/d215/issues/IH5FYV https://gitee.com/artinchip/d215/issues/IH5E1H https://gitee.com/artinchip/d215/issues/IH5E0T https://gitee.com/artinchip/d215/issues/IH5E0F https://gitee.com/artinchip/d215/issues/IH5DZX https://gitee.com/artinchip/d215/issues/IH5DZC https://gitee.com/artinchip/d215/issues/IH5DYY https://gitee.com/artinchip/d215/issues/IH5DYD https://gitee.com/artinchip/d215/issues/IH5DY3 https://gitee.com/artinchip/d215/issues/IH5DXK https://gitee.com/artinchip/d215/issues/IH5DX5 https://gitee.com/artinchip/d215/issues/IH5DWS https://gitee.com/artinchip/d215/issues/IH5DW5 https://gitee.com/artinchip/d215/issues/IH5DVT https://gitee.com/artinchip/d215/issues/IH5DVF https://gitee.com/artinchip/d215/issues/IH5DUW https://gitee.com/artinchip/d215/issues/IH5DUM https://gitee.com/artinchip/d215/issues/IH5DTY https://gitee.com/artinchip/d215/issues/IH5DTM https://gitee.com/artinchip/d215/issues/IH5DT6 https://gitee.com/artinchip/d215/issues/IH5DSQ https://gitee.com/artinchip/d215/issues/IH5DS9 https://gitee.com/artinchip/d215/issues/IH5DRO https://gitee.com/artinchip/d215/issues/IH5DRB https://gitee.com/artinchip/d215/issues/IH5DQS https://gitee.com/artinchip/d215/issues/IH5DQD https://gitee.com/artinchip/d215/issues/IH5DPW https://gitee.com/artinchip/d215/issues/IH5DPD https://gitee.com/artinchip/d215/issues/IH5DP0 https://gitee.com/artinchip/d215/issues/IH5DOJ https://gitee.com/artinchip/d215/issues/IH5DO9 https://gitee.com/artinchip/d215/issues/IH5DNQ https://gitee.com/artinchip/d215/issues/IH5DN7 https://gitee.com/artinchip/d215/issues/IH5DMT https://gitee.com/artinchip/d215/issues/IH5DMG https://gitee.com/artinchip/d215/issues/IH5DLZ https://gitee.com/artinchip/d215/issues/IH5DLI https://gitee.com/artinchip/d215/issues/IH5DL2 https://gitee.com/artinchip/d215/issues/IH5DKM https://gitee.com/artinchip/d215/issues/IH5DK6 https://gitee.com/artinchip/d215/issues/IH5DJB https://gitee.com/artinchip/d215/issues/IH5DII https://gitee.com/artinchip/d215/issues/IH5DHN https://gitee.com/artinchip/d215/issues/IH5DH8 https://gitee.com/artinchip/d215/issues/IH5DGW https://gitee.com/artinchip/d215/issues/IH5DGF https://gitee.com/artinchip/d215/issues/IH5DG3 https://gitee.com/artinchip/d215/issues/IH5DFN https://gitee.com/artinchip/d215/issues/IH5DF7 https://gitee.com/artinchip/d215/issues/IH5DES https://gitee.com/artinchip/d215/issues/IH5DEC https://gitee.com/artinchip/d215/issues/IH5DDV https://gitee.com/artinchip/d215/issues/IH5DDF https://gitee.com/artinchip/d215/issues/IH5DD2 https://gitee.com/artinchip/d215/issues/IH5DCN https://gitee.com/artinchip/d215/issues/IH5DC9 https://gitee.com/artinchip/d215/issues/IH5DBV https://gitee.com/artinchip/d215/issues/IH5DBE https://gitee.com/artinchip/d215/issues/IH5DB3 https://gitee.com/artinchip/d215/issues/IH5DAM https://gitee.com/artinchip/d215/issues/IH5DA7 https://gitee.com/artinchip/d215/issues/IH5D9S https://gitee.com/artinchip/d215/issues/IH5D99 https://gitee.com/artinchip/d215/issues/IH5D8V https://gitee.com/artinchip/d215/issues/IH5D8G https://gitee.com/artinchip/d215/issues/IH5D7X https://gitee.com/artinchip/d215/issues/IH5D7E https://gitee.com/artinchip/d215/issues/IH5D6Z https://gitee.com/artinchip/d215/issues/IH5D6O https://gitee.com/artinchip/d215/issues/IH5D66 https://gitee.com/artinchip/d215/issues/IH5D5T https://gitee.com/artinchip/d215/issues/IH5D5H https://gitee.com/artinchip/d215/issues/IH5D57 https://gitee.com/artinchip/d215/issues/IH5D4U https://gitee.com/artinchip/d215/issues/IH5D4G https://gitee.com/artinchip/d215/issues/IH5D43 https://gitee.com/artinchip/d215/issues/IH5D3R https://gitee.com/artinchip/d215/issues/IH5D3F https://gitee.com/artinchip/d215/issues/IH5D33 https://gitee.com/artinchip/d215/issues/IH5D2Q https://gitee.com/artinchip/d215/issues/IH5D2E https://gitee.com/artinchip/d215/issues/IH5D27 https://gitee.com/artinchip/d215/issues/IH5D1T https://gitee.com/artinchip/d215/issues/IH5D1F https://gitee.com/artinchip/d215/issues/IH5D0Z https://gitee.com/artinchip/d215/issues/IH5D0O https://gitee.com/artinchip/d215/issues/IH5D0D https://gitee.com/artinchip/d215/issues/IH5D07 https://gitee.com/artinchip/d215/issues/IH5CZX https://gitee.com/artinchip/d215/issues/IH5CZN https://gitee.com/artinchip/d215/issues/IH5CZF https://gitee.com/artinchip/d215/issues/IH5CZ4 https://gitee.com/artinchip/d215/issues/IH5CYV https://gitee.com/artinchip/d215/issues/IH5CYO https://gitee.com/artinchip/d215/issues/IH5CYG https://gitee.com/artinchip/d215/issues/IH5CY6 https://gitee.com/artinchip/d215/issues/IH5CXZ https://gitee.com/artinchip/d215/issues/IH5CXO https://gitee.com/artinchip/d215/issues/IH5CXF https://gitee.com/artinchip/d215/issues/IH5CX4 https://gitee.com/artinchip/d215/issues/IH5CWW https://gitee.com/artinchip/d215/issues/IH5CWO https://gitee.com/artinchip/d215/issues/IH5CWF https://gitee.com/artinchip/d215/issues/IH5CW6 https://gitee.com/artinchip/d215/issues/IH5CVU https://gitee.com/artinchip/d215/issues/IH5CVL https://gitee.com/artinchip/d215/issues/IH5CVA https://gitee.com/artinchip/d215/issues/IH5CV1 https://gitee.com/artinchip/d215/issues/IH5CUT https://gitee.com/artinchip/d215/issues/IH5CUJ https://gitee.com/artinchip/d215/issues/IH5CUA https://gitee.com/artinchip/d215/issues/IH5CU3 https://gitee.com/artinchip/d215/issues/IH5CTP https://gitee.com/artinchip/d215/issues/IH5CTH https://gitee.com/artinchip/d215/issues/IH5CT7 https://gitee.com/artinchip/d215/issues/IH5CSX https://gitee.com/artinchip/d215/issues/IH5CSN https://gitee.com/artinchip/d215/issues/IH5CSE https://gitee.com/artinchip/d215/issues/IH5CS5 https://gitee.com/artinchip/d215/issues/IH5CRY https://gitee.com/artinchip/d215/issues/IH5CRQ https://gitee.com/artinchip/d215/issues/IH5CRF https://gitee.com/artinchip/d215/issues/IH5CR6 https://gitee.com/artinchip/d215/issues/IH5CQX https://gitee.com/artinchip/d215/issues/IH5CQP https://gitee.com/artinchip/d215/issues/IH5CQE https://gitee.com/artinchip/d215/issues/IH5CQ8 https://gitee.com/artinchip/d215/issues/IH5CPX https://gitee.com/artinchip/d215/issues/IH5CPM https://gitee.com/artinchip/d215/issues/IH5CPB https://gitee.com/artinchip/d215/issues/IH5CP2 https://gitee.com/artinchip/d215/issues/IH5COT https://gitee.com/artinchip/d215/issues/IH5COJ https://gitee.com/artinchip/d215/issues/IH5COA https://gitee.com/artinchip/d215/issues/IH5CNZ https://gitee.com/artinchip/d215/issues/IH5CNR https://gitee.com/artinchip/d215/issues/IH5CN9 https://gitee.com/artinchip/d215/issues/IH5CMK https://gitee.com/artinchip/d215/issues/IH5CLT https://gitee.com/artinchip/d215/issues/IH5CL8 https://gitee.com/artinchip/d215/issues/IH5CKY https://gitee.com/artinchip/d215/issues/IH5CKQ https://gitee.com/artinchip/d215/issues/IH5CKF https://gitee.com/artinchip/d215/issues/IH5CK6 https://gitee.com/artinchip/d215/issues/IH5CJX https://gitee.com/artinchip/d215/issues/IH5CJO https://gitee.com/artinchip/d215/issues/IH5CJE https://gitee.com/artinchip/d215/issues/IH5CJ5 https://gitee.com/artinchip/d215/issues/IH5CIW https://gitee.com/artinchip/d215/issues/IH5CIJ https://gitee.com/artinchip/d215/issues/IH5CIA https://gitee.com/artinchip/d215/issues/IH5CI1 https://gitee.com/artinchip/d215/issues/IH5CHR https://gitee.com/artinchip/d215/issues/IH5CHJ https://gitee.com/artinchip/d215/issues/IH5CH5 https://gitee.com/artinchip/d215/issues/IH5CGX https://gitee.com/artinchip/d215/issues/IH5CGN https://gitee.com/artinchip/d215/issues/IH5CGC https://gitee.com/artinchip/d215/issues/IH5CG3 https://gitee.com/artinchip/d215/issues/IH5CFT https://gitee.com/artinchip/d215/issues/IH5CFJ https://gitee.com/artinchip/d215/issues/IH5CFB https://gitee.com/artinchip/d215/issues/IH5CF2 https://gitee.com/artinchip/d215/issues/IH5CEO https://gitee.com/artinchip/d215/issues/IH5CEG https://gitee.com/artinchip/d215/issues/IH5CE6 https://gitee.com/artinchip/d215/issues/IH5CDU https://gitee.com/artinchip/d215/issues/IH5CDN https://gitee.com/artinchip/d215/issues/IH5CDC https://gitee.com/artinchip/d215/issues/IH5CD1 https://gitee.com/artinchip/d215/issues/IH5CCU https://gitee.com/artinchip/d215/issues/IH5CCJ https://gitee.com/artinchip/d215/issues/IH5CC9 https://gitee.com/artinchip/d215/issues/IH5CC2 https://gitee.com/artinchip/d215/issues/IH5CBO https://gitee.com/artinchip/d215/issues/IH5CBG https://gitee.com/artinchip/d215/issues/IH5CB6 https://gitee.com/artinchip/d215/issues/IH5CAV https://gitee.com/artinchip/d215/issues/IH5CAP https://gitee.com/artinchip/d215/issues/IH5CAE https://gitee.com/artinchip/d215/issues/IH5CA4 https://gitee.com/artinchip/d215/issues/IH5C9T https://gitee.com/artinchip/d215/issues/IH5C9K https://gitee.com/artinchip/d215/issues/IH5C9B https://gitee.com/artinchip/d215/issues/IH5C91 https://gitee.com/artinchip/d215/issues/IH5C8S https://gitee.com/artinchip/d215/issues/IH5C8H https://gitee.com/artinchip/d215/issues/IH5C87 https://gitee.com/artinchip/d215/issues/IH5C7V https://gitee.com/artinchip/d215/issues/IH5C7K https://gitee.com/artinchip/d215/issues/IH5C7C https://gitee.com/artinchip/d215/issues/IH5C72 https://gitee.com/artinchip/d215/issues/IH5C6T https://gitee.com/artinchip/d215/issues/IH5C6G https://gitee.com/artinchip/d215/issues/IH5C66 https://gitee.com/artinchip/d215/issues/IH5C5X https://gitee.com/artinchip/d215/issues/IH5C5N https://gitee.com/artinchip/d215/issues/IH5C5C https://gitee.com/artinchip/d215/issues/IH5C4Z https://gitee.com/artinchip/d215/issues/IH5C4N https://gitee.com/artinchip/d215/issues/IH5C49 https://gitee.com/artinchip/d215/issues/IH5C3Y https://gitee.com/artinchip/d215/issues/IH5C3Q https://gitee.com/artinchip/d215/issues/IH5C3D https://gitee.com/artinchip/d215/issues/IH5C31 https://gitee.com/artinchip/d215/issues/IH5C2P https://gitee.com/artinchip/d215/issues/IH5C2B https://gitee.com/artinchip/d215/issues/IH5C21 https://gitee.com/artinchip/d215/issues/IH5C1N https://gitee.com/artinchip/d215/issues/IH5C1A https://gitee.com/artinchip/d215/issues/IH5C0Y https://gitee.com/artinchip/d215/issues/IH5C0M https://gitee.com/artinchip/d215/issues/IH5C0A https://gitee.com/artinchip/d215/issues/IH5C00 https://gitee.com/artinchip/d215/issues/IH5BZO https://gitee.com/artinchip/d215/issues/IH5BZA https://gitee.com/artinchip/d215/issues/IH5BZ0 https://gitee.com/artinchip/d215/issues/IH5BYL https://gitee.com/artinchip/d215/issues/IH5BY6 https://gitee.com/artinchip/d215/issues/IH5BXV https://gitee.com/artinchip/d215/issues/IH5BXF https://gitee.com/artinchip/d215/issues/IH5BX4 https://gitee.com/artinchip/d215/issues/IH5BWT https://gitee.com/artinchip/d215/issues/IH5BWF https://gitee.com/artinchip/d215/issues/IH5BW5 https://gitee.com/artinchip/d215/issues/IH5BVP https://gitee.com/artinchip/d215/issues/IH5BVC https://gitee.com/artinchip/d215/issues/IH5BUT https://gitee.com/artinchip/d215/issues/IH5BUE https://gitee.com/artinchip/d215/issues/IH5BTW https://gitee.com/artinchip/d215/issues/IH5BTG https://gitee.com/artinchip/d215/issues/IH5BT2 https://gitee.com/artinchip/d215/issues/IH5BSQ https://gitee.com/artinchip/d215/issues/IH5BS7 https://gitee.com/artinchip/d215/issues/IH5BRU https://gitee.com/artinchip/d215/issues/IH5BRB https://gitee.com/artinchip/d215/issues/IH5BQV https://gitee.com/artinchip/d215/issues/IH5BQH https://gitee.com/artinchip/d215/issues/IH5BPW https://gitee.com/artinchip/d215/issues/IH5BPG https://gitee.com/artinchip/d215/issues/IH5BOW https://gitee.com/artinchip/d215/issues/IH5BOI https://gitee.com/artinchip/d215/issues/IH5BO2 https://gitee.com/artinchip/d215/issues/IH5BNP https://gitee.com/artinchip/d215/issues/IH5BN5 https://gitee.com/artinchip/d215/issues/IH5BMO https://gitee.com/artinchip/d215/issues/IH5BM5 https://gitee.com/artinchip/d215/issues/IH5BLS https://gitee.com/artinchip/d215/issues/IH5BL9 https://gitee.com/artinchip/d215/issues/IH5BKV https://gitee.com/artinchip/d215/issues/IH5BKG https://gitee.com/artinchip/d215/issues/IH5BJW https://gitee.com/artinchip/d215/issues/IH5BJL https://gitee.com/artinchip/d215/issues/IH5BJ4 https://gitee.com/artinchip/d215/issues/IH5BIN https://gitee.com/artinchip/d215/issues/IH5BI6 https://gitee.com/artinchip/d215/issues/IH5BHQ https://gitee.com/artinchip/d215/issues/IH5BH7 https://gitee.com/artinchip/d215/issues/IH5BGQ https://gitee.com/artinchip/d215/issues/IH5BG7 https://gitee.com/artinchip/d215/issues/IH5BFP https://gitee.com/artinchip/d215/issues/IH5BF7 https://gitee.com/artinchip/d215/issues/IH5BET https://gitee.com/artinchip/d215/issues/IH5BE3 https://gitee.com/artinchip/d215/issues/IH5BDQ https://gitee.com/artinchip/d215/issues/IH5BDB https://gitee.com/artinchip/d215/issues/IH5BCR https://gitee.com/artinchip/d215/issues/IH5BCG https://gitee.com/artinchip/d215/issues/IH5BBR https://gitee.com/artinchip/d215/issues/IH5BBG https://gitee.com/artinchip/d215/issues/IH5BAT https://gitee.com/artinchip/d215/issues/IH5BAG https://gitee.com/artinchip/d215/issues/IH5BA5 https://gitee.com/artinchip/d215/issues/IH5B9M https://gitee.com/artinchip/d215/issues/IH5B99 https://gitee.com/artinchip/d215/issues/IH5B8O https://gitee.com/artinchip/d215/issues/IH5B8E https://gitee.com/artinchip/d215/issues/IH5B7T https://gitee.com/artinchip/d215/issues/IH5B7I https://gitee.com/artinchip/d215/issues/IH5B78 https://gitee.com/artinchip/d215/issues/IH5B6T https://gitee.com/artinchip/d215/issues/IH5B6J https://gitee.com/artinchip/d215/issues/IH5B69 https://gitee.com/artinchip/d215/issues/IH5B5W https://gitee.com/artinchip/d215/issues/IH5B5K https://gitee.com/artinchip/d215/issues/IH5B57 https://gitee.com/artinchip/d215/issues/IH5B4X https://gitee.com/artinchip/d215/issues/IH5B4N https://gitee.com/artinchip/d215/issues/IH5B48 https://gitee.com/artinchip/d215/issues/IH5B3Y https://gitee.com/artinchip/d215/issues/IH5B3K https://gitee.com/artinchip/d215/issues/IH5B3B https://gitee.com/artinchip/d215/issues/IH5B30 https://gitee.com/artinchip/d215/issues/IH5B2N https://gitee.com/artinchip/d215/issues/IH5B27 https://gitee.com/artinchip/d215/issues/IH5B1S https://gitee.com/artinchip/d215/issues/IH5B17 https://gitee.com/artinchip/d215/issues/IH5B0N https://gitee.com/artinchip/d215/issues/IH5B07 https://gitee.com/artinchip/d215/issues/IH5AZQ https://gitee.com/artinchip/d215/issues/IH5AZC https://gitee.com/artinchip/d215/issues/IH5AYT https://gitee.com/artinchip/d215/issues/IH5AYK https://gitee.com/artinchip/d215/issues/IH5AXX https://gitee.com/artinchip/d215/issues/IH5AXE https://gitee.com/artinchip/d215/issues/IH5AWZ https://gitee.com/artinchip/d215/issues/IH5AWG https://gitee.com/artinchip/d215/issues/IH5AW2 https://gitee.com/artinchip/d215/issues/IH5AVJ https://gitee.com/artinchip/d215/issues/IH5AUZ https://gitee.com/artinchip/d215/issues/IH5AUI https://gitee.com/artinchip/d215/issues/IH5ATZ https://gitee.com/artinchip/d215/issues/IH5ATG https://gitee.com/artinchip/d215/issues/IH5AT2 https://gitee.com/artinchip/d215/issues/IH5ASH https://gitee.com/artinchip/d215/issues/IH5ARW https://gitee.com/artinchip/d215/issues/IH5ARI https://gitee.com/artinchip/d215/issues/IH5AQZ https://gitee.com/artinchip/d215/issues/IH5AQK https://gitee.com/artinchip/d215/issues/IH5AQ5 https://gitee.com/artinchip/d215/issues/IH5APM https://gitee.com/artinchip/d215/issues/IH5AP6 https://gitee.com/artinchip/d215/issues/IH5AOR https://gitee.com/artinchip/d215/issues/IH5AO9 https://gitee.com/artinchip/d215/issues/IH5ANY https://gitee.com/artinchip/d215/issues/IH5ANH https://gitee.com/artinchip/d215/issues/IH5AN3 https://gitee.com/artinchip/d215/issues/IH5AMN https://gitee.com/artinchip/d215/issues/IH5AM6 https://gitee.com/artinchip/d215/issues/IH5ALT https://gitee.com/artinchip/d215/issues/IH5ALB https://gitee.com/artinchip/d215/issues/IH5AKW https://gitee.com/artinchip/d215/issues/IH5AKJ https://gitee.com/artinchip/d215/issues/IH5AK7 https://gitee.com/artinchip/d215/issues/IH5AJO https://gitee.com/artinchip/d215/issues/IH5AJA https://gitee.com/artinchip/d215/issues/IH5AIW https://gitee.com/artinchip/d215/issues/IH5AIH https://gitee.com/artinchip/d215/issues/IH5AI1 https://gitee.com/artinchip/d215/issues/IH5AHN https://gitee.com/artinchip/d215/issues/IH5AH6 https://gitee.com/artinchip/d215/issues/IH5AGT https://gitee.com/artinchip/d215/issues/IH5AGI https://gitee.com/artinchip/d215/issues/IH5AFZ https://gitee.com/artinchip/d215/issues/IH5AFM https://gitee.com/artinchip/d215/issues/IH5AF4 https://gitee.com/artinchip/d215/issues/IH5AEP https://gitee.com/artinchip/d215/issues/IH5AEG https://gitee.com/artinchip/d215/issues/IH5ADV https://gitee.com/artinchip/d215/issues/IH5ADJ https://gitee.com/artinchip/d215/issues/IH5ACZ https://gitee.com/artinchip/d215/issues/IH5ACN https://gitee.com/artinchip/d215/issues/IH5AC9 https://gitee.com/artinchip/d215/issues/IH5ABV https://gitee.com/artinchip/d215/issues/IH5ABC https://gitee.com/artinchip/d215/issues/IH5AAX https://gitee.com/artinchip/d215/issues/IH5AAE https://gitee.com/artinchip/d215/issues/IH5AA2 https://gitee.com/artinchip/d215/issues/IH5A9H https://gitee.com/artinchip/d215/issues/IH5A97 https://gitee.com/artinchip/d215/issues/IH5A8M https://gitee.com/artinchip/d215/issues/IH5A8E https://gitee.com/artinchip/d215/issues/IH5A83 https://gitee.com/artinchip/d215/issues/IH5A7J https://gitee.com/artinchip/d215/issues/IH5A79 https://gitee.com/artinchip/d215/issues/IH5A6P https://gitee.com/artinchip/d215/issues/IH5A6D https://gitee.com/artinchip/d215/issues/IH5A62 https://gitee.com/artinchip/d215/issues/IH5A5H https://gitee.com/artinchip/d215/issues/IH5A56 https://gitee.com/artinchip/d215/issues/IH5A4M https://gitee.com/artinchip/d215/issues/IH5A4A https://gitee.com/artinchip/d215/issues/IH5A3R https://gitee.com/artinchip/d215/issues/IH5A3E https://gitee.com/artinchip/d215/issues/IH5A2X https://gitee.com/artinchip/d215/issues/IH5A2K https://gitee.com/artinchip/d215/issues/IH5A26 https://gitee.com/artinchip/d215/issues/IH5A1Q https://gitee.com/artinchip/d215/issues/IH5A18 https://gitee.com/artinchip/d215/issues/IH5A0U https://gitee.com/artinchip/d215/issues/IH5A0F https://gitee.com/artinchip/d215/issues/IH59ZZ https://gitee.com/artinchip/d215/issues/IH59ZO https://gitee.com/artinchip/d215/issues/IH59Z5 https://gitee.com/artinchip/d215/issues/IH59YS https://gitee.com/artinchip/d215/issues/IH59YB https://gitee.com/artinchip/d215/issues/IH59XY https://gitee.com/artinchip/d215/issues/IH59XG https://gitee.com/artinchip/d215/issues/IH59X4 https://gitee.com/artinchip/d215/issues/IH59WM https://gitee.com/artinchip/d215/issues/IH59W7 https://gitee.com/artinchip/d215/issues/IH59VT https://gitee.com/artinchip/d215/issues/IH59VF https://gitee.com/artinchip/d215/issues/IH59UX https://gitee.com/artinchip/d215/issues/IH59UM https://gitee.com/artinchip/d215/issues/IH59U1 https://gitee.com/artinchip/d215/issues/IH59TQ https://gitee.com/artinchip/d215/issues/IH59T5 https://gitee.com/artinchip/d215/issues/IH59ST https://gitee.com/artinchip/d215/issues/IH59SB https://gitee.com/artinchip/d215/issues/IH59RW https://gitee.com/artinchip/d215/issues/IH59RE https://gitee.com/artinchip/d215/issues/IH59R3 https://gitee.com/artinchip/d215/issues/IH59QU https://gitee.com/artinchip/d215/issues/IH59QJ https://gitee.com/artinchip/d215/issues/IH59Q8 https://gitee.com/artinchip/d215/issues/IH59PY https://gitee.com/artinchip/d215/issues/IH59PM https://gitee.com/artinchip/d215/issues/IH59PD https://gitee.com/artinchip/d215/issues/IH59P2 https://gitee.com/artinchip/d215/issues/IH59OR https://gitee.com/artinchip/d215/issues/IH59OJ https://gitee.com/artinchip/d215/issues/IH59O6 https://gitee.com/artinchip/d215/issues/IH59NX https://gitee.com/artinchip/d215/issues/IH59NR https://gitee.com/artinchip/d215/issues/IH59NH https://gitee.com/artinchip/d215/issues/IH59N6 https://gitee.com/artinchip/d215/issues/IH59MS https://gitee.com/artinchip/d215/issues/IH59MI https://gitee.com/artinchip/d215/issues/IH59M3 https://gitee.com/artinchip/d215/issues/IH59LP https://gitee.com/artinchip/d215/issues/IH59LC https://gitee.com/artinchip/d215/issues/IH59KX https://gitee.com/artinchip/d215/issues/IH59KM https://gitee.com/artinchip/d215/issues/IH59KA https://gitee.com/artinchip/d215/issues/IH59JQ https://gitee.com/artinchip/d215/issues/IH59JH https://gitee.com/artinchip/d215/issues/IH59J8 https://gitee.com/artinchip/d215/issues/IH59IW https://gitee.com/artinchip/d215/issues/IH59IN https://gitee.com/artinchip/d215/issues/IH59IA https://gitee.com/artinchip/d215/issues/IH59I0 https://gitee.com/artinchip/d215/issues/IH59HO https://gitee.com/artinchip/d215/issues/IH59HG https://gitee.com/artinchip/d215/issues/IH59H5 https://gitee.com/artinchip/d215/issues/IH59GU https://gitee.com/artinchip/d215/issues/IH59GK https://gitee.com/artinchip/d215/issues/IH59G7 https://gitee.com/artinchip/d215/issues/IH59FY https://gitee.com/artinchip/d215/issues/IH59FQ https://gitee.com/artinchip/d215/issues/IH59FD https://gitee.com/artinchip/d215/issues/IH59EY https://gitee.com/artinchip/d215/issues/IH59EP https://gitee.com/artinchip/d215/issues/IH59E3 https://gitee.com/artinchip/d215/issues/IH59DU https://gitee.com/artinchip/d215/issues/IH59DC https://gitee.com/artinchip/d215/issues/IH59CZ https://gitee.com/artinchip/d215/issues/IH59CC https://gitee.com/artinchip/d215/issues/IH59C1 https://gitee.com/artinchip/d215/issues/IH59BN https://gitee.com/artinchip/d215/issues/IH59B5 https://gitee.com/artinchip/d215/issues/IH59AU https://gitee.com/artinchip/d215/issues/IH59AI https://gitee.com/artinchip/d215/issues/IH59A4 https://gitee.com/artinchip/d215/issues/IH599Q https://gitee.com/artinchip/d215/issues/IH5999 https://gitee.com/artinchip/d215/issues/IH598V https://gitee.com/artinchip/d215/issues/IH58ZQ https://gitee.com/artinchip/d215/issues/IH58ZC https://gitee.com/artinchip/d215/issues/IH58YU https://gitee.com/artinchip/d215/issues/IH58YE https://gitee.com/artinchip/d215/issues/IH58XY https://gitee.com/artinchip/d215/issues/IH58XJ https://gitee.com/artinchip/d215/issues/IH58X2 https://gitee.com/artinchip/d215/issues/IH58WK https://gitee.com/artinchip/d215/issues/IH58W8 https://gitee.com/artinchip/d215/issues/IH58VN https://gitee.com/artinchip/d215/issues/IH58V8 https://gitee.com/artinchip/d215/issues/IH58UQ https://gitee.com/artinchip/d215/issues/IH58UA https://gitee.com/artinchip/d215/issues/IH58HE https://gitee.com/artinchip/d215/issues/IH58FI https://gitee.com/artinchip/d215/issues/IH58DN https://gitee.com/artinchip/d215/issues/IH58C0 https://gitee.com/artinchip/d215/issues/IH58A9 https://gitee.com/artinchip/d215/issues/IH588L https://gitee.com/artinchip/d215/issues/IH586Y https://gitee.com/artinchip/d215/issues/IH5856 https://gitee.com/artinchip/d215/issues/IH583H https://gitee.com/artinchip/d215/issues/IH581U https://gitee.com/artinchip/d215/issues/IH5804 https://gitee.com/artinchip/d215/issues/IH57YC https://gitee.com/artinchip/d215/issues/IH57WU https://gitee.com/artinchip/d215/issues/IH57V2 https://gitee.com/artinchip/d215/issues/IH57TE https://gitee.com/artinchip/d215/issues/IH57RS https://gitee.com/artinchip/d215/issues/IH57PQ https://gitee.com/artinchip/d215/issues/IH57NJ https://gitee.com/artinchip/d215/issues/IH57LA https://gitee.com/artinchip/d215/issues/IH57JI https://gitee.com/artinchip/d215/issues/IH57HW https://gitee.com/artinchip/d215/issues/IH57G9 https://gitee.com/artinchip/d215/issues/IH57EP https://gitee.com/artinchip/d215/issues/IH57CO https://gitee.com/artinchip/d215/issues/IH572V https://gitee.com/artinchip/d215/issues/IH5718 https://gitee.com/artinchip/d215/issues/IH56Z9 https://gitee.com/artinchip/d215/issues/IH56XP https://gitee.com/artinchip/d215/issues/IH56W0 https://gitee.com/artinchip/d215/issues/IH56UC
3. SCL (Structured Control Language – 西门子专属名称)
- 定位: 本质就是ST。
- 关键点:
- SCL 是西门子公司对其产品中实现的 ST 语言的称呼。
- 语法、功能、特点和适用场景与标准的 ST 语言完全相同。
- 差异仅在于名称。在其他厂商的PLC环境中,它通常就叫 ST。
总结对比
| 类型 | 高级文本语言 | 低级文本语言 (类似汇编) | 等同于 ST (西门子命名) |
| 可读性 | 高 (类似Pascal/C) | 低 | 高 (同ST) |
| 易维护性 | 高 | 低 | 高 (同ST) |
| 适用场景 | 复杂逻辑、计算、算法、数据处理 | 简单高速逻辑、位操作、遗留程序 | 复杂逻辑、计算、算法、数据处理 |
| 执行效率 | 通常足够高 | 通常很高 | 通常足够高 (同ST) |
| 厂商差异 | 标准名称 (IEC 61131-3) | 标准名称 (IEC 61131-3) | 西门子对ST的实现名称 |
简单来说
- ST 和 SCL 是一回事,只是不同厂商的叫法不同。SCL 是西门子的叫法。
- STL 是另一种完全不同的语言,它更底层、更接近硬件操作,但可读性和可维护性较差。
学习建议
- 对于大多数现代应用和初学者,优先学习和使用 ST (或 SCL)。它的结构化特性使得程序更容易编写、阅读和维护。
- 了解 STL 有助于阅读和维护旧程序,或者在需要极致优化时使用,但通常不是新项目开发的首选语言。


