西门子编程 PLC S7-300语句表 助记符 中英文全称对照

发布时间:2020-05-07 01:57:59   来源:文档文库   
字号:

西门子编程 PLC S7-200/300语句表 助记符 英文全称助记指令

英文全称意思 ) 指令含义

1 、LD ( Lode 装载 ) :动合触点

2、LDN ( Lode Not 不装载 ) : 动断触点

3、A ( And 与 动合) : 用于动合触点串联

4、AN ( And Not 与 动断 ) :用于动断触点串联

5、O ( Or 或 动合 ) :用于动合触点并联

6、ON ( Or Not 或 动断 ) : 用于动断触点并联

7、= ( Out 输出 ) : 用于线圈输出

8、OLD ( Or Lode): 块或

9、ALD ( And Lode): 块与

10、LPS ( Logic Push ) :逻辑入栈

11、LRD ( Logic Read ) :逻辑读栈

12、LPP ( Logic Pop ) :逻辑出栈

13、NOT ( not 并非 ) :非

14、NOP ( No Operation Performed ) : 无操作

15、AENO ( And ENO ) : 指令盒输出端ENO相与

16、S ( Set 放置 ) : 置1

17、R ( Reset 重置,清零 ) :清零

18、P ( uP 上升) :正跳变

19、N ( dowN 下降) :负跳变

20、TON ( On_Delay Timer ) :通电延时

21、TONR ( Retentive On_Delay Timer ) : 有记忆通电延时型

22、TOF ( Off_ Delay Timer ) :断电延时型

23、CTU ( Count Up ) : 递增计算器

24、CTD ( Count Down ) : 递减计数器

25、CTDU ( Count Up/ Count Down ) :增减计数器

26、ADD ( add 加 ) : 加

注意 //ADD_I (_ I 表示整数) ADD_DI( DI表示双字节整数)ADD-R(R 表示实数)它们都是加运算只是数的大小不同!!后面有很多这样的我就略写了!

27、SUB ( Subtract 减去,减少) :减

28、MUL ( Multiply ) : 乘

29、DIV ( Divide ) : 除

30、SQRT ( Square root ) : 求平方根

31、LN ( Napierian Logarithm 自然对数 ) : 求自然对数

32、EXP ( Exponential 指数的 ) : 求指数

33、INC_B ( Increment 增加 ) : 增1

34、DEC_B ( Decrement 减少 ) : 减1

35、WAND_B ( Word and 与命令 ) :逻辑与

//其中_B代表数据类型 还有W(字节)、DW双字后面几个都是这样的。

36、WOR_B ( Word or 或命令) : 逻辑或

37、WXOR_B ( Word exclusive or 异或命令) :逻辑异或

38、INV_B ( Inverse 相反 ) : 取反

39、MOV _B ( Move 移动 ) : 数据传送

40、BLKMOV_B ( Block Move 块移动) :数据块传送

41、SWAP ( Swap 交换 ) : 字节交换

42、FILL ( Fill 填充 ) : 填充

43、ROL_B ( Rotate Left 循环 向左) :循环左移位

44、ROR_B ( Rotate Right 循环 向右) : 循环右移位

45、SHL_B ( Shift Right 移动向左) :左移动

46、SHR_B ( Shift Right 移动向右 ) : 右移动

47、SHRB ( Shift buffer 移动缓存) :寄存器移位

48、STOP ( Stop 停止 ) : 暂停

49、END /MEND ( End /M end ) : 条件/无条件结束

50、WDR ( Watch dog reset ) : 看门狗

51、JMP ( Jump 跳) :跳转

52、LBL ( Location 位置 ) : 跳转标号

53、FOR ( for 循环 ) : 循环

54、NEXT ( next 再下去) :循环结束

55、SBR ( Subprogram Regulating子程序控制 ) : 子程序调用

56、SBR_T ( Subprogram Regulating Take ) : 带参数子程序调用

57、SCR ( Sequence Control 顺序控制 ) : 步开始

58、SCRT ( Sequence Control Transfer 顺序控制转移 ) : 步转移

59、SCRE ( Sequence Control End 顺序控制结束 ) : 步结束

60、AD_T_TBL ( Add data to table 添加数据到表格中) : 填数据表

61、FIFO ( First in First out 先进先出 ) : 先进先出

62、LIFO ( Last in First out 后进先出 ) :后进先出

63、TBL_FIND ( Table Find 表格查找 ) : 表查找

64、BCD_I ( Binary Coded Decimal _I 二进制编码的十进制 ) :BCD 码转整数

