UltimaSerial DataqWWB.ocx
 

Windaq add-ons
Windaq Add-ons

 

The following info is provided absolutely "AS IS"

DataqWwb.ocx is an undocumented Windaq Waveform Browser (WWB) tracking ActiveX control from DATAQ. You can use it to track the cursor movement of Windaq Waveform Browser

It comes with the latest installation of DATAQ's ActiveX package, and we use it in our project WWB E vent Navigator

To use DataqWWB:

  1. Make sure you have DI500NT.DLL in your Windows directory
  2. Register these two messages:
    1. SyncMessage = RegisterWindowMessage("WindaqSync")
    2. WindaqCmd = RegisterWindowMessage("WindaqCmd")
  3. Using command line: windaq32.exe  -ddi500nt.dll  FilePath to start Windaq, or run Windaq and enter XY plotting once
  4. Post the following message to WWB
    1. PostMessage hWwbWnd, SyncMessage, 0, 0
    2. PostMessage hWwbWnd, WindaqCmd, 110, 0
  5. Assign DI500NT.DLL to the LinkDLL property of DataqWWB control
  6. Invoke Start
  7. In a timer loop, start tracking the cursor and marker position
  8. When it is done, invoke Stop
       

WWB 

Properties

  • WWBFileName
    • Returns the file path currently used by WWB
  • WWBFileCursor
    • Returns the current WWB cursor position
  • WWBFileMarker
    • Returns the current WWB file marker position
  • LinkDLL
    • Specifies the DLL used by WWB

Methods

  • Start
    • Start linking to the WWB via the DLL specified in LinkDLL property
  • Stop
    • Stop linking

Events

  • WWBError

 

 

 

Last update: 11/18/16

Copyright: 2000-2005  www.UltimaSerial.com