Search found 36 matches
- Fri Nov 20, 2020 4:42 pm
- Forum: Suggestions/Questions
- Topic: Evisive 3D file importer Plug question
- Replies: 1
- Views: 23688
Evisive 3D file importer Plug question
Hi David, It has not been an issue in the past 16 years, but I just noticed the Evisive 3D importer plugin doesn't populate the Z-axis text from the .evd binary file. (It's entirely possible that I have the binary file formatted improperly, but not badly enough to break anything else) I don't have t...
- Wed Nov 11, 2020 9:24 am
- Forum: General discussion
- Topic: Adding extra notes into a .grf file
- Replies: 2
- Views: 25300
- Tue Nov 10, 2020 4:55 pm
- Forum: General discussion
- Topic: Adding extra notes into a .grf file
- Replies: 2
- Views: 25300
Adding extra notes into a .grf file
David, Since .grf files are ASCII text, can I store/insert my own notes into a .grf file? As a test, I copied Z-axis text from a contour plot .grf and pasted the 'Y2Axis' and following title text line into a 1D line scan .grf before the 'STOP' line, and it didn't seem to adversely affect it. Are the...
- Wed Apr 01, 2020 3:04 pm
- Forum: Basic
- Topic: How to get FileName of active DPLOT document from VBScript
- Replies: 0
- Views: 51497
How to get FileName of active DPLOT document from VBScript
I am trying to get the "FileName" of the Active DPLOT document in a VBScript. Am I correct that using the DPLOTLIB.DLL is not supported in VBSCRIPT?
Is there a DDE method? I have not had any luck in simulating this in Excel through DDE.
Mike
Is there a DDE method? I have not had any luck in simulating this in Excel through DDE.
Mike
- Tue Jul 16, 2019 11:00 am
- Forum: General discussion
- Topic: ForFilesIn macro error
- Replies: 3
- Views: 34411
Any idea why
doesn't appear to return values for VAR_A or VAR_B - only VAR_C?
Code: Select all
FileSaveAs("BMP Picture","VAR_C#VAR_A#VAR_B#.bmp")
- Mon Jul 15, 2019 11:31 am
- Forum: General discussion
- Topic: ForFilesIn macro error
- Replies: 3
- Views: 34411
This is the macro I am using. I am using # as a separator character to make file name parsing easier in wscript. The commented out FileSaveAs line doesn't give an error, but generates a bitmap with filename only - no title2 or xaxistitle. 'ImageConvert 'When calling from command line use: ' evimage....
- Sun Jul 14, 2019 2:14 pm
- Forum: General discussion
- Topic: ForFilesIn macro error
- Replies: 3
- Views: 34411
ForFilesIn macro error
I have a wscript calling a macro that is returning the following error from a ForFilesIn loop when it tries to process a file without Title2. NULL result for replaceable parameter |TITLE2| in FileSaveAs . Once I hit OK, the following box pops up. Negative acknowledgement received from server . I pre...
- Mon Jan 28, 2019 6:43 pm
- Forum: General discussion
- Topic: Distribution
- Replies: 12
- Views: 89944
Does this apply to DPLOT itself, as well as DPLOT JR?
Does this apply to DPLOT itself, as well as DPLOT JR?
On a Windows 10 Home machine, DPLOT was installed and registered using an account with administrator permissions. In a different user account with less permissions on same computer, DPLOT says it isn't registered.
On a Windows 10 Home machine, DPLOT was installed and registered using an account with administrator permissions. In a different user account with less permissions on same computer, DPLOT says it isn't registered.
- Wed Mar 14, 2018 2:22 pm
- Forum: Bug Reports
- Topic: FileNewEx, Conditional equations and CSV-import issues
- Replies: 5
- Views: 47849
FileNewEx / File Save As issue - any solution?
Hi David,
I am experiencing the identical issue with FileNewEx and file Save As. I am also generating XY plots via dplotlib.dll.
Any solution or workaround?
Thanks
I am experiencing the identical issue with FileNewEx and file Save As. I am also generating XY plots via dplotlib.dll.
Any solution or workaround?
Thanks
- Mon Aug 07, 2017 8:56 am
- Forum: Basic
- Topic: trouble changing DATA_3DR real-time plot to DATA_3DS
- Replies: 14
- Views: 89810
I'm now using a simpler solution using the 3D surface plot for my application. The visual effect is better than Scatter plot anyway. I am only updating once every few seconds. DPlot has plenty of time to re-triangulate before getting the next data set. I do not need the sub-second updating of the pl...
- Thu Aug 03, 2017 5:49 pm
- Forum: Basic
- Topic: trouble changing DATA_3DR real-time plot to DATA_3DS
- Replies: 14
- Views: 89810
Whether you're adding one point or 100,0000, the entire surface must be triangulated again, and triangulation is the biggest bottleneck That was my reason to try the Scatter plot. I am turning off Anti-aliasing, and deferring MinMaxCheck In my polling application, I am getting about 15 data points ...
- Thu Aug 03, 2017 11:15 am
- Forum: Basic
- Topic: trouble changing DATA_3DR real-time plot to DATA_3DS
- Replies: 14
- Views: 89810
In my VB6 application sending data to the 3D Scatter plot gives me timeout errors quicker than when sending data to a 3D Surface plot. It appears I can eliminate the timeout error sending to 3D surface plot by reducing how often I send data. Is the timeout error related to how often the addData call...
- Mon Jul 24, 2017 9:18 am
- Forum: C, C++, C#
- Topic: DPLOTLIB.DLL update without DPLOT.exe update?
- Replies: 2
- Views: 83818
- Fri Jul 21, 2017 5:26 pm
- Forum: C, C++, C#
- Topic: DPLOTLIB.DLL update without DPLOT.exe update?
- Replies: 2
- Views: 83818
DPLOTLIB.DLL update without DPLOT.exe update?
Hi David, Version 2.3.5.5 (27-Jan-2017) added settings for FileNew and FileNewEx commands to create an empty 3D scatter plot. I want to test that feature. A note on the page states: Green entries are programming issues, generally concerning DPLOTLIB.DLL.... Does this mean I could obtain this access ...
- Tue Mar 21, 2017 2:04 pm
- Forum: Bug Reports
- Topic: DPlot not properly closed - Windows 10 32-bit
- Replies: 6
- Views: 46324
- Tue Mar 21, 2017 10:01 am
- Forum: Bug Reports
- Topic: DPlot not properly closed - Windows 10 32-bit
- Replies: 6
- Views: 46324
I reproduced the issue by closing EVimage (dplot) with several plots open - without saving the plots. In Task Manager | Analyze Wait Chain, I get EVIMAGE.EXE is waiting for another process (splwow64.exe). I don't have printers installed, nor have I tried to print anything. The MS office 2016 is 32-b...
- Mon Mar 20, 2017 12:09 pm
- Forum: Bug Reports
- Topic: DPlot not properly closed - Windows 10 32-bit
- Replies: 6
- Views: 46324
I'm having a similar issue with Windows 10 64-bit. I have two new supposedly identical GETAC S410 laptops with Windows 10 64-bit with the same version of dplot (evimage.exe ver 2.3.5.5). On one laptop closing dplot makes it go away, but still remains in task manager occasionally. On the other laptop...
- Mon Oct 03, 2016 8:19 am
- Forum: C, C++, C#
- Topic: How can I retrieve Title1 of open plot from C# program?
- Replies: 3
- Views: 35821
- Mon Oct 03, 2016 8:04 am
- Forum: C, C++, C#
- Topic: How can I retrieve Title1 of open plot from C# program?
- Replies: 3
- Views: 35821
- Sun Oct 02, 2016 2:09 pm
- Forum: C, C++, C#
- Topic: How can I retrieve Title1 of open plot from C# program?
- Replies: 3
- Views: 35821
How can I retrieve Title1 of open plot from C# program?
My c# code sends a to open a file in DPLOT.
How can I then retrieve the Title1 text? in my C# code?
Code: Select all
dplot.DPlot_Command(...)
How can I then retrieve the Title1 text? in my C# code?
- Fri Apr 01, 2016 1:45 pm
- Forum: Bug Reports
- Topic: Delete thin triangles, pass 1 - DPLOT unresponsive
- Replies: 4
- Views: 20175
- Thu Mar 31, 2016 10:29 am
- Forum: Bug Reports
- Topic: Delete thin triangles, pass 1 - DPLOT unresponsive
- Replies: 4
- Views: 20175
Delete thin triangles, pass 1 - DPLOT unresponsive
attempting to use "delete thin triangles" on a fairly small data file in Shaded Band plot. Status of "Deleting thin triangles, pass 1" doesn't change. Cursor showing busy. Clicking on DPLOT title bar brings up "(Not Responding). Using Dplot version 2.3.5.5. Windows 7 32-bit ...
- Wed Feb 24, 2016 12:13 pm
- Forum: Basic
- Topic: trouble changing DATA_3DR real-time plot to DATA_3DS
- Replies: 14
- Views: 89810
- Tue Feb 23, 2016 9:50 am
- Forum: Basic
- Topic: trouble changing DATA_3DR real-time plot to DATA_3DS
- Replies: 14
- Views: 89810
- Mon Feb 22, 2016 1:06 pm
- Forum: Basic
- Topic: trouble changing DATA_3DR real-time plot to DATA_3DS
- Replies: 14
- Views: 89810
Dplot_AddData with 3D scatter plot
Thanks, David. I just started with it. Creating a 3D scatter plot with FileNew(7) and the first several Dplot_AddData statements appear to work as expected, then DPLOT crashes and reopens full screen. It seems to do this after a random amount of iterations. Sometimes immediately - sometimes after se...
- Sat Feb 20, 2016 3:40 pm
- Forum: Basic
- Topic: trouble changing DATA_3DR real-time plot to DATA_3DS
- Replies: 14
- Views: 89810
Using DPlot_Plot can I set up an empty plot with zero data points? If not, I suppose I can create a new plot with one data point at (0,0)? I have some confusion on DPLOT structure regarding maximum number of data points. Do you have a real-time example using scatter plot? Any language would suffice.
- Thu Feb 18, 2016 12:10 pm
- Forum: Basic
- Topic: trouble changing DATA_3DR real-time plot to DATA_3DS
- Replies: 14
- Views: 89810
trouble changing DATA_3DR real-time plot to DATA_3DS
Hi David, I am currently streaming live data to a DPLOT windows to create a 3DR contour surface (shaded band). My code is somewhat based on example BTEST3. It works well, but as more data is added, the more time it takes to draw the surface. I think a simple solution for me is to just draw a scatter...
- Tue Jan 26, 2016 10:33 am
- Forum: Basic
- Topic: VB6 DPLOT_Command functions for real-time
- Replies: 9
- Views: 59397
More information
Normally I initially set up contour options on a shaded band plot (XYZ) just the way I like and save the default.set preferences. My application that sends data via the dll sends to a XY graph, then sets extents, and other parameters. I saved the default.set after the XY graph, which also saved the ...
- Sat Jan 23, 2016 11:56 am
- Forum: Basic
- Topic: VB6 DPLOT_Command functions for real-time
- Replies: 9
- Views: 59397
broken command
When the command works, a new plot window is opened - I can see it appear/enlarge sometimes when it is slow enough, and then my applications starts sending data to it. When it doesn't work, the whole EvImage (DPLOT) application (main form) disappears for a split second before reappearing. I can see ...
- Fri Jan 22, 2016 12:01 pm
- Forum: Basic
- Topic: VB6 DPLOT_Command functions for real-time
- Replies: 9
- Views: 59397
DocNum = DPlot_Command(0, "[FileNew()]")
DocNum = DPlot_Command(0, "[FileNew()]") has been performing flawlessly on several different computers running Windows 7 64-bit. On one computer I created a default.set file for the EvImage.exe (Evisive-branded DPLOT) and it seems to have broken this command. If I open a .GRF file first, t...