C++ data plug-in for DIAdem

Hello,
I need to developp a C++ data plug-in for DIADem, I read it's possible, but I don't find any information about how to do this.
I downloaded the labview_dataplugin_sdk_2011.exe because I'm using DIAdem 2011.
Does someone now how to do this in C++ and where I can fine C++ example ?
Futhermore, the measurement file is associated to 2 other files, one containing the channels and the frequencies, the other containing the scaling information for analog input. The scaling is polynomial and more than degree 1.
Is it possible to create a data plug-in that reads information in 3 files ?
Is it possible to set polynomial information instead of factor and gain for scaling settings ?
Thanks.
CFOE
Solved!
Go to Solution.

Hello Andreas,
I know that there is a Labview sdk to develop such plug-in but I didn't find something about the C++ one although NI said me that it could be done.
I searched on the website and the forum but I didn't find the API and documentation.
If you know where I can download it, it would be great give me the information.
Thanks.
CFOE

Similar Messages

  • Data plug-in for binary data with byte streams of variable length

    Hi there,
    I would like to write a data plug-in to read binary data from file and I'm using DIAdem 10.1.
    Each data set in my file consists of binary data with a fixed structure (readable by using direct access channels) and of a byte stream of variable length. The variable length of each byte stream is coded in the fixed data part.
    Can anyone tell me how my data plug-in must look like to read such kind of data files?
    Many thanks in advance!
    Kind regards,
    Stefan

    Hi Brad,
    thank you for the very quick response!
    I forgot to mention, that the data in the byte stream can actually be ignored, it is no data to be evaluated in DIAdem (it is picture data and the picture size varies from data set to data set).
    So basically, of each data set I would like to read the fixed-structure data (which is the first part of the data set) and discard the variable byte stream (last part of the data set).
    Here is a logical (example) layout of my binary data file:
    | fixedSize-Value1 | fixedSize-Value2 | fixedSize-Value3 (=length of byte stream) | XXXXXXXXXXXXX (byte stream)
    | fixedSize-Value1 | fixedSize-Value2 | fixedSize-Value3 (=length of byte stream) | XXXXXX (byte stream)
    | fixedSize-Value1 | fixedSize-Value2 | fixedSize-Value3 (=length of byte stream) | XXXXXXXXXXXXXXXXXXXX (byte stream)
    What I would like to show in DIAdem is only fixedSize-Value1 and fixedSize-Value2.
    ´
    If I understood right, would it be possible to set the BlockLength of each data set by assigning Block.BlockLength = fixedSize-Value3 and to use Direct Access Channels for reading fixedSize-Value1 and fixedSize-Value2 ?
    Thank you!
    Kind regards,
    Stefan

  • Data Plug In for FAMOS (*.raw)

    I am lookimg for a data plug in to load FAMOS data (*.raw). Where can I get this data plug in?

    Hi Mavis,
    Thanks for your reply.
    Date and time of famos data were created by IMC device. 
    The following attachment is an example to get waveform's t0, but I did not get what i want .
    Attachments:
    Load_famos_raw_data.vi ‏63 KB
    plugin.zip ‏100 KB
    raw data.zip ‏14 KB

  • The latest firefox 33.0 doesn't display the tamper data plug-in. I need the plug-in for research purposes

    I had to use the tamper data plug-in for my assignment in Software security course. The plug-in has installed correctly but it is not being displayed. Am I doing it any wrong or else is there a problem with the new firefox?

    Have you been using the Tamper Data extension in an earlier version of Firefox?
    Is the problem that there is no visible way to call up or configure Tamper Data? I don't use this extension myself, but generally speaking, you could check the following locations:
    (1) Tools menu
    To display the classic menu bar temporarily, tap the Alt key. To make it persistent, after tapping Alt, use View > Toolbars > Menu Bar
    (2) Developer Tools menu - in case it now integrates here
    * "3-bar" menu button > Developer
    * menu bar: Tools > Web Developer
    (3) Unused buttons - in case it has a button that just isn't on any toolbar
    Use the Customize feature to check the available buttons and drag to the desired location. See: [[Customize Firefox controls, buttons and toolbars]].
    Can you find a way to run it?

  • Why does Data (wifi) stop coverage when IPhone 5C plugged in for recharging?

    Why does the Data (wifi) stop working when  IPhone 5c plugged in for recharging?

    It does not, or should not.
    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • I want to uninstall Acrobat reader. I got support in the community to access my HD and to send to trash the internet plugs in for PDF viewer, but when I try to download a PDF from internet a black screen appears and preview doesn't open

    I want to uninstall Acrobat reader. I got support in the community to access my HD and to send to trash the internet plugs in for PDF viewer, but when I try to download a PDF from internet a black screen appears and preview doesn't open

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Payment engine - Plug-In for own file format

    Hi,
    I developed a plug-in for the payment engine (2004C for Poland) which generally can be debugged/compared/deployed successfully.
    But: Depending on choosing certain company databases, it's posible/not possible to run the project of the add-on from the debugging environment. If I choose one of the "incorrect" databases, starting the debugger using Visual Studio .NET 2003 succeeds, but I am getting two popup windows within the B1-GUI and one popup outside of B1:
    1. window within B1: "Check database". To my mind, this popup is generated by the payment engine.
    2.window  within B1: "The database has been upgraded to a more recent version of the SAP Add-on, please upgrade the SAP Add-On on this computer to version 6.70.2.0"
    At this time within Visual Studio, I can notice two exceptions thrown by a corresponding thread: First-chance exception at 0x7c812a5b in SBOAddOn.exe: Microsoft C++ exception: MalformedURLException @ 0x0112b6b4.
    First-chance exception at 0x7c812a5b in SBOAddOn.exe: Microsoft C++ exception: [rethrow] @ 0x00000000.
    3. window outside of B1: "SAP Add-On terminated due to required software update"
    This means to me: The process of debugging starts as usual (successful). Thereby, the payment engine is started (successful). After that, it seems to me that the payment-engine is either comparing different library version of certain dll's / AddOn.exe as stated in SAP notice 1156374 or comparing information stored in the database table of the company and - due to the result -terminates. This behaviour seems depend on the selected company-database.
    Did anyone notice a similar behaviour of payment-engine plug-ins? Is it possible to change data (within the company database or somewhere else) in order to be able to debug the affected company databases again?
    Best regards,
    Norbert
    SAP - Notice: 1156374
    Symptom
    When you start an SAP addon, sometimes it will show an error message like this, "The Database was upgraded to a newer Version of the SAP Add-on; please perform an upgrade of the SAP Addons to Version X.XX.XX.XX on this
    client also."
    Cause and Prerequisites
    Usually, an addon is comprised of two parts, addon exe with relevant dlls installed in addon folder and a BFAddonFramework.dll in windows' system32
    folder which will provide common functionality for addons to connect with SBO and some other utilities like db operation, form operation etc.
    As we will release a new addon patch only when there are bug fixes in this period, not all addons have relevant patch comforming to the patch No.
    Some addons will do version check before starting up successfully, and this check will compare the version difference between addon and framework dll.
    If they do not match, such a warning message will display. This is a friendly notification warning you that issue may occur when the versions do not match, but normally they can work properly with each other.
    If we have framework changed a bit which will cause the incompatibility between addons and framework, we will release addons with relevant framework version. That is in our concern.
    Solution
    Normally, the error message will not affect the addon's behavior. You should just ignore it.

    There are commercial plugins from DTP Tools and Markzware that will allow you to open a PDF and convert to .indd directly, but that's the only way to edit a PDF inside ID, and there may be some loss in translation.
    You can export the images and the text from the PDF using Acrobat pro, then plalce the PDF into ID as a template on which to rebuild, or you can try to obtain the original files used to create the PDF. As a format, PDF is inteneded to be the final output, not subject to further editing.

  • Experimental WIC import plug-in for Photoshop

    Hello,
    For what it's worth, I've written a small import plug-in for Photoshop, that uses WIC codecs to access the image files and thus is compatible with manufacturer-provided decoders such as the Nikon NEF codec and the Canon CRW/CR2 codec. It should presumably work with the new Nikon NRW codec, supporting the Nikon P6000 camera, when it comes out.
    This is an experimental plugin, provided on an "as-is" basis.
    http://www.fastpictureviewer.com/bin/WICAcquirePlugIn-ALPHA.zip
    There is no color-management support in this version, if you import, say, an image shot in Adobe RGB, you have to use "Edit->Assign Profile..." after importing to let Photoshop know about the image's profile. The plug-in was tested with CS3 but does not depends on anything except WIC, so it *may* work in other apps able to use Photoshop import plugins.

    New cameras need a new plug-in.  Adobe only updates the plug-in for the current version of elements.  Since your Elements is one version out-of-date, your camera may be too new.  Help / Updates in Elements should find the latest version of the plug-in that is still applicable.
    If your camera is too new, then you’ll need to purchase an upgrade to PSE 11, or use the newest DNG Converter 7.3 to convert your NEFs to DNGs that will open in an older version of the plug-in.
    You can find the various updates on http://www.adobe.com/downloads/updates using the dropdown list near the top.

  • Has anyone tried this? AutoMailMerge Plug-in for Adobe Acrobat

    Mail Merge in Acrobat 9 Professional?
    Hi, All!
    I have been told that I can perform a mail merge similar to MS Word from within Acrobat Pro 9. The main document (with merge type fields) needs to be an Acrobat .pdf. The data source can come from an external file. The key is that the merge is performed in Acrobat, not Word.
    I have searched throughout Acrobat Pro 9 but have found no functionality that matches my needs. Can anyone help me with this?
    I was informed the there is this outside company that has this "AutoMailMerge™ Plug-in for Adobe® Acrobat®"
    http://www.evermap.com/automailmerge.asp
    Has anyone tried this? Does it work? Will it do what I'm looking do? 
    Please help!
    Thank you!
    Chistina

    there are four episodes from MacBreak Studio avail for free, which explains MultiCam in FCPX
    http://youtu.be/gNOfgBClIvQ
    http://youtu.be/qKhmZbVgywk
    http://youtu.be/eeQzOycTlOU
    http://youtu.be/RS5Ct3I8Yrs
    … in there, you'll find some not-so-known 'tricks' to fasten the process of synching, such as using Markers (not 'on beat' just 'approx').
    I tried with my multicam soccer-recordings = no music (aside the referee's whistle ), and FCPX managed indeed to synch this stuff - impressive!

  • How to fix acrobat/pagemaker plug-in for Outlook 2013 from disabling on restart?

    I have an issue with one of my customers where they have to go in and manually enable the Adobe Acrobat plug-in for Outlook 2013 every time they close and re-open Outlook or restart their computer.  When I go into Add-Ins in Outlook the plug-in isn't in the disabled COM add-ins, but in  the Inactive Application Add-ins section and the user needs to click on Go and then check the box to enable it.  This happens everytime Outlook is restarted or the computer is restarted.  Anyone seen this issue and have a fix?  it's a Windows 7 pro machine running Adobe Acrobat X and Office 2013 (cloud install).  Office and Windows are all patched and up to date.  Running "check for updates" within Acrobat says it's up to date also.  Thanks for any input or help in advance.

    Sounds like the Security settings in the registry for Outlook 2013/Office 2013 are stuck and not letting you permantly change/the setting.  This has more to do with Office than it does with Acrobat so you may want to go to the MS website to see where these settings live in the Windows registry.

  • Update browser plug-in for Acrobat

    Firefox 12 says my Adobe Acrobat 9.5.1.283 Plug-in needs updating, but when I click on the "Update" button it takes me to Adobe's download page for Reader X. I've read that installing Acrobat and Reader on the same machine is not recommended. When I check for updates in Acrobat it says no updates are available. How do I resolve the out-of-date Plug-in? I'm using WIN XP Pro SP3.

    Firefox considers the Acrobat / Reader X plug-ins to be the latest available, since they are of the order 10.x.x.x as compared to those of 9.5.1 i.e 9.5.1.xxx.
    You can safely ignore these warnings since you are at the latest version of Adobe Acrobat available.
    OR you could download Reader X and make it the default PDF viewing application, which would resolve this issue for you.

  • Is there a plug-in for Indesign Interactive PDF buttons which simulates the same control as Acrobat?

    I want to know if there is a third party out there making plug-ins for Indesign CS6 specifically for interactive PDF buttons and forms which allows for better control over text boxes.... ie. date formatting, 1-10 characters per text boxes, etc.

    Not that I've heard of. You'll have to tweak those features in Acrobat Pro.

  • Websphere Studio Plug-in for DB2 Intelligent miner

    The WebSphere Studio Plug-in for DB2 Intelligent Miner is a plug-in for Websphere Studio development tools (WSSD, WSAD, WSED) that can be used as a graphical front end for DB2 Intelligent Miner Scoring/Modeling.
    DB2 Intelligent Miner Scoring/Modeling is a DB2 extender for data mining. It provides a SQL API that allows you to add data-mining functionalities to your application. But since it doesn't provide any GUI, the programmer has to learn the data-mining SQL API to be able to use it. For complex mining operations on large numbers of tables, the use of the API is not an easy task.
    This plug-in hides the complexity of the API by allowing the programmer to define a data-mining process in a visual and intuitive way. The plug-in automatically generates the SQL code necessary for running it.
    http://www.alphaworks.ibm.com/tech/imeclipseplugin?open&S_PKG=&S_TACT=103AMW61&S_CMP=GR&ca=dgr-awjw03imeclipseplugin

    The WebSphere Studio Plug-in for DB2 Intelligent Miner is a plug-in for Websphere Studio development tools (WSSD, WSAD, WSED) that can be used as a graphical front end for DB2 Intelligent Miner Scoring/Modeling.
    DB2 Intelligent Miner Scoring/Modeling is a DB2 extender for data mining. It provides a SQL API that allows you to add data-mining functionalities to your application. But since it doesn't provide any GUI, the programmer has to learn the data-mining SQL API to be able to use it. For complex mining operations on large numbers of tables, the use of the API is not an easy task.
    This plug-in hides the complexity of the API by allowing the programmer to define a data-mining process in a visual and intuitive way. The plug-in automatically generates the SQL code necessary for running it.
    http://www.alphaworks.ibm.com/tech/imeclipseplugin?open&S_PKG=&S_TACT=103AMW61&S_CMP=GR&ca=dgr-awjw03imeclipseplugin

  • Plug-ins for RealServer 8 and Oracle 9i

    We are in the process of figuring out what we need to stream video stored in 9i with InterMedia using RealServer 8 on Solaris. Oracle says that there is no plug-in for Oracle 9i yet. All the plug-ins I found on OTN, even the 8i ones refer to RealServer G2 or RealServer 7.
    Has anybody been working on getting this plug-in or this configuration working ? We'd like to use the new version of the db, 9i and also the newest version of RealServer. Thanks in advance.

    The plugin can be made to work with RealServer 8 and 9i with a workaround.
    Without doing a workaround, An invalid library message
    occurs when the RealServer loads the Oracle plugin and tries to locate/resolve all the libraries that the plugin needs.
    If a library can't be located then a invalid message is emitted.
    The workaround only works on Solaris.
    The workaround is to, simply go to ${ORACLE_HOME}\lib and
    create a new symbolic link to point to the version 9 library: `ln -s libclntsh.so.9.0 libclntsh.so.8.0`
    To check if things are now OK On Solaris, go to the realServer plugins directory and type `ldd liborclfs.so`.
    This will list the dynamic dependencis for the plugin. If any of the dependecies can not be found/resolved,
    it will list a not found message.
    Larry
    Also see:
    Re: Date format : minutes are showing as one digit when the minute value is 1-9

  • PDF Plug-in for Firefox on Macintosh Copy & Paste

    PDF Plug-in for Firefox on Macintosh needs to allow for copy and paste functionality using the keyboard instead of only working with a mouse click when filling out online forms.

    Yes, it's an identical copy (incl. version, dates and digitally-signed certs) as far as I can see on all these 3 folders located at C:\Program files\
    -> Adobe\Reader 9.0\Reader\Browser -> nppdf32.dll
    -> Mozilla Firefox\plugins -> nppdf32.dll
    -> Internet Explorer\PLUGINS -> nppdf32.dll <--- This folder and file
    Please also note that IE Activex controls (3 files - also at version 9.5.2.295) are located at  C:\Program files\Common files\Adobe\Acrobat\ActiveX\
    -> AcroPDF.dll (PDF Browser Control)
    -> AcroIEHelper.dll (Adobe PDF Helper for Internet Explorer) and
    -> AcroIEHelperShim.dll
    Weird indeed! Any ideas?

Maybe you are looking for

  • My Ipod touch 8GB cannot turn on

    My Ipod touch 8GB cannot turn on even when I press the home button and sleep/wake up button together as instructed. It keeps on showing the sign whereby need to connect to Itunes. However, we connected it but it still does not turn on and the home sc

  • Mac Mini OS 10.4.11 won't recognize SanDIsk MIcro SD Card 2 different card

    I am trying to add files to a 4G Transflash card using a Transflash SanDisk Adapter. I have tried two different card readers and the mini never recognizes the card as a drive. I formatted the card in the cell phone, so the cell phone recognizes the c

  • Error missing JC150000[1].cab file

    I am trying to load JS2E and I get the above missing file error. I tried looking for the file online and instead find some obscure corrupt versions. Can anyone help me?

  • Master Details Forms- Report getting error

    Dear All, I have used master details form . In details form , i am having 50 fields . i am able to add row. after that it is showing error ike below. Error: ============================================================================= Error in mru in

  • Inserting formatted text

    How can I insert formatted text into the sequence, keeping it transparent so I can show it over another clip? The text generator doesn't let me vary the text within one frame. So if I have, "The Doodad Theatre Production of, Don Juan" and want to mak