Jump to content

chigaitakanoha

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by chigaitakanoha

  1. Hi,

    I have a DLL written in C++/CLI and have a property available to LabVIEW to access the native memory space, but from the property I can't use examples described in this link: https://forums.ni.com/t5/Developer-Center-Resources/Calling-C-C-DLLs-Containing-Simple-and-Complex-Datatypes-from/ta-p/3522649

    Is it because the DLL must be written in pure C/C++ instead of C++/CLI (.NET) ? 

    Thanks!

     

  2. Hi

    I have a question about general rule of packaging and distributing LabVIEW code.

    I have a LabVIEW project (please see below tree structure) which contains numerous VI sample code which invokes function calls in the dll (PVCamNET.dll).

    As the project needs to be shipped to the world I would like to package it more professionally than zipping the entire folder. 

    Note the folders, DemoApp and Examples contain VI code.

    Looking at the build specifications  there seem to be many options for packaging.

    I have a DLL enclosed in the folder and besides the VIs the DLL must be part of the project.

     

    My question is quite simple - what is the best way to package this project for the user to play with the VI code ?

     

    Thanks!

     

    Capture.JPG

  3. Hi I wrote a live acquisition vi to acquire data from the camera to display the buffer index on the scroll bar, but it seems to act strangely. I expected the scroll bar's slider size to be 1/(max size), but it starts from 1.

    As an example, when the first frame arrives then the scroll bar's slider size is equal to the UI element's width.

    When the 2nd frame arrives then the scroll bar's slider size becomes the half of the UI element's width.

    Similarly when the 3rd frame arrives then the scroll bar's slider size becomes the 1/3rd of the UI element's width

    and this continues...

    Please see the video in the following link: https://yoshidad-gmail.tinytake.com/sf/MzA2MTc5MF85MTc2NTc2

    Please see attached VI as a reference. 

     

    Thank you!

     

    1106_ni_request.7z

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.