Re: 2020 Interfaces and Multiple Inheritance
You might want to just give this a good read: LabVIEW Interfaces: The Decisions Behind the Design I have barely been able to skim it, but there is a whole section on the Call Parent Method that will...
View ArticleRe: Pass data to another VI using
wrote:Please correct me if I'm wrong. Create Sub Vi means once I finished the 2nd Vi, i just make it as subVi and then combine it with the first VI? Which means once I perform sound measurement, the...
View ArticleRe: LabVIEW HTTP Client API VIs does't return the 101 code
Hi Philip, thanks for your feedback. Yes I am sending this headers:And I receive no answer at all. Just this error code:Note that the problem is not with the server, because I can stablish a...
View ArticleRe: labviw call python and build applications
The problem I encountered is using labview2018-32-bit and python 3.6.0-32-bit and computer win7-64-bit. In the example, python node reported 1661 errors. How to solve this problem?
View ArticleConverting XNET frames of multiplexed DBCs
Hello Labview coimmunity, I've been working on a project where we need to convert CAN frames using a DBC to-from signals. I've been using the conversion session examples provided with the XNET API but...
View ArticleRe: Standard APIs for DataScience topics
Hi GerDW, I got your point. About the future plans of having ML in LV I'm not aware. The intent of posting the link to ML toolkit was to highlight that even if it costly, it is available and well...
View ArticleRe: Excel file corrupted
I am curious about what You mean by this, exactly: wrote:the file could not be opened due to file format or extensionIf I were to save some excel file and renamed the extension from ".xlsx" to, say,...
View ArticleRe: Pass data to another VI using
wrote:I wrote these two VIs. The first one basically already completed. While they might work, they are full of meaningless and unnecessary code and overly complicated. There are also glaring...
View ArticleRe: Write to txt file with constant tab size
Change your file extension from .txt to .tdl. That will let Excel open the file and will show the data properly formatted, and Matlab can still read it in as tab-delimited. (tdl = tab delimited file,...
View ArticleRe: DAQmx choose channel to display on different waveforms
Thank you for your response! I'm currently working on the Producer/Consumer loops. I have a question about concatenating the array of data. I tried that and it seems like it kind of fixes the logging...
View ArticleRe: Communicating with specific pins of a serial port?
The 7114 has inputs called "balanced" and "unbalanced": https://aetechron.com/pdf/7114manual.pdf Do you know what they mean by those terms in this context? I'm guessing the balanced is a differential...
View ArticleRe: Absolute Time Pulse Generation
Back in msg #17 I linked to another thread I made related to this app. It gets into more gory details, but you may want to take a closer look over there for some more info. Meanwhile, I tried to do...
View ArticleRe: About the memory problem
Your "time steps = 1" input is way to small and will generate 0.25GB of 2D data alone. Set "time steps = -1" and things will work just fine with your data. From the help: "National Instruments...
View ArticleRe: Sampling Rate Problem
Thanks for your answer. How do I solve the time issue? The way I calculate time is (Current Time - Start Time) and I assume the loop is executing 100kS/s due to the settings I have at the Timing...
View ArticleRe: LV2017 Application builder issue
Hi Marko, Did unchecking "Modify project library file after removing unused members" resolve the problem for you? I've just run into this same warning, and unchecking that box didn't change the...
View ArticleRe: inserting single element into 2d array
wrote: wrote:That's why I created this.I am sure it can be simplified dramatically. 😉(It could even be expanded to work with arrays of any dimensions. Not shown) (Sorry, I attached wrong code...
View ArticleRe: Queries on 3D Simulation (Rotation)
Hi Mr Yddet, Thank you for your response. There are some questions I would like to ask you.With the method suggested does it mean that I will only have 1 control to move the robot instead of the usual...
View ArticleQuery on CLAD question from NI/s website
Hello, Can someone tell me how the answer is B as mentioned in the solution ? Thank you in advance,
View ArticleRe: About the memory problem
Thank you for your help . I also try to reduce the length of the signal(one part of signal) . I found an interesting thing . I make the time step to 1000 and reduce the length of the signal . my graph...
View ArticleRe: Query on CLAD question from NI/s website
Found the solution https://forums.ni.com/t5/LabVIEW/CLAD-Preparation-guide-questions/m-p/3804392#M1073956
View Article