Hello, I would like to use DPlotJR as a DDE server with National Instruments LabVIEW 8 as the client. Unfortunately, I seem to be only able to access DDE servers which have registered themselves with Windows XP. LabVIEW sees these servers as ActiveX objects. Can DPlotJR be registered as an ActiveX server object? I can initiate a link with Microsoft GRAPH, but not with DPlotJR!
Thanks in advance for any help you can offer!
DPlotJR is not a "registered" DDE server?
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
I'm not very familiar with LabVIEW so I'm not sure how much help I'll be here. DPLOTLIB doesn't use ActiveX and there's nothing to register. It does use DDE but that's all transparent to the calling application. If you can call standard Windows DLLs (for example, any normal Windows API functions) from LabVIEW then you should be able to call functions in DPLOTLIB.DLL. You'll probably need to define the interface to the DPLOTLIB functions somewhere, as is done in the C, VB, and FORTRAN example programs. But unless LabVIEW really is restricted to calling ActiveX stuff only (and I'd be very surprised if that is the case) then you should be able to do this.
Visualize Your Data
support@dplot.com
support@dplot.com
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
After re-reading your post I realize I've jumped ahead of your question. As with DPLOTLIB.DLL, DPlot Jr does not use ActiveX. So that route may be closed to you. But you should be able to do most anything that you'd normally do through DDE by calling functions in DPLOTLIB.DLL.
Visualize Your Data
support@dplot.com
support@dplot.com
-
- Posts: 3
- Joined: Thu Mar 02, 2006 7:54 pm
-
- Posts: 3
- Joined: Thu Mar 02, 2006 7:54 pm