Using pixelink software development kit with labview

hi,
i am currently using the pixelink camera pl b741 f, however i am facing a problem when i use the "get frame dll" in labview.
my program works when in highlight execution mode, however when i run it in normal mode i get the following message:
Labview: an exception occurred within the external code called by a library node function node. This might have corrupted labview's memory. Save any work to a new location and restart labview. VI "amol_getimage.vi" was stopped at node "" at a call to "MEPU- acquisition-getframe .vi"
can you please help me!
thanks
amol

amolchoudhary wrote:
hi,
i am currently using the pixelink camera pl b741 f, however i am facing a problem when i use the "get frame dll" in labview.
my program works when in highlight execution mode, however when i run it in normal mode i get the following message:
Labview: an exception occurred within the external code called by a library node function node. This might have corrupted labview's memory. Save any work to a new location and restart labview. VI "amol_getimage.vi" was stopped at node "" at a call to "MEPU- acquisition-getframe .vi"
can you please help me!
It's simple! You made an error in the configuration of your Call Library Node. It could be a number of reasons but the two most likely ones are that you get a variable wrong to be passed by Value while it should be by Reference or vice versa, or that you call the function which expects a buffer it can write in the results (the image frame is a likely candiate) and didn't create a large enough buffer in LabVIEW to be passed to the function.
I actually think this last one is by far the most likely reason here and in fact the number 1 error done by most people that try to interface to a DLL through the Call Library Node. DLLs come from the C world and want to be called like that and one important rule there is that memory buffers to be filled, must always be created by the caller. This is different in LabVIEW itself since LabVIEW manages all the memory for you and allocates it whenver necessary but this can't work for calling DLLs as LabVIEW has ABSOLUTELY no way to know what a DLL function might need as memory buffer.
You can create such a buffer by either executing the Initialize Array function with the correct parameters or in LabVIEW 8.2 you can directly configure array and string parameters in the Call Library Node configuration to create the necessary buffer. I prefer the Initialize Array variant since the other one is a LabVIEW 8.2 only feature and creates a fixed size buffer while for your frame buffer you will likely have to allocate a memory buffer whose minimum size depends on the bitmap format and bitmap size the function is going to return.
Rolf Kalbermatter
Message Edited by rolfk on 06-29-2007 07:27 PM
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • Visual Studio 2013 Ultimate with Update 4 Installation Hangs on "Windows Software Development Kit" step

    Hi,
     I am attempting to install Visual Studio 2013 Ultimate with Update 4 on a Windows 2008 Server R2 machine that also has Visual Studio 2012 Ultimate already installed.
    Unfortunately, the installation always hangs on the  "Windows Software Development Kit" step. I have let it run overnight and the installation process never gets past this step. I always have to just kill the process, and uninstall.
    I have validated the checksum of the ISO, run the .exe as administrator, and also tried to install the software to both the C and D drive.
    I have also tried to run the installation with all of the optional components checked as well as with none of the optional components checked.
    In addition, I have uninstalled visual studio 2013 using the /uninstall /force command
    I have examined the log files produced at C:\Users\MYNAME\AppData\Local\Temp and I dont see anything obviously wrong.
    Here are the last few lines of the dd_vs_ultimate_20150109195533_225_Windows_SDK_Desktop.log file
    MSI (s) (DC:F0) [20:18:20:263]: Note: 1: 1402 2: UNKNOWN\Installer\Features\A2FE5D06C0E403C2836F952CE631F4A4 3: 2
    MSI (s) (DC:F0) [20:18:20:264]: Executing op: FeatureUnpublish(Feature=fe1d729f658fb745208c65956a0785d1b5,,Absent=2,Component=-N^qZe,c5?d.aP0.TOGN'+)%sZY@1xERdO]t)Sp,GXiq3m.l3EZ%Ox4io*FIQjbhz+j*zDWXXjMlUqpxp76U.08$^E=~()4a*jQRrsrMS.QvXF4uY819FP4s^d9K5=JH2CbML)ukS5l7@u%qQhykqD+hxS=.~k}N@%y_t159JF&4~{x$t&nJ)
    MSI (s) (DC:F0) [20:18:20:265]: Note: 1: 1402 2: UNKNOWN\Installer\Features\A2FE5D06C0E403C2836F952CE631F4A4 3: 2
    MSI (s) (DC:F0) [20:18:20:266]: Executing op: ActionStart(Name=RemoveFiles,Description=Removing files,Template=File: [1], Directory: [9])
    MSI (s) (DC:F0) [20:18:20:266]: Executing op: ProgressTotal(Total=2698,Type=1,ByteEquivalent=175000)
    MSI (s) (DC:F0) [20:18:20:267]: Executing op: SetTargetFolder(Folder=C:\Program Files (x86)\Windows Kits\8.0\bin\x86\)
    MSI (s) (DC:F0) [20:18:20:267]: Executing op: FileRemove(,FileName=Orca-x86_en-us.msi,,ComponentId={FE5AB6C3-6785-5A16-91A2-857596456EF8})
    Does anyone have any ideas of why this is happening? Are there any specific log files I could provide to help pinpoint the problem?
    Thanks
    Thomas

    Hello Thomas,
    "I have validated the checksum of the ISO" Do you mean you have used this page
    http://www.visualstudio.com/en-us/downloads/visual-studio-2013-iso-sha1-vs.aspx# to verify your ISO?
    Please send your full logs to me by use  http://aka.ms/vscollect . After using it, you will find vslogs.cab from %temp% folder. Please upload the file to
    https://skydrive.live.com/ 
    and share the link here.
    Actually you can refer to the following page to troubleshoot Windows SDK issue:
    http://msdn.microsoft.com/en-us/library/ee248512(v=vs.100).aspx
    The recommend way is to manually install Windows SDK itself and check the logs in detail.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Java Software Development Kit (SDK) for Java 6 on Leopard.

    Does anyone know if the Java Software Development Kit (SDK) comes with Leopard, or if one needs to sign up for an Apple developer account to obtain it?
    I typed the following command on the Terminal command line: 
        javac
    The output of that command was:
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    I would like to use Java version 6.

    Hi John,
    I sort of remember Java 6  being IntelMac only...
    Once you’ve gotten logged in, go to Downloads, select “Java” on the right hand side of the page, and download the Java SE 6 beta. Note: this is only available for Intel Macs running Tiger or Leopard — if you’ve got a G4 or G5, you’re out of luck right now
    http://www.metaphoriclabs.com/articles/installing-java-6-on-mac-os-x/
    But here they are...
    http://ituploads.com/apple/macintosh-os-x-java-jdk/
    Can I do Java 6 development in OS X?...
    http://stackoverflow.com/questions/739418/can-i-do-java-6-development-in-os-x

  • Where can I download SDK software development kit

    Hi everyone, I am completely new with xcode 4 program and
    I heard that with xcode 4 I able to create any kind of apps but I just didn't get
    what is SDK IS??? IS the sdk comes with xcode 4 or do i have to download separate...
    so basically what is deference between XCODE 4 and SDK???
    AND where can I download xcode 4???
    and wehre can I domnload SDK???

    I didn't answer one of your questions.  Xcode is the suite of tools necessary to build Apple software for either OS X or iOS.  Theoretically, you could build a simple app without much programming knowledge using Xcode.  The SDK, or software development kit, are the set of API's and code that either OSX or iOS  have that you need to actually run it on specific machines.  Again, theoretically, you could use Xcode to create a program, then use the SDK's to build it for both iOS and OS X.  There are a few programs that you can tell feel amost the same on both platforms.  The Twitter App is one.  Evernote is another.
    You really should become an Apple developer, if this is an interest of yours.  It's not that expensive, and you can access lots of stuff.  You even get advanced copies of the new iOS and OS X so that you can test your Apps. 

  • HELP! Where do I get the software development kit 1.3 for windows 98?

    HELP! Where do I get the software development kit 1.3 for windows 98? I got this java book and it tells me "http://java.sun.com". I guess it expects me to find it myself. I aint no good at finding stuff on the internet. Can someone give me like the exact address to download it or something? (Also, it wants me to get the java software development kit installation instructions and documentation... I have no idea what all that stuff is, or where to find it. I'm completely lost... Can someone tell me where to get that stuff?)

    Actually, the latest version is now jsdk 1.4.1
    From java.sun.com, you can click on "Downloads" at the left
    Then, you click on "java 2 platform, standard edition"
    Then, you can click on "J2SE 1.4.1"
    This leads to a page with the URL http://java.sun.com/j2se/1.4.1/download.html (you could use this URL wight now, in fact)
    That page has a table.. look for the row entitled "Windows (all languages, including English)", and in the column headed "SDK", you'll see a link "DOWNLOAD". Click on it (make sure you click on the right one!)
    You will then have to read the terms and conditions, and at the bottom, click the button labeled "ACCEPT"
    This will show a page with a link "Download j2sdk-1_4_1-windows-i586.exe"
    You click on that link, and the download will start. The file you are downloading is the installer for the J2sdk version 1.4.1
    Hope that helps!!
    Once you have downloaded it, you'll need to set it up. That's not very difficult, but if you need advice on that, I'll be watching this thread.
    Yours, Mike H...

  • I can not download SAP Business Intelligence Java Software Development Kit

    Does anybody know why I can´t download
    SAP Business Intelligence Java Software Development Kit
    I get a Error i don´t know if I do something wrong i have an account and i am able to download all the other thing but not this.
    403
    Sorry, you do not have the correct
    permissions to access this page.
    You may have received this link from another user with permissions different from your own, or you may be trying to access a page restricted to your user-type.
    However, if you believe this error is the result of a technical problem unrelated to your permissions, please take a screenshot of this page (usually Function + Print Screen), or copy the URL from the browser address bar along with the text of the error message and email it to [email protected] Please include your SDN User-ID in all correspondence.

    OK i mailed it and became that notice
    This is caused by a bad URL. I am forwarding to our Content Team for correction. Please try pasting the URL below into the address bar of an SDN session. This is the direct url to the download.
    ftp://ftp.sap.com/pub/sdn/devkits/BI-SDK/bi_sdk.zip

  • Can I use Java Card Development Kit 2.2.1 on Windows XP?

    Can I use Java Card Development Kit 2.2.1 on Windows XP?
    If no, which kit supports XP?

    It is not as strait forward as per say.
    I would like to share some tips that I have learnt duirng my recent experience with Java Card Development Kit 2.1.2 ( It presumed that JAVA SDK and JCDK is properly installed:
    Additonal installation
    - you need to download Java Communicatons API version 2.o for Windows at http://java.sun.com/products/javacomm/downloads/index.html
    - unzip the downloaded file javacom20-win20.zip
    - copy comm.jar and javax.com.properties to %JAVA_HOME%\lib
    - copy win32com.dll to %JAVA_HOME%\bin
    Configuration of Environment
    - Activate System under Control Panel
    - Click Environment Variable button under Advance Tab.
    - Check that JAVA_HOME and JC21_HOME are there under User Variables for user123
    - Create a new enviroment by clicking New button under User Variables and Enter "CLASSPATH" for Variable Name and ".;c:\j2sdk1.4.1_04\lib\comm.jar for Variable Value ( the ".;" is important for the entry and varies according to your JAVA_HOME)
    Modifying %JC21_HOME%\samples\build_samples.bat
    - Next you need to modify the compiler option in build_samples.bat
    - Use editor to look for the portion "Compile Sample" and add "- target 1.1" to every statements here. A sample is listed below:
    %JAVA_HOME%\bin\javac -target 1.1 %JCFLAGS% src\com\sun\javacard\samples\HelloWorld\*.java
    You may proceed to test the demo codes as instrucrted in the User Guide.
    I hope the above will help those who are keen to have a head start in Java Card Developemnet.

  • Uninstalling Java (TM) Platform, Micro Edition Software Development Kit 3.0

    Hi,
    I have installed Java (TM) Platform, Micro Edition Software Development Kit 3.0 EA, and now I want to remove it, however, when running the uninstaller I get a message about the "Java ME SDK is running. Please close Java ME SDK window and try again."
    There is no other Java ME SDK running, I have even tried this in Safe Mode, but with the same error message! My guess the problem is that the installer think itself is the Java ME SDK.
    Do anyone know how to solve this and uninstall the ME SDK?
    I'm running Vista business, 64-bit if that helps.
    BR Psy

    It's strange that there is not any related processes. Have you tried to remove sdk related folders from your home?
    Looks like it's platform dependency issue. Actually 64-bit is not declared as supported by SDK.
    http://java.sun.com/javame/downloads/sdk30ea.jsp#install:
    Required Software
    * Microsoft Windows XP or Vista 32-bit with recent service packs
    * Java SE Development Kit - JDK 1.6 or higher
    * Apple QuickTime player (required to play AMR media on Windows)
    I can suggest you to remove it manually from installation dir, <your_user_home>\javame-sdk, <your_user_home>\.javame-sdk and clean up registry.

  • Xcelsius support which Adobe Flex SDK  (Software Developer Kit)??

    Hi @ all,
    can anyone tell me what Xcelsius which Adobe Flex SDK (Software Developer Kit) support?
    Xcelsius 5.3.0.0                                                     = Adobe Flex SDK 2.0.1
    SAP Crystal Reports Dashboard Design 2008           = Adobe Flex SDK  ??
    SAP Crystal Reports Dashboard Design 2011 beta     = Adobe Flex SDK  ??
    For your help I would be very grateful.
    Greetings
    Armin

    Hi Armin
    Xcelsius 2008 SDK is compiled using Flex 2.0.1 Hotfix 3.
    I am attempting to find the version of Flex that Xcelsius 2011 uses.  If I am able to find the answer, I will post it here.
    Regards,
    Chris

  • TS2570 doesn't work, still the same problem when using Rapidweaver software. NOT with other software.

    i tried everything in this article, but still have the same problem when using Rapidweaver software. NOT with other software. I am converting my iWeb site  to Rapidweaver, whenever there is a calmer period in my office. I have 16 Gb RAM on my NEW iMac and have Parallels desktop, mail, safari, iWeb and Rapidweaver running simultanious.
    I never have the problem if i don't use Rapidweaver, but after i have added several pages to Rapidweaver, the problem begins. my iMac won't start up. the only thing that works is re-installing Macos OS X 10.8. i tried even whiping the completeharddrive, and reinstalling with a complete new user, the same problem.
    I had it on my previous iMac also, and bought a new one because i thought the problem was in the iMac first. i hadn't noticed it only happens with using rapidweaver.
    i sent my complete rapidweaver project to the programmers from rapidweaver at Realmacsoftware, but they couldnt reproduce my problem, there macs started up without any problem.
    i deleted all the rapidweaver addons and extra stacks, and started a complete new project.
    saterday i had the problem again, after adding about 5 new pages to my rapidweaver site.
    i think i have reinstalled Macos OS X 10.8.2 20 or 30 times by now
    does anyone have a sollution?

    Type '''about:support''' in the URL bar and hit Enter.
    Scroll down almost to the bottom of that listing and see if you have '''user.js Preferences''' just above the '''''Graphics''''' category.
    If you do have that, click on '''user.js file''' in this sentence. <br />
    ''Your profile folder contains a user.js file, which includes preferences that were not created by Firefox.''
    Does that "different homepage" appear in that user.js file?

  • Is there a way to use a camera connection kit with an ipod touch 64gb?

    is there a way to use a camera connection kit with an ipod touch 64gb?  Is there an App for that?

    no

  • Error when installing the latest software development kit

    Good morning. I have a dell dimension 4100 running the windows me operating system. Wen I download and try to install the latest software development kit, I get the following error message when I click the finish button. "_delis caused an error in _isdel". Any idea why?

    The copy that you downloaded sounds like it has been corrupted. Try redownloading the file, and reainstalling it. If this still happens. Let me know.

  • Can I use third party DAQ boards with Labview real time?

    I have an Adlink DAQ 2010 card that I curently use with labview. Will this card also work with Labview real time? What requironments are there for 3rd party cards to work with Labview real time?
    Thanks!

    Hello George,
         Here is a great link for you to take a look at: Can I Use a Third-Party Device with LabVIEW RT?
    Have a great day,
    NathanT

  • Development Kit with Cryptography Extensions

    hi
    can i know where to download Development Kit with Cryptography Extensions for JC 2.2.1?
    thanks

    http://java.sun.com/javacard/downloads/index.jsp
    jc 2.2.1 supports Cryptography Extensions, but with some limitations (see manuals).

  • Java 2 Standard Edition SDK (Software Development Kit)

    Hallo
    I bought the Brain Friendly Head First Java Guide. They recommend to install the Java 2 Standard Edition SDK (Software Development Kit) or greater.
    I click on Java ME SDK3.2 in the New Downloads menu. I read & accept the license agreement. I then go back to the overview menu option, click on download the system just take me back to accept license agreement page.
    What did I do wrong? Please assist me.
    Zelda Kuhn

    I think you're trying to download the wrong thing. This link will give you the right download:
    http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html
    --Andy                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Installation of ECC 6.0 EHP 6 IDES

    Hi Experts, I want to install ECC EHP 6 on Windows Server 2012 with MSSQL SERVER. I tried 4 times but didn't get success everytime, system Fails at Import ABAP steps. I am trying with BD IDES of EHP6. If possible please explain me the steps from scra

  • Attachments show up inline as base64 (?) text

    Sometimes I receive email with attachments that show up inline in the text as base64 (maybe) encoded text instead of as attachments. Sometimes attachments appear correctly. I don't know what makes the difference, though the bad attachments seem to ap

  • Export - running catexp.sql

    Hi all, I am running the catexp.sql file so that I can export the database but I am getting loads of errors. I've listed some of them below. I've logged into SQL*Plus as system/manager. Can anyone help me please? Thanks. ERROR at line 1: ORA-00942: t

  • Archive Smartform Copies - Error - OTF end command // missing in OTF data

    Hi All, We are printng invoices and archiving them at the same time. When I try to print and archive just the original invoice it works fine That is , it prints and archives. However when I set the flag SSFCOMPOP-TDARCCOP to 'X'  (Archive Copies as w

  • RAW in LR3 and ViewNX2

    I recently started using Light Room with my new DSLR. I tried a few shots in RAW. When importing them with LR3, LR fails to show a preview of them, but NX2 shows them. Why so? I can't import RAW with LR. Any solution?