求助 S7—200 子程序块
WWW_PLCJS※COM-PLC-技.术_网(可※编程控※制器技术门户)
西门子 S7-200,是否可以将一段程序做成子程序块,有入口和出口变量,以供其他程序调用 WWW_P※LCJS_CO※M-PLC-技-.术_网
以下是对《求助 S7—200 子程序块》的回复:
WWW_P※LCJS_COM-PLC-)技.术_网
匿名回复:P.L.C.技.术.网——可编程控制器技术门户
of course WWW_P※LCJS_CO※M-PLC-技-.术_网
匿名回复:WWW_P※LCJS_COM-PLC-)技.术_网
还得问你一下:具体应该怎么做呢?举个简单的例子可以吗?谢谢你! WWW_PLCJS※COM-PLC-技.术_网(可※编程控※制器技术门户)
匿名回复:plcjs.技.术_网
这个当然可以。这个问题在我的《浅谈西门子高速计数器的设置》一文中已有例子了,你可以参考一下。 WWW_PLCJS_COM-PLC-技.术_网
匿名回复:WWW_PLCJS_COM-PLC-技.术_网
我没有找到这篇文章。能不能告诉我在哪里有?W1WW_P4LCJS_COM-PLC-技.术_网
谢谢! WW.W_PLCJS_COM-PLC-技.术_网
匿名回复:WWW_PLCJS_COM-PLC-技.术_网
我在PLC论坛里搜索查找没有找到。WWW.PLCJS.COM——可编程控制器技术门户
能否麻烦你告诉我怎么找到? WWcW_PLCJS_COM-PLC-技.术_网
匿名回复:WWW_PLCJ-S_COM-PLC-技.术_网(可-编程控-制器技术-门户)
我想问的问题是:如何将一段程序做成有入口和出口的自子程序,以供其他程序调用。您所提到的文章是关于高速计数器的。 WWW_PLC※JS_COM-PmLC-技.术_网
匿名回复:WWW_PLCJ-S_COM-PLC-技.术_网(可-编程控-制器技术-门户)
I can write in English only because my Chinese platform crashed. For your reference following is a example of function with parameters and how to call this function and pass parameter values from another function.WWW_PL※CJS_COM-PLC-技.术_网
W1WW_P4LCJS_COM-PLC-技.术_网
//Function with input and output parametersP.L.C.技.术.网——可编程控制器技术门户
FUNCTION FC 1 : VOIDWWW_PLCJS_COM-PLC-技.术_网
TITLE = Test sample 1WWW_PLCJ-S_COM-PLC-技.术_网(可-编程控-制器技术-门户)
WWW_P※LCJS_COM-PLC-)技.术_网
VAR_INPUTWWW_PLCJS※COM-PLC-技×术_网(可编程控※制器技术门户)
xxx : INT;WWW_PLCJS※COM-PLC-技.术_网(可※编程控※制器技术门户)
END_VARWWW_PLC※JS_COM-PmLC-技.术_网
VAR_OUTPUTWWW_PLCJS_COM-PLC-技.术_网
yyy : CHAR;WW.W_PLCJS_COM-PLC-技.术_网
END_VAR;WWW_PLC※JS_COM-PmLC-技.术_网
VAR_IN_OUTWW.W_PLCJS_COM-PLC-技.术_网
zzz : BOOL;W1WW_P4LCJS_COM-PLC-技.术_网
END_VAR;WWW_PLCJS@_COM%-PLC-技.术_网
WWW※PLCJS_COM-PL#C-技.术_网(可编※程控※制器技术门户)
BEGINWW.W_PLCJS_COM-PLC-技.术_网
WW.W_PLC※JS_C,OM-PL,C-技.术_网
NETWORKWWcW_PLCJS_COM-PLC-技.术_网
......WWW_PLC※JS_COM-PLC-技.术_网(可编程控※制器技术门户)
WWW_PLCJS@_COM%-PLC-技.术_网
END_FUNCTIONplcjs.技.术_网
WWW_PL※CJS_COM-PLC-技.术_网
WWW_P※LCJS_CO※M-PLC-技-.术_网
//Call a function with parameters——可——编——程——控-制-器-技——术——门——户
FUNCTION FC 2 : VOIDWWW_PLCJS@_COM%-PLC-技.术_网
TITLE = Test sample 2WWW_PL※CJS_COM-PLC-技.术_网
WWW.PLCJS.COM——可编程控制器技术门户
BEGINWWW※PLCJS_COM-PL#C-技.术_网(可编※程控※制器技术门户)
P.L.C.技.术.网——可编程控制器技术门户
NETWORKP.L.C.技.术.网——可编程控制器技术门户
TITLE = Calling a function with parametersP.L.C.技.术.网——可编程控制器技术门户
CALL FC 1 (plcjs.技.术_网
xxx := 123,WWW_P※LCJS_CO※M-PLC-技-.术_网
yyy := a_char_variable,WWW_PLC※JS_COM-PLC-技.术_网(可编程控※制器技术门户)
zzz := a_bool_variable);WWW_P※LCJS_CO※M-PLC-技-.术_网
NOP 0;WWW_PL※CJS_COM-PLC-技.术_网
WWW_PLC※JS_COM-PLC-技.术_网(可编程控※制器技术门户)
NETWORKWWW_P※LCJS_COM-PLC-)技.术_网
........WWW_PLCJS※COM-PLC-技.术_网(可※编程控※制器技术门户)
P.L.C.技.术.网——可编程控制器技术门户
END_FUNCTIONP_L_C_技_术_网——可——编——程——控-制-器-技——术——门——户
WWW_PLCJS※COM-PLC-技.术_网(可※编程控※制器技术门户)
WWW_PLC※JS_COM-PmLC-技.术_网
In STEP 7 it is simpler. If you can write LAD program, in Variable Declaration Table you just give the names and datetype of input and output variables. You can use these variables in this program(function). In another program to call this function you just insert a Program Elements-->FC blocks-->FC1. Then all function parameters are displayed. Be carefull, datatype of variables or values you pass to parameters must match with datatype of parameters. WWW_PLC※JS_COM-PLC-技.术_网(可编程控※制器技术门户)
匿名回复:W1WW_P4LCJS_COM-PLC-技.术_网
Thank you very much sir ! WWW.PLCJS.COM——可编程控制器技术门户