Re: Finding best fit equation for two knows variables
Once you wire xyz correctly, both arrangement of the dataset give 100% identical results!You really need to try to understand how all this works. This has been going on for over a week now !:
View ArticleRe: ULx Physical Channel Selection as Executable
Hi Steven,The computer where testing is taking place doesn't have LabView installed which denied me to download ULx. It uses DAQami to communicate with both the 1408 and the TC, and the hope is to...
View ArticleRe: Install LabVIEW NXG on cDAQ-9132 embedded controller
This is Cesar from NI. I'm going to be the engineer assisting you with the questions regarding the compatibility of LabVIEW NXG with a cDAQ-132 controller. The readme file of LabVIEW NXG 5.0 indicates...
View ArticleRe: How Can I group Objects in the Front Panel
Thank you for your answer, I can use the tool Group. Best Regard
View ArticleRe: Program won't start before stop the program frist.
This isn't something that can be solved without a posted vi snippet.Attempt to create the problem in a simplified version of the vi; either you'll recreate the issue and be able to post the snippet...
View ArticleRe: Input array listing possible test results to generate all test scenarios
I'm attaching what I have so far.... I just can't quite get it...
View ArticleNXG
I am streaming data using "VISA continuous read write" slightly modified. I am getting data but it is loading the data into an endless list. How do you change the program so you see the most recent...
View ArticleRe: SQL database table column size limitation issue
wrote: How can we provide varchar(max) datatype from the LabVIEW itself instead of SQL query. In LabVIEW we have only six datatypes, isn't? Answer: You don't. You can create the table using the script...
View ArticleRe: Synchronization of encoder and camera
It's pretty tough to troubleshoot the code you didn't post. Please try again. 🤔 (I for one would appreciate "Save for Previous Version..." back to 2016 or earlier). Very generally, this sounds...
View ArticleRe: Input array listing possible test results to generate all test scenarios
Like this. No unnecessary array manipulation.
View ArticleHexadecimal string to 0x00000000 to write data into niHSDIO Write Static...
Hi NI Community, I'm trying to create a binary to hexadecimal converter to go into the "Write Data" input of the niHSDIO Write Static (U32) VI. Can you help me understand how I can make this...
View ArticleRe: Input array listing possible test results to generate all test scenarios
Is there a way to do this without having a for loop for each column? My data currently has 27 columns.... but the next time, it might be 10, or 50? is there a way to do it without having to...
View ArticleRe: Input array listing possible test results to generate all test scenarios
Sure. But now you are expanding the problem. And it will be exponential. Let me think about it. Think about it as a numerical problem. Suppose it was a 27 digit number?
View ArticleRe: Stacking certain plots on a waveform chart
Ah, too bad. I was trying to avoid using two different charts for several reasons. Thanks anyway!
View ArticleRe: Input array listing possible test results to generate all test scenarios
Could you save for '17 version or post screenshots of what you have?
View ArticleRe: Input array listing possible test results to generate all test scenarios
yes, I know.... it is a mess! This problem comes up for me quite often... I usually use excel to copy and paste everything in there, but with 27 different attributes each with 3-5 different possible...
View ArticleLabVIEW NXG OOP: any form of reflection functions?
LabVIEW CG has functions that allow classes to be loaded on demand which then allows for things like a Factory pattern to be developed. Is there anything comparable in NXG - I can't find any such...
View ArticleRecord Pressure using voltage as Reference
Hello All, I am working on a transducer and I am new to labview. I have struggled a lot with figuring out how to properly use labviews tools to create this program but this is what I have so far. The...
View ArticleExcel Function
I'm trying to subtract the output of Inlet Temperature from Outlet Temperature to get the Water Temperature Rise as it's own column on the excel spreadsheet. How would I go about this? Disregard the...
View Article