Remote Debugger - 5 Minutes to Deploy
Issue: Menu option: Operate -> Debug Application or Shared Library All files appear to deploy in a few seconds, the last file (the main.vi) takes 5 minutes to complete. The buttons on "Debug...
View Articlepop up window for login
hello friends, I am trying to develop a pop-up window for logging in into a labview application. I am using prompt user dialog box for the purpose with two buttons "OK " & "Cancel". I have managed...
View ArticleRe: How do I make a program that doesn't need to be installed?
"As long as you don't do anything fancy it may still work, but chances are that it gets more and more difficult for many LabVIEW features. Obviously don't try to do that with an application that does...
View ArticleRe: Shared Library on myrio (Linux Real time system)
The error you saw in the other post was specific to a certain component that was not installed on the system so it could not find the shared library this component contains. Your shared library is your...
View ArticleRe: How do I make a program that doesn't need to be installed?
N1LAF wrote:"IBM is still doing fine" - You missed my point. When companies stop listening to their customers, they may lose their market share, or even the market. Where is IBM in the PC market, that...
View ArticleRe: How do I make a program that doesn't need to be installed?
We are getting away from the topic on hand, so I will conclude this excursion with this - you make the assumption that companies do not make strategic mistakes. When they get big and powerful, it is...
View ArticleRe: Diagram Disable Structure and Asynchronous SubVI Bug?
I don't think I agree with you here. The flat sequence structure would behave exactly the same, no matter if it is internally implemented as a node or not. This is how LabVIEW dataflow has worked since...
View ArticleRe: pop up window for login
For your application you should make one case structure and put quit labview vi in false case. See attachment for reference.
View ArticleRe: Problem in calculating time between peak to peak and valley current
Thank you for your help :smileyhappy:I've done what you wrote. And I have been capturing the results. No values are out on probe and in the array. I have attached my vi. Thank you. Sincerely,Fajar
View ArticleRe: NI DAQ 6281 Programmable Low Pass Filter r feature
Dear Sir I have found channel property node and select the low pass filter. But can you please guide me how I can read data from the analog input port of DAQ using this property channel and after...
View ArticleRe: Add up hex bytes to form a word
This addition can be done the way normal addition does. One thing you need to set is display type. For this right click on control select radix from visible item and change it to hex.
View ArticleRe: A problem when creating setup file
You issues seems to be relative path one, ensure the relative path between source code and executable is same. Relative path of the caller VI and Callee VI changes when converting to executable depends...
View ArticleRe: Add up hex bytes to form a word
I do not understand your question. Do you want to split your string into groups of two characters, convert each pair of characters to a number, and then add the numbers? Are all the strings the same...
View ArticleRe: LabView using Visa and USB interface to program lighs
Hi!Thank you for replying.There is no external stimulus like sound or temperature.We will manually select (on the computer) the ON/OFF mode or the color everytime we want to take measurements. The ON...
View ArticleRe: How do I make a program that doesn't need to be installed?
They do listen but creating an installerless software is even for less complex applications than LabVIEW a challenge. And that has not been made easier with newer Windows versions. So I would not hold...
View ArticleRe: LabView using Visa and USB interface to program lighs
1. The VISA functions and VIs will be useful for communicating with the LED controller.2. The strings you may need to write are determined by the command set for the controller. You must get that...
View ArticleRe: Add up hex bytes to form a word
here is an example of what I mean, the result is x54 when it should be x154
View ArticleRe: Why use LabVIEW on Linux?
NIquist wrote:MrQuestion wrote: If NI is selling LabVIEW for Linux who are their cusotmers?Perhaps foreign companies who don't want an OS with a backdoor the NSA can open any time they want???I...
View ArticleRe: Why use LabVIEW on Linux?
The company I used to work with used to sold status displays for photovoltaic plants based on Linux. We chose Linux for the following reasons:- no licence fees- very limited hardware requirements...
View ArticleRe: PID motor control
Please show the code you tried. Did it create the file? Did it write only one line of data, rather than then entire file? Did you check for errors? What did you do to debug it? Have you looked for...
View Article