Re: Run command prompt as administrator using system exec.vi
The system exec should call the batchfile directly. Something like cmd /c "MyBatchFile.bat"
View ArticleRe: stop a while loop in subvi
Let me see if I understand this. You have a (probably bad) design, ask for help, and get suggestions from one of the real experts on this forum. Instead of saying "Thank you" or "I don't understand,...
View ArticleRe: export xy graph to power point?
Thanks, I tried to think about it logically to see where the SaveAs method would go: presumably, after the ppt has been created.So I tried connecting the reference input to various points but didn't...
View ArticleRe: How to read Serial Data from Arduino using labview VISA?
what he says Dennis_Knutson is the most recommended, place a delimiter between each data sent
View ArticleRe: Receiving trigger like on-off mechanism
LabVIEW has a number of features that will enable you to do exactly what you describe. One is the Event Structure -- this is something that just sits around, not using any CPU time, until "something...
View ArticleParalelismo entre gerador e rede
Olá! Meu nome é Bianco, sou estudante de engenharia elétrica e em fase de TCC... O projeto é simular de paralelismo em rampa entre gerador e rede... Estamos usando uma placa de aquisição 6009 (a qual...
View ArticleRe: stop a while loop in subvi
I'm sorry. I didn't mean to be rude I just didn't see the effect the sequence structure may have on the while loop problem.I'm not saying my design is perfect! obviously not!thanks for the replies Darya
View ArticleRe: Convert Refnum / Property Node to a cluster or an array of strings
I was more thinking about a language feature, of course I could go with a OOP but it does not solve this bottom line issue. In C# I could use reflection to inspect the property/ies and to get the value...
View ArticleRe: Open EXCEL at Runtime
Thanks for your help. Sorry. My problem was not about .csv/.tdms. Because I want to place data into particular Cells in Excel ( Cell values will change at Runtime).For your Information my Report will...
View ArticleRe: cascade power smu 4130
It's just like setting the overcurrent before turning on the supply.
View ArticleRe: VI works properly every other time
mikeporter wrote: PS: Just had a thought, does the fact that I can remember when HP made rack and stack instrumentation make me old? You mean before they were bought out by Agilent and then spun off...
View ArticleRe: How can I use the write palette.vi in an application when it is not...
nperhach wrote:The files does create a *.mnu with items the write palette.vi has to take an empty cluster of items any way before it can bundle the items like in the create palette.vi example so was...
View ArticleRe: stop a while loop in subvi
As a general rule of thumb, you should avoid using Sequence Structures. The reason being that they break data flow. If you can control the flow of data with wires, that is the most efficient way to...
View ArticleRe: Read from channels
okay But, if you stack 6x25 components horizontally, transpose , append and again transpose as explained earlier, (to see results column wise), what is the size of the final array line?
View ArticleRe: export xy graph to power point?
Two things you need: 1) You need to create a dataflow dependence between the loops you show. Stub an error wire from the Draw Area Size Property Node or something like that which prevents the...
View ArticleRe: VI works properly every other time
I feel pretty old too. I was doing a contract at Loveland/Fort Collins when the Agilent spinoff was announced. There were an awful lot of unhappy campers.
View ArticleRe: area under the psd graph from daq
Thank you. Sum is not very meaningful because some elements are positive and ohters are negative. RMS is probably a better measure. The data set in the VI you posted has almost nothing significant in...
View ArticleBlue screen because of nischifk.sys
I installed LabVIEW for my MOOC on Modelling and after I restarted computer I got blue screen of death because of page fault in nischifk.sys.OS: Windows 8What could be ways to fix the problem? I am...
View Article