LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3d graph blank in Labview 6.0.3, why?

I was able to run an application with a 3d graph when running LV 5.1. However, I don't seem to be able to see a three D graph now that I am running LV6.0.3. Can't even get the NI supplied 3D graph examples to display a graph. Graph just remians blank.

Any ideas anyone?

Cheers

stu
0 Kudos
Message 1 of 4
(3,223 Views)

... just a guess,
because you mentioned 6.0.3, my idea is that you're using LV Real-Time where ActiveX functionality is not implemented (What are the programming differences between LabVIEW and LabVIEW Real-Time?).

good Luck

0 Kudos
Message 2 of 4
(3,223 Views)
I found the following two documents online:

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/df8b9c2223dc8bb286256b980042e878?OpenDocument

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/b228c4f380be7a4486256afe006cc95c?OpenDocument

If the links do not help, ask tech support at www.ni.com/ask

Jeremy
0 Kudos
Message 3 of 4
(3,223 Views)
Hi all

in response to my query yesterday regarding blank 3dGraphs, Daniel harding, one of the engineers at NI sent me this. His workaround solved the problem.

After doing some research, I uncovered a known issue with LabVIEW RT 6.0.3
> and ActiveX. I do not know if the problem is universal, but it is
> known to occur with some localized versions of LabVIEW. The
symptoms
> are exactly those that you described: all ActiveX controls appear
> blank. There is a workaround, however. First make sure LabVIEW is
> not running. Then, copy the following commands and run them one at
a
> time from the Run... dialog box from your Windows Start Menu:
>
>regsvr32 "C:\Program Files\National Instruments\Shared\nicont.
dll"
>regsvr32 "C:\Program Files\National Instruments\Shared\nicontdt.dll"
>
>This assumes that you have LabVIEW installed in the default location; if
>not, you will need to change the paths to the DLLs.
>
>If this does not fix the problem, please let me know and I will
investigate
> further.
0 Kudos
Message 4 of 4
(3,223 Views)