| 查看: 200 | 回复: 1 | |||
| 当前主题已经存档。 | |||
zxwuli金虫 (正式写手)
|
[交流]
labview编程中小问题
|
||
|
boolean"测量":Boolean latch action is incompatible with local variables details if a boolean control has local variables, it cannot use latch mechanical action. the first local variable to read a boolean control with latch action would reset its walue to the default. 哪位虫友知道这是怎么回事,怎么来改哦? |
» 猜你喜欢
昨日死,今日生
已经有7人回复
售T0P一区SCI文章,我:8O5.51.O.54,科目齐全,可+急
已经有7人回复
有没有同学在用一款线上科研辅助平台?
已经有3人回复
27年博士招生信息
已经有13人回复
大家好,校样时候的紧急求助,请各位帮帮忙了
已经有6人回复
植酸TLC薄层色谱爬板
已经有6人回复
第三年,祈求好运!
已经有9人回复
单宁酸
已经有3人回复
求助难溶化合物在DMSO+三氟乙酸中的氢谱分析
已经有7人回复
有机能跨方向申博吗
已经有4人回复

when you use latch functions for a boolean control
★ ★
zxwuli(金币+2,VIP+0):我的程序要求多个地方使用一个boolean,只能用local variables啊 9-23 17:59
zxwuli(金币+2,VIP+0):我的程序要求多个地方使用一个boolean,只能用local variables啊 9-23 17:59
|
the logical value of the boolean control is kept the same as the default. however, its local variables you create from this boolean control will receive a new value which is different from the default. this controversy incurs your error. replace all local variables of a boolean control with real boolean controls. [ Last edited by bote on 2009-9-23 at 03:05 ] |
2楼2009-09-23 02:16:35











回复此楼