Reading a line from a third party software using call dll function.

Hi,
I am using a third party software in Lab VIEW.
I am having trouble using one of the functions defined in the dll.
I have the VI attached here, As u can see in the VI I am not sure how to use the function
LCOM_MasterGetLine in the fourth sequence.....
This has three parameters and they are
(int ID,char*Buffer,int Length)
What basically happens with this function is this...
/* ROUTINE LCOM_MasterGetLine
It Reads line of maximally Length characters from Slave ID into Buffer and the parameters are
* ARGUMENT(S) ID ... Slaves ID
* Buffer ... Where do you want chars (at least Length+1 in size)
*Length ... How many at most (should be less than LCOM_MAXLEN)
Can
any one help me how to define the input parameters for this function, for example in the fourth part of the Vi attached here.
What I understand from the function is that, the third party software when it sends a line, that line is stored in the input parameter...buffer ...that is defined to the dll.
Can any one help me how to then read what line has been sent from the third party software.
I am including the dll file and also the header file here.
Thanks a lot,
Ajit
Attachments:
New_Folder.zip ‏30 KB

One problems with your solution:
LCOM_MasterGetLine(int ID,char*Buffer,int Length)
You should allocate a buffer large enough in LabVIEW and pass it to the Call Library Node. The dll function needs som space to actually scribble in whatever it wants to do.
Check out the attachement this should more or less be what you will need.
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions
Attachments:
ex.vi ‏45 KB

Similar Messages

  • How to call third party software from Ecc6 using ABAP

    Hi all,
    I need to execute a third party software using abap coding .
    The software converts doc to pdf, the input from ecc6 would be the file path.
    I need to do this using ABAP.
    thanks
    ziv.

    Hi Ziv
    You can use METHOD cl_gui_frontend_services=>execute
      EXPORTING
        application            = <<<.exe file>>>
        operation              = 'OPEN'
    to run .exe files
    Best Regards
    Yossi

  • Sap integration with third party software

    hey all,
    we are actually trying to integrate sap with EAI( IBM WEBSPERE third party software) and here date needs to flow from EAI - SAP.
    and we have done that through BAPI and in the EAI we got a message saying that the data base has been created but infact when i am trying to check the same in my sap screen am not able to find it i have also checked the database table but its not available .
    do anyone has any idea as to where do we exactly go and search for a particular data once its transferred from a third party software????
    any help is highly appreciated
    Thanks & Regards,
    Vinila Kanakala.

    COMMIT WORK is necessary after most BAPIs. What you describe is usually a result of calling BAPI without COMMIT WORK. The message tells you that document was created, but when you look into database, the document is not there.
    I'm not sure how to resolve this in case of the 3rd party software though. Maybe instead of just using a plain BAPI you will need to write a custom function module, which will capp BAPI and do COMMIT.
    Hope this helps.

  • I am trying to send an e-mail form a third party software and it tells me that it can not connect to MAPI. I do not know what that is or what to do about it.

    The third party software is called Photo Mechanic.

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access web mail, you need to seek support from your service provider or a forum for that service.
    If your problem is with Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/]
    or this one
    [http://forums.mozillazine.org/viewforum.php?f=39]

  • Third party software and sap interactive forms

    Hi,
    Is it possible that data (from a third party software) be sent to an SAP interactive form hosted on an SAP instance?
    Thanks
    Benoît Vézina

    Here is what i want to achieve. I want to create an Adobe form in my DM instance (webdynpro or java). I still have some old application that are not on the SAP platform but those applications could use the same adobe Form. So instead of maintaining Adobe form for DM and another for my non-sap application, i would like send the data from that non-sap application to the forms that is in my DM sap instance, is it possible.
    Thanks for your time

  • Third  party software fails

    When i want to get an update from any Third party software i can't, ( see snapshot )
    [IMG]http://img682.imageshack.us/img682/3850/capturedcran20100423061.th.png[/IMG ]
    [IMG]http://img27.imageshack.us/img27/3850/capturedcran20100423061.th.png[/IMG]
    what happens, i tried to download the soft from safari or firefox after flushing the cache , but nothing start from direct download

    http://img682.imageshack.us/img682/3850/capturedcran20100423061.png
    http://img27.imageshack.us/img27/3850/capturedcran20100423061.png
    and for example for i'm trying to direct download bodega :
    http://appbodega.com/
    and when i click on download nothing start , i have a blank page, no dmg appears

  • Third party software integration with sap fi

    hey all,
    we are actually trying to integrate sap with EAI( IBM WEBSPERE third party software) and here date needs to flow from EAI - SAP.
    and we have done that through BAPI and in the EAI we got a message saying that the data base has been created but infact when i am trying to check the same in my sap screen am not able to find it i have also checked the database table but its not available .
    do anyone has any idea as to where do we exactly go and search for a particular data once its transferred from a third party software????
    any help is highly appreciated
    Thanks & Regards,
    Vinila Kanakala.
    HCU- SAP

    Hi,
    Thanks for sharing such excellent blog with advantage and limitations.
    Thanks & Regards,
    Nagarajan

  • Create a Web Service to connect a third party tool using ABAP.

    Hi Guru's,
    I wanted to create a web service to access a third party tool for fetching data from it. Can anyone guide me on how to do that and what are the basic needs that we should have to use Web services? To execute a web service, do we need a J2EE engine?
    Thanks & Regards,
    Veerabhadra Rao A.

    Hi Rich,
    Thanks for your immediate response.
    Can you please explain me the technical point of view for fetching the data from a third party application using web service? Which method would be correct for this (i.e., BAPI/FM/FG/Message Interface)? What is the step by step process to fetch data? If I use a function module, how do I pass the data to the web service? Can you give me some more inputs to it?
    Please help.
    Thanks & Regards,
    Veera.

  • How to streaming data/image from labview to a third party software

    Hi, i am working on a research project and stuck on the following problem: I have two cameras and one IMU Sensor unit, all conected to my PC. I save the camera images as avi format and the IMU sensor as TDMS format. I have also another software running on the same PC which i developed using VisualStudio2013.  On this software i alredy implemented a very complex filter to fuse images and IMU.  Now my quesion: would be it possibel to stream the .avi and .tdms from LabView to my software so I can test in real time how my filter is performing? If yes please let me know what LabView function do i have to use. thanks

    Thanks, the hardware are my PC, 2 usb cameras and one usb-IMU sensor. The PC runs w7 with LabView2014. I can read the camera and IMU to my Laview without any problem and save the data on my hard desk. I am also developing another software on VS-C++ for image processing and data fusion. I would like to know what is the best (and fastest) possibility to stream this data (Images and IMU) in real time from LabView to my own software?
    I read a lot in NI-website on how to communicate LabView with a third party software. They are summarized in this link:
    https://decibel.ni.com/content/docs/DOC-9131
    It looks for me that the ‘shard memory’ principle (or File Mapping) is the most convenient method. In VC++ under windows I can easily handle shared memory by calling FileMapping windows functions. Now the question is how can I do that in LabView? I am relatively new in LabView and do not know if it is possible to use shared memory in LabView. For example: is it possible in LabView to buffer both video streams and IMU-data (live) in a shared memory in computer RAM using the windows FileMaping functions (may be using .dll). Then I can access the RAM form my own software and read the stream. Please see the attachment for more description.
    Attachments:
    Unbenannt.PNG ‏139 KB

  • Third party software in transferring songs from ipod back to pc

    my computer crashed and i lost all of my songs on my pc, i heard that we can put back all the songs stored in ipod back to pc, using a third party software. do you guys think this is the best way to do it? what are the list of software? i tried doing it using itines 7 but i just cant do it. pls help. thanks much!
      Windows XP Pro  

    Copying from iPod to Computer threads...
    http://discussions.apple.com/thread.jspa?threadID=868833&tstart=0
    http://discussions.apple.com/thread.jspa?messageID=797432&#797432
    Also these useful internet articles...
    http://www.engadget.com/2004/11/02/how-to-get-music-off-your-ipod/
    http://playlistmag.com/help/2005/01/2waystreet/
    iPod: Frequently Asked Questions
    http://docs.info.apple.com/article.html?artnum=60920
    Patrick

  • Warning, third party software from Lenogo

    Hi,
    I just wanted to warn others about purchasing third party software from "Lenogo" www.lenogo.com
    I saw this company mentioned here on the apple forum, and I then purchased the ipod to mac transfer software so I could transfer my music from my ipod (all paid for, no copyright issues here) back to my computer's itunes after an unsuccessful sync.
    The software wouldn't download or install and the company did not reply to any of my emails or support tickets, or provide telephone contact details.
    They did not provide support or a 30 day money back guarantee refund, as advertised.
    I've been ripped off, basically!
    Just wanted to let you guys know so it doesn't happen to you!
    Kate.

    Hello and Welcome to Apple Discussions. 
    Thanks for this and bump!
    cheers
    mrtotes

  • Third Party software's to be launched from SharePoint 2013

    I have a strange requirement of launching couple of third party software's from a SharePoint site. Here is one of the application, this application is used for time management which sync's to a central server (I think). It has a user interface where user
    can capture his/her time and then save it. Now, my client wants to launch this application from his SharePoint site like an icon should be there on the site and users can click it from company's external SharePoint site and use the application. The current
    situation is that application is installed on the SharePoint server and now we need to host it on a SharePoint library or anywhere (may just a link) but as per my understanding we cannot do that so I wanted to check with all admins if they have ever encountered
    such request or even is this doable?
    Regards,
    Shiv Yadav
    Shiv Yadav(MSCA)

    If it's a web app, you can integrate it leveraging the Secure Store Service, but I've got the feeling it's a client application. Of course, this falls outside the control of SharePoint or the browser, but you can display a link pointing to a local client
    in HTML in a SharePoint page. If it's there, a dialog window appears and if the end user agrees the client app is started (of course, it is not possible to start client apps at will from a browser, this would be far from a desirable situation). The code would
    be like so:
    <html>
    <body>
    <a href="C:\Program Files (x86)\Microsoft Lync\communicator.exe">Launch</a>
    </body>
    </html>
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Connecting to third party software from R/3

    Hi Interface Gurus,
    I have to communicate with a software program lying on AS400(i series) system from R/3. Please let me know the process i need to follow to talk to this software.
    It would be of help if you can suggest how and what are the settings and steps i need to take to make a RFC call to this program from R/3.
    Thanks in advance
    Rupendra

    Hi Rupendra,
        In order to communicate with a third party software, you need to establish a connection first and then it can send and receive the messages.
    For all these settings to be done you need to contact your Basis person, who will setup the RFC destination and sender details and other basic needs.
    Hope it helps!!!!
    Do not forget to assign points, if helpful.
    Amit

  • Question about to recover data from windows essential 2012 (with raid0 or 1)with third party software !

    hi,
    I like to know if it is possible to install data recovery software on a extern harddisk ,and run it from there , just run  the  third party software in the memory of windows essential 2012 to recover data from its  harddisk  which has
    raid 0 or 1.
    if it is possible to install third party softare on extern harddisk or on usb stick on run it from there which steps I have to take ,or if there is some article about  it on windows website.
    how to install third party softwares on extern harddisk or usb stick on run it from there.
    thanks
    johan
    h.david

    Hi johan,
    Based on your description, I understand that you want to know how install a third-party software on an external
    harddisk or usb and then run this software from there. Regarding this issue, I suggest that you should contact with the third-party software support and confirm it. Since most programs use windows registry entries, and may rely on some .dll files. If all relevant
    auxiliary files and configurations of this software were installed in one directory tree, you may be able to install and run it on an external harddisk or usb.
    Hope this helps.
    Best regards,
    Justin Gu

  • Is there any third party software that will allow me to print CD labels from iTunes?

    I want to be able to print a CD label from a song list I burnt to CD in iTunes. Is there a third party software that will let me do this since iTunes won't?

    Hi,
    If you wish to merely transfer files, one idea could be to have one ftp or web server on each machine, and then use appropriate clients (ftp programs or web browsers).
    TCP/IP software is available under System 7.5.5. The 8100/100 can use standard RJ-45 Ethernet cabling via a suitable adapter for AAUI-15 (such as the Apple Ethernet Twisted-Pair Transceiver M0437).
    For the Mac, the now free program NetPresenz could perhaps be of interest as a server solution.
    Jan

Maybe you are looking for

  • R190 System Update - Scheduled to go live September 10th, 2013

    We are announcing a new Business Catalyst release, scheduled to go live on Tuesday, September 10th. Please refer to our blog post for an overview of all major changes. In this release, we're introducing the ability to set metadata for products, simil

  • Need help with cropping

    I have taken a clip with resolution 1920x1080. I want to downsize the video to 360x202 (16:9). But I also want to crop and export only the upper right corner of the original clip as the resulting video. I have tried setting the view zoom level of the

  • Financial Reporting auto row height

    Hello, I'm trying to build report using Hyperion Financial Reporting Studio. And i need to define row height automatically depending on data. Most of my data needs only one-line rows. But some strings (about 5%) are long enough to be double-lined. Th

  • Weblogic 5.1 SP3 and Apache 1.3.12 Config Question

    Hello; Can someone tell me how I might make this configuration work? I'm trying to run multiple Weblogic Process on one box and 1 Apache Process on another box. I would like to utilize the "VirtualHosting by name" via the HTTP1.1 protocol and use the

  • [urgent] D4O-1014 error when connecting to OracleBI Discoverer

    Hi everyone, I try many approaches even remove all dimensions and cubes, still has the error msg when connecting to OracleBI Discoverer Version 10.1.2.2. Oracle Database is 9.2.0.7.0 D4O-1014: An unknown exception had occurred while connecting to the