01-22-2006 08:52 AM - edited 01-22-2006 08:52 AM

Message Edited by Ed Dickens on 01-22-2006 08:53 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.01-22-2006 12:38 PM - edited 01-22-2006 12:38 PM
I've seen similar things in the past. It's probably just a graphics glitch, and not a coercion.
(did you change the default coercion dot color from grey to orange?)
Message Edited by altenbach on 01-22-2006 10:39 AM
01-23-2006 08:29 AM - edited 01-23-2006 08:29 AM

Message Edited by Ed Dickens on 01-23-2006 08:29 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.01-23-2006 10:10 AM
01-23-2006 02:07 PM
Hello,
This is quite strange, I tried to reproduce this with a shared var of type
double[ ] and wired the output of the read to an expanded index array with no
luck. I am curious about how your shared variable is set up. Are
you using a custom type, or using an array of double[ ] for the
type? If you build a completely new project with a shared variable of
type double[ ] and wire the output of that to an index array does this produce
the same thing? Graphics problem, or unnecessary conversion problem I'll
be happy to file this if there is a problem with LabVIEW. Please let me
know if you can provide any additional information or a way to reproduce
this.
01-23-2006 03:28 PM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.01-24-2006 07:24 AM
Ed wrote " I need to format the drive and really start over, but I don't have the time."
Note to self: NEVER, NEVER, NEVER try a Beta version on a work machine.
The closest thing I have seen to this (but not exactly the same) involved type def's and the coercion dot was indicating the data was being cast as a type def or vise versa. Does "ctrl-h" with the wiring tool show any difference between thewire types? (No LV8 on this machine)
Ben
01-24-2006 09:20 AM
Hello,
Indeed this has been seen before -- we have corrected a problem with these coercion
dots on an older version of LabVIEW. Those situations were mostly in
times where the LabVIEW compiler could not distinguish the type of wire to an
indicator (such as a wire from an uninitialized shift register).
With regards to the reinstall, you should not need to reformat your entire
drive to start over. If you suspect there are remains of a beta on your
machine, we might have some additional ways to remove all NI software (and ALL
of its components) from your machine as a last resort before a reformat.
When you get the time, I would first try the documented ways such as through
add/remove programs and the blast utilities. If that doesn’t help please
create a service request to contact us directly (www.ni.com/support).
However, in this case I believe that the problem with the dots is likely a result
of some sort of VI corruption and not a result of a bad LabVIEW install.
With these cases, as well as with insane objects, often deleting and replacing
the bad object will correct the problem.
Hopefully this helps! Keep me posted (so to speak) if anything else comes
up-