06-25-2008 07:49 AM
10-14-2008 12:52 PM
Your solution for defining output datatype works great! But why doesn't it work the same for inputs? When I try defining an input variable using "C code syntax" I get a message saying the variable is already defined.
I tried deleted the input connector and re-adding it after defining the variable datatype in the code. But I get the same message, "variable already defined". It makes for some strange looking code to define the output variable one way and the input variable another.
Disclaimer: I'm a C programmer just starting with labview.
10-14-2008 12:59 PM
The following reply was intended for mercurio (Message 7). ( How do you respond to an individual's comment on this board? )
Your solution for defining output datatype works great! But why doesn't it work the same for inputs? When I try defining an input variable using "C code syntax" I get a message saying the variable is already defined.
I tried deleted the input connector and re-adding it after defining the variable datatype in the code. But I get the same message, "variable already defined". It makes for some strange looking code to define the output variable one way and the input variable another.
Disclaimer: I'm a C programmer just starting with labview.
10-14-2008 01:10 PM
05-14-2024 09:52 AM
I can't see why the output array is always zero in my case. When I checked the sum of the arrays inside the formula node I know they aren't zero. But I'm not able to take them out of the formula node.
05-14-2024 09:59 AM
How is Pful declared?
05-14-2024 10:02 AM
05-14-2024 10:09 AM - edited 05-14-2024 10:09 AM
I bet it's not empty, but you've simply put numbers in index 21-36
05-14-2024 10:13 AM
Oh! You have hawk eyes! Thank you very much. I was looking for hours and couldn't see it...🙈
Thank you!