65、I_BCD ( I_ Binary Coded DecimaL ) :整数转BCD码

66、B_I ( Bit 转整数 int ) :字节转整数

67、I_B ( int bit ) :整数转字节

68、DI_I ( Double _ int ) :双整数转整数

69、I_DI ( // ) :整数转双整数

70、ROUND ( Round 完整的 ) : 实数转双整数

71、TRUNC ( Turn ceiling转换上限 ) :转换32位实数整数部分

72、DI_I ( // ) :双整数转实数

73、ENCO ( Encode 编码) : 编码

74、DECO ( Decode 译码) : 译码

75、SEG ( Segment decoder分断译码器 ) : 七段显示译码器

76、ATH ( ASCII码 turn hex ) : ASCII码转16进制

77、HTA ( // ) : 16进制转ASCII码

78、ITA ( // int ) : 整数转ASCII码

79、DTA ( // double ) : 双整转ASCII码

80、RTA ( // real ) : 实数转ASCII码

81、ATCH ( ) :  中断连接

82、DTCH ( Down ) : 中断分离

83、HDEF ( High ) : 高速计数器定义

84、HSC ( High Speed Counter 高速计数器 ) :启动高速计数器

85、PLS ( Pulse 脉冲 ) : 脉冲输出

86、 READ_ RTC ( Read real time clock 读实时时钟 ) :读实时时钟

87、 SET_RTC ( Set real time clock ) : 写实时时钟

88、 XMT ( Transmitter ) : 自由发送

89、 RCV ( Receive 接收 ) : 自由接收

90、 NETR ( Net read 网络读 ) : 网络读

91、NETW ( Net write 网络写 ) : 网络写

92、GET_ADDR ( Get address 获取地址 ) : 获取口地址

93、SET_ADDR ( Set address 设置地址 ) : 设定口地址

94、PID ( Proportional Integral Differential 比例、积分、微分 ) :比例积分微分调节器

指令系统中英语解释有不少错误之处,望能者帮忙改进!!

想查找英语全称真的好难啊!!!特写下以帮后者记忆!!

西门子编程 PLC S7-300语句表 助记符 英文全称

二、算术运算指令

ADD---->add

ADC---->add with carry

INC---->increase 1

AAA---->ascii add with adjust

DAA---->decimal add with adjust

SUB---->substract

SBB---->substract with borrow

DEC---->decrease 1

NEC---->negative

CMP---->compare

AAS---->ascii adjust on substract

DAS---->decimal adjust on substract

MUL---->multiplication

IMUL---->integer multiplication

AAM---->ascii adjust on multiplication

DIV---->divide

IDIV---->integer divide

AAD---->ascii adjust on divide

CBW---->change byte to word

CWD---->change word to double word

CWDE---->change word to double word with sign to EAX

CDQ---->change double word to quadrate word

三、逻辑运算指令

AND---->and

OR---->or

XOR---->xor

NOT---->not

TEST---->test

SHL---->shift left

SAL---->arithmatic shift left

SHR---->shift right

SAR---->arithmatic shift right

ROL---->rotate left

ROR---->rotate right

RCL---->rotate left with carry

RCR---->rotate right with carry

四、串指令

MOVS---->move string

CMPS---->compare string

SCAS---->scan string

LODS---->load string

STOS---->store string

REP---->repeat

REPE---->repeat when equal

REPZ---->repeat when zero flag

REPNE---->repeat when not equal

REPNZ---->repeat when zero flag

REPC---->repeat when carry flag

REPNC---->repeat when not carry flag

五、程序转移指令

1>无条件转移指令(长转移)

JMP---->jump

CALL---->call

RET---->return

RETF---->return far

2>条件转移指令(短转移,-128到+127的距离内)

JAE---->jump when above or equal

JNB---->jump when not below

JB---->jump when below

JNAE---->jump when not above or equal

JBE---->jump when below or equal

JNA---->jump when not above

JG---->jump when greater

JNLE---->jump when not less or equal

JGE---->jump when greater or equal

JNL---->jump when not less

JL---->jump when less

JNGE---->jump when not greater or equal

JLE---->jump when less or equal

JNG---->jump when not greater

JE---->jump when equal

JZ---->jump when has zero flag

JNE---->jump when not equal

JNZ---->jump when not has zero flag

JC---->jump when has carry flag

JNC---->jump when not has carry flag

JNO---->jump when not has overflow flag

JNP---->jump when not has parity flag

JPO---->jump when parity flag is odd

JNS---->jump when not has sign flag

JO---->jump when has overflow flag

JP---->jump when has parity flag

JPE---->jump when parity flag is even

JS---->jump when has sign flag

(1)数据传送类指令(7种助记符)

MOV(英文为Move):对内部数据寄存器RAM和特殊功能寄存器SFR的数据进行传送;

MOVC(Move Code)读取程序存储器数据表格的数据传送;

MOVX (Move External RAM) 对外部RAM的数据传送;

XCH (Exchange) 字节交换;

XCHD (Exchange low-order Digit) 低半字节交换;

PUSH (Push onto Stack) 入栈;

POP  (Pop from Stack) 出栈;

(2)算术运算类指令(8种助记符)

ADD(Addition) 加法;

ADDC(Add with Carry) 带进位加法;

SUBB(Subtract with Borrow) 带借位减法;

DA(Decimal Adjust) 十进制调整;

INC(Increment) 加1;DEC(Decrement) 减1;

MUL(Multiplication、Multiply) 乘法;

DIV(Division、Divide) 除法;

(3)逻辑运算类指令(10种助记符)

ANL(AND Logic) 逻辑与;

XRL(Exclusive-OR Logic) 逻辑异或;

CLR(Clear) 清零;CPL(Complement) 取反;

RL(Rotate left) 循环左移;

RLC(Rotate Left throught the Carry flag) 带进位循环左移;

RR(Rotate Right) 循环右移;

RRC (Rotate Right throught the Carry flag) 带进位循环右移;

SWAP (Swap) 低4位与高4位交换;

(4)控制转移类指令(17种助记符)

ACALL(Absolute subroutine Call)子程序绝对调用;

LCALL(Long subroutine Call)子程序长调用;

RET(Return from subroutine)子程序返回;

RETI(Return from Interruption)中断返回;

SJMP(Short Jump)短转移;LJMP长转移;

AJMP(Absolute Jump)绝对转移;

CJNE (Compare Jump if Not Equal)比较不相等则转移;

DJNZ (Decrement Jump if Not Zero)减1后不为0则转移;

JZ (Jump if Zero)结果为0则转移;

JNZ (Jump if Not Zero) 结果不为0则转移;

JC (Jump if the Carry flag is set)有进位则转移;

JNC (Jump if Not Carry)无进位则转移;

JB (Jump if the Bit is set)位为1则转移;

JNB (Jump if the Bit is Not set) 位为0则转移;

(3)JBC(Jump if the Bit is set and Clear the bit) 位为1则转移,并清除该位;

NOP (No Operation) 空操作;

(5)位操作指令(1种助记符)

SETB(Set Bit) 位 置1 。

1.通用数据传送指令.

MOV----> move

MOVSX---->extended move with sign data

MOVZX---->extended move with zero data

PUSH---->push POP---->pop

PUSHA---->push all

POPA---->pop all

PUSHAD---->push all data

POPAD---->pop all data

BSWAP---->byte swap

XCHG---->exchange

CMPXCHG---->compare and change

XADD---->exchange and add

XLAT---->translate

2.输入输出端口传送指令.

IN---->input

OUT---->output

3.目的地址传送指令.

LEA---->load effective address

LDS---->load DS

LES---->load ES

LFS---->load FS

LGS---->load GS

LSS---->load SS

4.标志传送指令.

LAHF---->load AH from flag

SAHF---->save AH to flag

PUSHF---->push flag POPF---->pop flag

PUSHD---->push dflag POPD---->pop dflag

3>循环控制指令(短转移)

LOOP---->loop

LOOPE---->loop equal

LOOPZ---->loop zero

LOOPNE---->loop not equal

LOOPNZ---->loop not zero

JCXZ---->jump when CX is zero

JECXZ---->jump when ECX is zero

4>中断指令

INT---->interrupt

INTO---->overflow interrupt

IRET---->interrupt return

5>处理器控制指令

HLT---->halt

WAIT---->wait

ESC---->escape

LOCK---->lock

NOP---->no operation

STC---->set carry

CLC---->clear carry

CMC---->carry make change

STD---->set direction

CLD---->clear direction

STI---->set interrupt

CLI---->clear interrupt

六、伪指令

DW---->define word

PROC---->procedure

ENDP---->end of procedure

SEGMENT---->segment

ASSUME---->assume

ENDS---->end segment(段, 节,片断)

END---->end

本文来源:https://www.2haoxitong.net/k/doc/ac72cd25541810a6f524ccbff121dd36a22dc41d.html

《西门子编程 PLC S7-300语句表 助记符 中英文全称对照.doc》
将本文的Word文档下载到电脑,方便收藏和打印
推荐度:
点击下载文档

文档为doc格式