Re: Virtual Oscilloscope; Tuning Data Acquisition Rate
He answered my question of why I could only sample up to a rate of 5 Hz. But my program is still not functioning. I wanted to try to make a new post that would outline my problems a little more...
View ArticleRe: How to register for events on a bluetooth instance
Here's an example that someone wrote using a .net assembly for putting a menu in the system tray. It looks for events to occur in the tray and fires a user event to pass the information back to the...
View ArticleRe: Cant Edit Column Headers In exe.
That may be getting a little above me, but ill give that a try. Thank you for the input
View ArticleRe: after i installed labview my LAN card has two IP addresses windows 7
Did they also tell you to clear your browser cache and delete all your cookies? Sorry, had to take a swipe at script-based tech support.
View ArticleRe: PXI chassis not recognized in labview
When i expand remote systems in Max, there is no systems recognized, but as in the photo before, the chassis and pxi 8630 are in the devices portion? and inside labview i am able to see slot 2 and 8 of...
View ArticleRe: Data is distorted between saving and loading
Based on the screenshot, I'm going to guess race condition. Why are you using so many property nodes?
View ArticleRe: EXE Won't Build
I have also noticed that LV sometimes has trouble with the concept: "disabled". I have seen broken code in a disabled frame of a Diagram Disable Structure keep a build from completing. Mike... PS: And...
View ArticleRe: LVOOP: Custom class indicator
Basically the problem is that, for instance, "Child Class 2" has some status bits that are quite useful but that Child Class 1 has not. Sounds like violation of Liskov Substitution Principle (ref:...
View ArticleRe: Trying to trace inputs to physical modules
Check MAX. (Measurement and Automation Explorer) Mike...
View ArticleUsing One Property Node For Multiple Controls/Indicators
Question for all you LabVIEW gurus. Is there a way to create 1 property node that is used for multiple indicators? For example, if I wanted to display the same value on 10 different indicators using...
View ArticleRe: Using One Property Node For Multiple Controls/Indicators
Well, usually you use an array of references to all those indicators and an autoindexing FOR loop with your single property node inside…
View ArticleRe: Using One Property Node For Multiple Controls/Indicators
Hi hobby1You could create a cluster, and inside in it put all the indicators, see the image attached
View ArticleRe: LVOOP: Custom class indicator
I like it -- a nice way of thinking about the problem. But your link is two characters too long: http://www.oodesign.com/liskov-s-substitution-principle.html. Mike...
View ArticleRe: Automated FPGA builds - "Waiting" state versus "Complete" state
Without looking at your code, I will quickly say... Don't use those VIs. Use these instead, much simpler: ...\vi.lib\rvi\ClientSDK\Core\Compilation
View ArticleRe: Labview crash related to Virtual Bench 8012
Hello Zach, Thank you for your reply.I am using Labview 32 bits in a Windows XP machine.The TestStand calls are made through Labview VIs. I have developed these VIs from the examples that come with the...
View ArticleRe: Using One Property Node For Multiple Controls/Indicators
Thanks guys for the help. Both those methods do the job
View ArticleRe: Reading from two counter - encoder inputs simultaneously
Hi so1id, you should check that Stop Task.vi It seems to be behind the while loop. And maybe explain better what is the problem that you're having
View ArticleRe: Data is distorted between saving and loading
Ok, but the big question is given the data that you are acquiring, is the data in the file correct? If it is the problem is with the loading. If not, it's with the saving. Mike... PS: I just looked at...
View ArticleRe: Antenna Radiation Pattern in 3D
Hello, I need to do exaclty this but I have multiple Magnitude and Angle plots (Files). Has anyone done a Radiation Pattern with multiple data files? If anyone can offer some suggestions please let me...
View Article