02-15-2015 07:44 AM
I recently changed my monitor from a 24" flat screen TV to a 19" traditional flat panel LCD PL1910M, now I cannot place any sub vi's on the block diagram, whether they are things I wrote or from the examples directory. I select it and then nothing happens when normally it would appear and you could place it where you wanted. My system has worked for years without issue, this is a real problem! Anyone have advice please chime in.
Windows 7 32bit
Labview 2011 FDS
Solved! Go to Solution.
02-15-2015 08:33 AM
I can't see any reason your monitor would have any impact. What else changed?
02-15-2015 08:54 AM
02-15-2015 09:47 AM
02-15-2015 11:47 AM
I can place any of the native functions on the diagram, it is when I got to select VI and browse to an LLB and pick something from inside the LLB.
Whether it is an LLB I created or a native Labview llb. When I select the vi to place, it never appears on the diagram. But I can select some code and then say create vi and it will creat a sub vi which I can then save as a new file. I have tried MASS compile on my directory but no help.
02-15-2015 11:51 AM
This happens on a new blank vi diagram as well. nothing else open. McAfee antivirus installed (but has been for over a year)
02-15-2015 12:18 PM
I had a small VI running communicating to a serial port and the system crashed and upon restart labview recovered 2 VI's since then I cannot place a vi on the diagram when selected from an llb file. I cannot place a vi even if it is not within an llb.
02-15-2015 12:40 PM
@JCS5920 wrote:
I can place any of the native functions on the diagram, it is when I got to select VI and browse to an LLB and pick something from inside the LLB.
OK, that's a much more specific problem than originally described where you said: "... now I cannot place any sub vi's on the block diagram". So it is specific to llbs. Can you open the sub VI by double-clicking it in the llb and then drag it's icon to the original VI?
Are the VIs in the llb a similar LabVIEW version?
(I would still try to temporarily disable the antivirus and see if it makes a difference. ***** updates occur often, could be an interference with a new signature)
02-15-2015 12:46 PM
The more likely cause, (Let's assume every one else is right because a hardware driver for a monitor would not cause the trouble) is a corruption of the LabVIEW resource directory and/or a addon toolkit that depends on that directory being a symbolic path. LabVIEW 2011\Resource\ is not a symbolic path LabVIEW 2012+\Resource\ is. (A very nice new feature of 2012)
So now we get to what TK's and addons are installed at at what version ----but first, attempt a repair of LabVIEW- Some folder may have gotten inadvertantly moved.
02-18-2015 01:39 PM
Did the Repair of the installation, no luck, updated to LV2011SP1 - no luck,
Turns out I had "TEAMVIEWER" running in the background which intereferes with the that right click function. Unbelieveable. Exited TEAMVIEWER and right click works again! Thank you all for the help.