Re: MGI Panel Manager Persistent Window Position Race Condition
Actually, it would make more sense for you to make the GPM page more visible (on your own site). I didn't know about that either. Sounds interesting. I've spent years not liking VIPM because of the...
View ArticleRe: Sine wave generating using formula
I get the feeling that this all could be done with <20% of the current code. Can you attach your VI once more, but having typical default values in all controls so we can run it without having to...
View ArticleRe: MGI Panel Manager Persistent Window Position Race Condition
Oh yeah dude if you normally move the VIPM code into your project manually, you will LOVE GPM!!
View ArticleRe: CLAD Preparation guide questions
Hello, I have an additional question. I agree that the while loop runs two times. I dont understand why it will have two rows (it just has one channel) and isnt the value of "data" updated only after...
View ArticleNumber array to boolean array
I have a 1D array of 16 bit integers (they are all 0 or 1's). I would like to convert it to boolean array but when I try to use num to array function a broken wire appears:
View ArticleRe: Install LabView 2019 on hard drive other than C:
The link is broken. What is the new link?
View ArticleRe: Number array to boolean array
Hi RFeng, I think that function you are attempting to use is for converting 1 numeric (not an array) to its binary representation. You can just use the "not equal to zero" function to convert your...
View ArticleRe: Number array to boolean array
It looks like you are using the Number to Boolean Array primitive. This converts a *single* number to an array of Booleans. One way of converting an array of integers to an array of Booleans is to...
View ArticleCluster of Arrays/Auto Update String Values - BUG - Need Method to Fix
System: Windows 10, 64bit, LV2018 Problem (See attached gif), Screenshot of code snippets I have what I call an "Action Engine" that provides a simple UI to create cycle sequences for a number of...
View ArticleRe: Occurrences (on FPGA) with Timeout = 0
For messaging between loops, I recommend handshake items, see https://zone.ni.com/reference/en-XX/help/371599P-01/lvfpgaconcepts/fpga_storing_reentrant/. They are supported in SCTLs. One thing we do...
View ArticleRe: Write to txt file with constant tab size
wrote:Change your file extension from .txt to .tdl.I have never had to do that. Excel opens up txt files for me with no issues. I do it all the time.
View ArticleRe: CLAD Preparation guide questions
wrote:I have an additional question. I agree that the while loop runs two times. I dont understand why it will have two rows (it just has one channel) and isnt the value of "data" updated only after...
View ArticleRe: Write to txt file with constant tab size
Thank you for your fast reply. wrote:So a format code of %-16s would take any string up to 16 characters. Any missing characters would be filled with spaces. So "Force" would be followed by 11...
View ArticleRe: Write to txt file with constant tab size
@BertMcMahan, Thanks for your reply, I implemented this and it works indeed, so it is definitely a possible solution to the problem.However, I like the constant tab space as suggested by RavensFan...
View ArticleRe: Alicat Error 1073807339 VISA Read
Hi Emmagift97, The program is actually available for download from our website here: https://www.alicat.com/support/software-drivers/labview-virtual-instrument-drivers/ The above alterations were shown...
View ArticleUpdate a field in the database record pointed to by the cursor
I am modifying the database example Database Fetching VI: labview\examples\database and I would like to Update a field in the record pointed to by the cursor. The problem is that the UPDATE VI operates...
View ArticleRe: Application Builder stuck on "Building Application..."
I am also experiencing a similar issue working in LV2016. I wouldn't say that it is due to file sizes. I can build the exe to a local folder and the built app is <5Mb in size. If I try to build...
View ArticleRe: Problem in reading binary files
Hi crossrulz, Yes I was able to solve it by forcing prepend to true. But with TDMS file I am running into memory errors with bigger fetch sizes in Ni Scope
View ArticleRe: LabVIEW HTTP Client API VIs does't return the 101 code
Error 363529 = "LabVIEW: The server closed the connection prematurely." That sounds like LabVIEW never reached the Server. Maybe some sort of firewall setting is blocking access to the Server? I can't...
View ArticleAgilent 33220A error in burst mode
Hello everone, I am running into the following error running Agilent 33220A in burst mode. I am suprirised the VI is working well until input frequency is 6 MHz, If I go beyond 6 MHz, I am getting this...
View Article