TRIO-basic支持函数(强类型)编程,与PLC来相比较的话类似于定义的功能块可以重复调用,和C,C#......等一些高级的编程语言的函数类似.上一次的demo中决定尝试TRIO的函数来做一些例子,以后大家在开发中可以更据自己的实际情况来决定是否使用函数. 下面介绍指令及例子: FUNCTION Type: Function Syntax: FUNCTION name([param1 AS type[, param2 AS type[, param3 AS type …. ]]]) …
Directives(指令) Syntax(语法): aio on | off | threads[=pool]; Default: aio off; Context: http, server, location This directive appeared in version 0.8.11. 指令出现在版本0.8.11版本 Enables or disables the use of asynchronous file I/O (AIO) on FreeBSD and Linux: 启用…