Re: Labview app wont run on fresh reboot unless MAX is started.
Lysergic wrote:OK, thanks for the confirmation guys. Now i can at least move on and just have the user expand the tree which isnt hard and just one more step.This disturbs me. OK, I can't run MS...
View ArticleRe: FPGA Loop not executing
Make absolutley sure the global STOP is false before the loop runs. Personally, i never want to stop FPGA loops so i always wire a constant. If Digital Data is ever FALSE you will be stuck forever as...
View ArticleRe: FPGA Loop not executing
when opening error msg come "memory or data straucture corrupt" ..... cannot open block diagram. you can share the snapshot of vi if possible. one more thing are you getting an error msg when going to...
View ArticleRe: Write two sensors to csv file
Hi, Thanks. I like the state machine setup. I modified your example and can see that the 'report' state is firing every 10 seconds, but it is not writing all the way out to the file. Attached...
View ArticleRe: Write two sensors to csv file
Of course it's not executed. It will only execute after you press stop and exit the while loop. Basic data flow.
View ArticleRe: Uninstall of LabVIEW Student Edition 2013 on Mac
According to this KnowledgeBase article the Uninstall script should be in the Extras folder. I have attached the file from my LV 2013 for Mac disk. There are quite a few files in Library/Application...
View ArticleRe: Write two sensors to csv file
remove shift register and use indexing for the tunnel (after probe 2) . one more thing why you are using serial write vi before serial read, do you need to send some thing in return of which you get...
View ArticleRe: FPGA Loop not executing
Michael78, Of course you are right. The loop in the Digital Data On/Off false case never gets incremented and so never finishes. This is kind of screwy code and I'm now thinking a complete restart is...
View ArticleRe: Convert "1D array of dynamic data" to "Dynamic data" after auto-indexing...
Have you found solution for it. I have been also facing problem with converting 1D array of dynamic data to dynamic data.
View ArticleRe: Uninstall of LabVIEW Student Edition 2013 on Mac
Lynn, Thanks for the quick and helpful reply, especially the attachement of the shell script. My downloaded LabVIEW installer is a .mpkg installer file. There is no mountable disk image and therefore...
View ArticleRe: Convert "1D array of dynamic data" to "Dynamic data" after auto-indexing...
I have been facing problem for all temperature values placing the Write to Measurement File outside the Loop. In Error message it says" Source: 1D array of dynamic data and Sink: Dynamic data". Is...
View ArticleImplement Complementary Filter from Text File
Hello, I am a mechanical engineer student and I have just been introduced to LabView. I am using an IMU (3-axis accelermoeter and 3-axis gyro) to eventually get position data. A program has already...
View ArticleRe: Convert "1D array of dynamic data" to "Dynamic data" after auto-indexing...
SImplest solution would be to set the middle tunnel to concatenate mode to make a 1D array instead, then wire that 1D array to the file write function. You could also write inside the loop to file...
View ArticleRe: Help with Labview icon
It isn't something I've ever seen before.Have you tried turning on context help (ctrl+h) and seeing what it is?
View ArticleRe: file synchronization
Yes - trying to save/access the files over the network is going to be slow, plus what happens if there's a problem with the network connection? Does it need to be 2-way synchronisation? You definitely...
View ArticleError 200524 Different number of channels in task and data
Anyone out there with some information would be greatly appreciated. I have attached my VI. Essentially I am trying to build a simple PID VI to controll the temperature of a piece of equipment in a...
View ArticleRe: Why is my VI not taking enough points?
Hi, I understand you configured a virtual channel and experienced the same behavior, which leads me to believe that it is either a setting or part of the program architecture that is causing the issue....
View ArticleOFDM with NI RFSG and RFSA
Hi Does someone has any sample vi to implement OFDM using PXI. We had a sample RF front end in NI PXI. We want to incorporate OFDM modulation, scrambling-descrambling, convolution encoding-decoding. If...
View Article