| 查看: 213 | 回复: 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. 哪位虫友知道这是怎么回事,怎么来改哦? |
» 猜你喜欢
关于Filecode分析方法
已经有5人回复
2019年青年基金涵评意见,大家看看几个A,几个B?
已经有8人回复
不应该看fileCode
已经有6人回复
好奇怪的filecode
已经有6人回复
FileCode能看出啥?
已经有21人回复
长年满屏的广告,版主太不责任了。基金也等的急
已经有4人回复
filecode
已经有15人回复
应该是93bebmhtak前后十一个字符比较关键
已经有35人回复
职称评审,求友友推荐见刊最快的期刊
已经有4人回复
奇怪,两个人的filecode固定段从头到尾一模一样
已经有10人回复

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










回复此楼