Re: Help needed for scaling 1024x1024 image
If you look at the way the image data is written you'll understand why you got a blue square. Even though the array data type is 4 bytes (32 bits, U32) the data is actually 3 bytes (24 bits) for each...
View ArticleRe: labview interface with arm
then the NyRIO is the solution for embedded systems for autonomous systems processing images, checking there is a whole group of discucion regarding the issue, thanks for your confirmation ValkoA
View ArticleGeneral purpose NumKeyPad for controls with various units
To input values into labview controls on touch panel display we use an NumKeyPad (modified version of this). Now these controls have units but the NumKeyPad should work with all possible units on...
View ArticleRe: cRIO-9073 scan mode speed
Hi Martin There are many factors that we need to consider programmatically, for example if you are using a while loop, timed loop, a timing VI inside of the loop (wait, wait until next ms multiple,...
View ArticleRe: cRIO-9073 scan mode speed
Hi Martin There are many factors that we need to consider programmatically, for example if you are using a while loop, timed loop, a timing VI inside of the loop (wait, wait until next ms multiple,...
View ArticleRe: arrays and shift registers
gascon26 wrote:Sorry. Here is a copy of what I am working on. This is still pointless. the shift register needs to sit on the big (outermost) while loop.
View ArticleRe: Is there any block in the Labview similar to that of clock block...
The function you are looking for is available in LabVIEW Control Design and Simulation Module: http://zone.ni.com/reference/en-XX/help/371894G-01/lvsim/sim_simulationtime/ This module is part of the...
View ArticleRe: [keithley 236, 238]how to make a program with "Keithley SMU Fixed Level...
When you say "...it does not present any data..." does that mean the file is empty? Have you placed probes in your VI to see if you are getting any data from the instrument? I don't understand why you...
View ArticleRe: Disable or remove plot legend run time menus
Disabling object menu items is not supported in LabVIEW and I can't think of any way to do that. You may try playing around with property nodes to see if you can find another way of limiting the user's...
View ArticleRe: executable
Post some code. Otherwise we are simply guessing. We have not encountered any similar issues and we release our tools for both XP and Win 7. I suspect it is something specific in your code.
View ArticleRe: Writing data to file on trigger activation?
Ummm it turns out it's a bit trickier than I expected. I've attached my vi in order to help explain the problem.I'm monitoring two tank levels as well as the temperature of one of the tanks. When tank...
View ArticleRe: Timeout error (code 6101) for acquisition from MODBUS instrument
Hi everybody,I had the same issue and I have sought for a while...As long as the communication is not subjected to REAL TIME communication protocols, the problem will subsist. Rise up the time response...
View ArticleRe: Execution speed improvements of FGV over locals
It is also a good idea to seaprate your data processing from your UI. You can have a task which is dedicated to updating the UI itself. You can pass the data to be updated as part of the message/event...
View ArticleWhite Screen of Death?
When I closed a VI on Monday, everything was working fine. Now, when I try to open it, I see a white window, with only the green checkmark and the "0" from the error box showing as I try to load the...
View Articlelabview,arduino y bluetoot
Buenas, Estoy intentando realizar comunicacion, labview con bluethoot y arduino , uso un programa que funciona cuando esta conectado mediante el USB,ya di de alta el arduino en la computadora me da 2...
View ArticleRe: Error -2146827284
Thank you, kbbersch and 0utlaw. The temp file is not recorded right and it is empty. During the file copy, the error is generated to show an empty range. The file/folder names are correct.
View ArticleRe: xnet can:trasmit time
Hello, I attached a screen shot with the property node you should use. "Transmit Time.jpg" You must also configure the frame active, otherwhise, it does not work. Have a nice day!
View ArticleConnecting and controlling Omron Smartstep wiht labview
Hi there, I want to control an omron smartstep drive with a LabviewVI, i already tried communicating by VISA protocols but it only yielded either inactivity or errors, has anyone tried to control...
View ArticleRe: Line Coding RZ-NRZ
look there is a project that i have to make these lines in labview.. but i dont have any clue about labview so i want you to help me somehow to make these signlas in labviewif you can help me sending...
View ArticleRe: Labview DSC - HyperTrend display problem
I attached the VI of trend. Maybe you can help me solve the problem. Thanks
View Article