cocowk Posted November 24, 2006 Report Share Posted November 24, 2006 Hi all, I have a question concerning the inputs in Labview. Yesterday, I wanted to change an input format from a decimal representation to an hexadecimal one. Then a grey triangle appears on the input of the VI used (see attached file below) I have seen on this forum that it has a meaning but I can't find where anymore! :headbang: Can someone help me ?? Thanks in advance!! CocoWK Quote Link to comment
Mellroth Posted November 24, 2006 Report Share Posted November 24, 2006 Then a grey triangle appears on the input of the VI used (see attached file below) The grey dot is a "coercion dot", this indicates that LabVIEW has to convert representation of the input. In your case I can only guess that you are mixing different integer representations (I8, I16, I32 etc.). To avoid this, make sure all inputs of the "build array" are using the same representation. /J Quote Link to comment
cocowk Posted November 24, 2006 Author Report Share Posted November 24, 2006 The grey dot is a "coercion dot", this indicates that LabVIEW has to convert representation of the input.In your case I can only guess that you are mixing different integer representations (I8, I16, I32 etc.). To avoid this, make sure all inputs of the "build array" are using the same representation. /J Thanks JFM. And do you know about other dots? Quote Link to comment
Mellroth Posted November 24, 2006 Report Share Posted November 24, 2006 Thanks JFM. And do you know about other dots? What other dots? /J Quote Link to comment
cocowk Posted November 24, 2006 Author Report Share Posted November 24, 2006 What other dots?/J I mean other dots like the coercion dot that can appear when we connect an input to a VI. Sorry, I'm not sure if I am clear because of my poor level in English! Quote Link to comment
Ton Plomp Posted November 24, 2006 Report Share Posted November 24, 2006 I mean other dots like the coercion dot that can appear when we connect an input to a VI. Sorry, I'm not sure if I am clear because of my poor level in English! They are the same, it means that you wired another data-type than the VI internally uses. LabVIEW has for certain data-types built-in conversion tools Ton Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.