Re: How do I create a start/stop button for each separate while loop within...
Hello Cbutcher, Thanks for your Reply, please also recommend solutions for below issues 1.I added the index Array block,but, when I am running this VI , and Pressing the button to log data , Array size...
View ArticleRe: Can LabVIEW download files from the Internet? I know the URLs of the files.
wrote:The VI gives me error code 1181, source "DataSocket Read in Get File Data From Internet.vi->Download File from Internet.vi".Paul's .vis from Message 13 (which are based on datasocket...
View ArticleTime Aligning Two Datasets
Hi All, Searching on the NI Forums to find a way of aligning two datasets didn't give me what I required, so to detail the issue:I have two sets of data.Both datasets have the same measurement...
View ArticleRe: Slow performance using String Subset?
Are those strings very long? What about using an U8-array instead?
View ArticleRe: Preallocate array memory without initializing it
wrote: ha escrito: wrote:A big choice is whether you want this buffer to be by reference using a FGV, DVR, Queue, etc., or by value (in place element structures). Another choice is if it should be...
View ArticleUpgrade/update instead of complete install
Do you know if simple upgrades are taken into account inside LABVIEW installers My package include .exe (of course) + .ini files that mustn't be modified At present, I have to give the executable by...
View ArticleRe: Slow performance using String Subset?
Hi Thols, Yes, the strings are long, but string length doesnt seem to influence performance much at all. A test string of 100 bytes performs much the same as passing a large image that's several...
View ArticleRe: What setting to set to stop .NET dll being copied to build folder
wrote:so probably to check the behavior for the OP's case I'd need to find a separate .NET dll to use.You can make one:
View ArticleRe: Preallocate array memory without initializing it
Wow thanks. Very useful. One thing that maybe I haven't understood: A Functional Global on the other hand, is not by wire. It's a VI, and there's nothing to refer to it. As a consequence, you can't...
View ArticleRe: How do I create a start/stop button for each separate while loop within...
Ok, so let me try break these down a bit: wrote:1.I added the index Array block,but, when I am running this VI , and Pressing the button to log data , Array size block is giving 50,000 samples(i have...
View ArticleRe: silent installation of any installer which is build in labview
can we do it through labview application builder..? wrote:see http://zone.ni.com/reference/en-XX/help/371361R-01/lvhowto/installing_silent_installers/
View ArticleRe: Preallocate array memory without initializing it
wrote:Wow thanks. Very useful. One thing that maybe I haven't understood: A Functional Global on the other hand, is not by wire. It's a VI, and there's nothing to refer to it. As a consequence, you...
View ArticleRe: Slow performance using String Subset?
Well, if I run your attached code with some different strings I get about 1-7 microseconds. I know performance measuring can be tricky, but there is probably some other issue. Have you tried creating...
View ArticleRe: Preallocate array memory without initializing it
Another analogy is that by-value is having the data on a piece of paper in your hand, while with by-reference the data is written on a whiteboard somewhere and you know where that whiteboard is, and...
View ArticleRe: Creating different output depending on randomly generated number
Thank you everyone for the input. I was able to get it to run how I wanted, sorry for any confusion as I am new to this program. Now that I know it is executing properly, however, I want to achieve my...
View ArticleRe: Creating different output depending on randomly generated number
I got it to work! Sorry for all the confusion, and thank you everyone for all your help.
View ArticleRe: MOXA, RS-485, ModBus RTU
You need to configure two things:1. Communication parameters:Where you need to configure BaudRate, Word Length, Parity, Stop Bits and COM port. 2. Modbus SettingsWhere you need to configure Modbus...
View ArticleRe: Where is my mune bar in the front pannel?
Dear Zou, Thank you for your reply. I checked the firewall which is to close.Maybe, It coulde not to browse the foreign web by using the Baidu search engies. Could you have an another good idea to...
View ArticleSOS - sbRIO - 9606 project
Hello internet,I have been stuck in solving this issue for the last two days. We have an older laptop which was used to develop a test rig which used the SBRIO 9606. The laptop is quite old and I am...
View Article