您可以在显示面板后对其进行更新。
如果使用“执行时显示”将其作为用户对象或用户函数(UO / UF)调用,则可以直接将功能放入UO / UF。
如果您使用的是“show panel”,那么您需要一个输入引脚,您可以发送数据并由用户UO / UF处理。
为了说明'伪代码':方法1 - 'show on execute':调用UO / UF UO / UF更改其面板上的项目,弹出对话框等UO / UF完成,面板关闭方法2 - 'show panel'
:call showPanel(“
以上来自于谷歌翻译
以下为原文
You can update a panel after it has been shown. If you are calling it as a user object or user function ( UO/UF ) using the 'show on execute' then you can put the functionality into the UO/UF directly. If you are using 'show panel' then you need to have an input pin which you send data and is processed by the user UO/UF.
To illustrate in 'pseudo code':
method 1 - 'show on execute':
call UO/UF
UO/UF changes items on its panel, pops up dialog boxes etc
UO/UF completes and the panel closes
method 2 - 'show panel':
call showPanel("
send data to UO/UF to alter its panel contents
call hidePanel("
If you have a specific problem, then why post post some code here illustrating your problem and we'll try to help.
Mike Watts
您可以在显示面板后对其进行更新。
如果使用“执行时显示”将其作为用户对象或用户函数(UO / UF)调用,则可以直接将功能放入UO / UF。
如果您使用的是“show panel”,那么您需要一个输入引脚,您可以发送数据并由用户UO / UF处理。
为了说明'伪代码':方法1 - 'show on execute':调用UO / UF UO / UF更改其面板上的项目,弹出对话框等UO / UF完成,面板关闭方法2 - 'show panel'
:call showPanel(“
以上来自于谷歌翻译
以下为原文
You can update a panel after it has been shown. If you are calling it as a user object or user function ( UO/UF ) using the 'show on execute' then you can put the functionality into the UO/UF directly. If you are using 'show panel' then you need to have an input pin which you send data and is processed by the user UO/UF.
To illustrate in 'pseudo code':
method 1 - 'show on execute':
call UO/UF
UO/UF changes items on its panel, pops up dialog boxes etc
UO/UF completes and the panel closes
method 2 - 'show panel':
call showPanel("
send data to UO/UF to alter its panel contents
call hidePanel("
If you have a specific problem, then why post post some code here illustrating your problem and we'll try to help.
Mike Watts
举报