為何我照課本製作卻不能執行,,,,,
改成這樣子就可以了...
謝謝~~~~~
因為我按照書目上的內容執行卻不可以
那可以再問你一各問題嗎
為何用'^'不可以,非要用'**'才可以
你應該先查詢一下LabVIEW Help 中"Precedence of Operators in Formula Nodes and Expression Node"內有針對其符號所應表示方式,
並提到^表示XOR運算,請參考原文:"In versions of LabVIEW earlier than 6.0, the ^ operator represented exponentiation. The ^ operator now represents the bitwise exclusive or (XOR) operation. The new operator for exponentiation is **, for example, x**y."
希望有解決你的問題。
....
thanks...