Jump to content

coco822

Members
  • Posts

    6
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2020
  • Since
    2017

coco822's Achievements

Newbie

Newbie (1/14)

  • Reacting Well Rare
  • First Post Rare
  • Conversation Starter Rare
  • One Year In Rare
  • Week One Done

Recent Badges

0

Reputation

  1. Thank you for your reply, it is indeed a possibility (of which I was unaware) so thank you very much. Have a nice day.
  2. Hello, I wanted to use a PictureBox in .NET and perform actions when I moved the mouse. That's when I noticed that the "Mouse Move" event was detected when I was moving around the .NET Control, but that this was no longer the case when the mouse was pressed down. If anyone has any idea how to detect the "Mouse Move" event when the mouse is pressed, and if not, I'd like to know what the mechanism is behind this failure to detect the event. Attached is a VI showing the behavior. Thanks in advance. Mouse Event over .NET Controls.vi
  3. Finally it seems that the build error (when there is no block diagram) is related to the VIPM version. When compiling with version 2020.1 there is no problem.
  4. Hello, I am working on a function library and I want to package it with VIPM. On this side I have no problem, my problem appears when I want to remove the block diagram of my VI in order to protect my source code. I first tried to use the pre build actions calling a VI using scripting to remove the block diagram from my VIs (something like below). However when I do this I get this kind of error message. It seems that we cannot remove the block diagram before the build. My question is "How can we remove the block diagrams from a post build action ?" After some research, I came across this post in which Jim Kring says "This should be possible with a custom post-build action VI", however he does not explain how to achieve this. I was able to remove the block diagrams using the post install actions however my goal would be to remove them with a post build action.
  5. Thank you very much for this comprehensive answer. I will try this.
  6. Hi, I’m trying to interface a camera using the UDP protocol thanks to Vision, unfortunately i struggle to detect it with the « IMAQdx Open Camera VI » or NI MAX. However, I can get data in string form when I use the classic VIs during a UDP communication, which means that I can receive the data from the camera but I can't get it under Vision. Does anyone have an idea how to solve this problem? Thanks in advance Camera UDP.vi
×
×
  • Create New...

Important Information

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