07-22-2009 09:48 AM
Hi, i am using a MathScript Node in my VI.
I think i have a problem with the data type, there is something wrong with the conecctions to the MathScript Node, but I can't detect where is the problem.
Yesterday, the VI did not give me any errors, but, now, when i add some element to the VI, the wires connected to the MathScript Node dissapear (wt*?). And Labview shows me a lot of errors related with the data type and polymorphic terminals:
-
Is there any solution?
I wait four your responses. Thanks.
Óscar.
07-22-2009 10:04 AM
Sorry for auto-replying me, but i don't know where the "edit" button is :D.
The file i've uploaded it is not the correct.
The correct file:
07-22-2009 01:50 PM - edited 07-22-2009 01:53 PM
I opened your second VI but I don't get broken wires as you show on the picture.
Please attach the code that gives you broken wires.
I would really recommend to start with a few tutorials, because your code shows some very basic
misconceptions about LabVIEW programming. Writing from a terminal to a local variable of itself
makes no sense, and you do that everywhere! Using a formula node to multiply a value by two is overkill.
Of course a diagram the size of a football field does not help to make sense out of the code.
07-22-2009 02:38 PM
Have you added any element to the block diagram? the wires only break if you add something.
In any case, I upload the file with the broken wires because it's possible that the problem is only on my Labview :/.
Óscar.
07-22-2009 05:37 PM - edited 07-22-2009 05:38 PM
I don't see any broken wires in this VI. Even after adding something to the block diagram. Can you be a bit more specific and tell us what you are adding and where?
have you tried repairing your LabVIEW installation?
(Sorry, I don't have the control design toolkit or DAQ here, so I cannot debug further.)