-
Posts
692 -
Joined
-
Last visited
-
Days Won
21
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Jordan Kuehn
-
NI Package Manager Issues
Jordan Kuehn replied to Neil Pate's topic in Development Environment (IDE)
It has been a hot mess with trying to get 2019 installed on my laptop. It killed all DAQmx support for 2018, but had options for the other version installed. Then wouldn't uninstall correctly and the NI website has simultaneously revamped ni.com/downloads making a standalone nearly impossible to find. Can we have ni.com/src back? -
I believe if your word length is 16 bits and the integer word length is also 16 bits and mark unsigned you will have a FXP data type that will contain the UINT16 properly.
-
I'm not entirely certain what your use case is, but I have found that Bookmarks in Word and Named Ranges in Excel are useful with the RGT for updating fields in a template. Especially when provided a report by the customer rather than being able to design our own.
-
From my limited testing the cRIO DAQmx support is fairly limited in speed. Perhaps it will improve, but it did not fit the intended application like I had hoped. By all means give it a try though if you have the hardware for it and I'll still consider it for future applications myself. Very good points. Another thing I'll mention to customers is that each layer down involves a significant additional software component (aka $$). Not only is the FPGA a different beast (despite improvements over the years) compilation time and iterative development is slow. Like smithd mentioned, it can often be better to spend the money on hardware if applicable.
-
How do you organize important posts and code you read
Jordan Kuehn replied to 0_o's topic in LabVIEW General
Agreed with a lot of the above. Also, I tend to download lots of the attachments that seem interesting, promptly forget about them, and then months later rediscover them and think "hey that would have been nice to have used weeks ago". -
The State of OpenG (is OpenG Dead?)
Jordan Kuehn replied to Michael Aivaliotis's topic in OpenG General Discussions
I just loaded a bunch of JKI VIPM packages onto a new laptop and a bunch of OpenG packages were dependencies. I would not say this is dead at all. -
Connecting Error Cluster to Bottom of VI
Jordan Kuehn replied to jhoehner's topic in LabVIEW General
A good use case is when you encapsulate code in a case structure based on error/no error. Common in SubVIs. The error case will usually have the error wire running straight through, while the non-error case may have many VIs that *do stuff* and don't necessarily align error wires together. I don't usually drop the line back down to the base reference in between VIs, but there are times that I'll put a few in a row, drop back down, and then come back up for another batch. It's purely cosmetic. -
From the one project I had with a myRIO I think some USB cameras will work and I think I got a usb to ethernet device to work without installing drivers. I would be surprised if a regular USB to Serial converter would work out of the box on a myRIO, but is theoretically possible.
-
Have you tried using the UART lines on the myRIO in conjunction with the express vi? If that doesn't work (it should) you could attempt to install linux drivers for a USB to Serial converter on the myRIO. Good luck though.
-
Glad you found a solution. I would encourage you to look at Hooovahh's solution again when you have time. There is a lot of value to using splitters/panes vs programatically adjusting/polling when it fits your needs.
-
Need help naming an "unmaintainable" VI
Jordan Kuehn replied to Aristos Queue's topic in LabVIEW General
I'm a fan of paintainable as well. In a presentation just toss some quotation marks around it and explain what you mean. The point is instantly conveyed. -
How to generate a cRIO project programmatically
Jordan Kuehn replied to Nala's topic in VI Scripting
FYI, please only post once on this forum. Mods, here is the double post with no replies that should probably be closed. https://lavag.org/topic/20311-how-to-generate-a-crio-project-programmatically/- 3 replies
-
- crio
- vi scripting
-
(and 2 more)
Tagged with:
-
Having worked as an AE intern 8 years ago (wow, 8 years??), I'll point out that it's not the AE who won't escalate. It's the PSE or whatever they are called these days. No replication means it's an issue on your end. That was fun to explain to a customer.
-
RS485 communication useing Modbus master
Jordan Kuehn replied to senthilg's topic in LabVIEW General
Do you happen to have a 3rd party piece of software to confirm your configuration settings and connectivity? What hardware are you using for RS-485? That's not a standard serial port on most machines (not that even RS-232 is all that common these days either...). -
Definitely DSP. I don't know the book MarkCG recommended, but understanding the fundamentals of sampling and signal processing is at the heart of most of the use cases of LabVIEW. Now you can get by with the tools NI has developed for you, but you sound like you are interested in a theoretical knowledge and rightly so! If you can understand the math in a course like this, you've already got most of the more fundamental math disciplines under your belt.
-
This touchscreen keyboard was discussed a little while ago: http://forums.ni.com/t5/Example-Programs/Touch-Screen-Keyboard-and-Keypad/ta-p/3491341
- 2 replies
-
- touchsreen
- labview
-
(and 3 more)
Tagged with:
-
Shooting in the dark here as well, but I would start with just a moving average at first...
-
You may have more luck with an RTD and something like this: http://sine.ni.com/nips/cds/view/p/lang/en/nid/201609 I agree the c-series options do not look like you'll get the rate you need. With a transmitter like ShaunR suggested, take note it's response rate and that some/most are not scaled to temperature, just the non-linear thermocouple signal is output.
- 8 replies
-
- thermocouple
- high speed
-
(and 1 more)
Tagged with:
-
What's wrong with this image?
Jordan Kuehn replied to jcarmody's topic in Machine Vision and Imaging
This should be a bold pop-up for the first 10 times anyone drops a vision VI. Image wires are references. -
I'd suggest that it is fairly likely that you have at least one of your while loops completely consuming one of your quad cores on the original machine, and your dual core atom processor doesn't have a free core to devote. Look through your different loops and see if one is missing some timing, (e.g. a polling loop that is polling as fast as possible) and add a wait timer to slow it down even just a little.
- 14 replies
-
- 1
-
- executable
- labview
-
(and 3 more)
Tagged with:
-
run myrio vi from PC vi
Jordan Kuehn replied to parth's topic in Remote Control, Monitoring and the Internet
To clarify some, you will need to create a build specification under the myRIO target in your Project Explorer using your main myRIO VI, set it as run as startup, build, and deploy. Then it should be able to run headless and you can run just the Windows VI. You'll likely need to take into consideration that it won't have anything talking to it unless the Windows VI is running and have it handle that appropriately. I think this will accomplish what you are wanting. You will need to rebuild and deploy each time you change the myRIO code. On a side note, I really want to get one of these to play with at home. They are cool little embedded targets with built-in wifi. Lots of potential! I had a customer a couple years ago that had a few we used to develop some standalone applications that could be interacted with remotely. -
MOV to AVI or intensity array?
Jordan Kuehn replied to Bill Gilbert's topic in Machine Vision and Imaging
Glad you found a solution. The first link I provided outlines the handbrake CLI.- 14 replies
-
- conversion
- video
-
(and 2 more)
Tagged with: