建立公式节点的步骤: 1.
选择函数中structures下的formula Node 框; 2.
选择 Help了解你可以在公式节点中使用的函数和运算; 3.
在公式节点框中输入你需要的表达式。赋值语句运算符(=)的左边只能是单个变量。每个语句用分号(;)结束。注释语句的格式是/*文本*/, 或//文本; 4.
对每个输入变量建立一个输入端子,方法是在公式节点框上右击鼠标且在出现的快速菜单上选择Add Input。端子上将出现变量名,只要程序不是在运行状态,这些变量名随时可以运行。变量名称大小写敏感; 5.
用与4类似的方法建立输出端子及输出变量; 6.
Wire the input and output terminals of the Formula Node to their corresponding terminals on the block diagram. All input terminals must be wired. Output terminals do not have to be wired. |