如何实现,通过键盘上的left键和right键来移动光标在不同输入控件或者表格单元格,就像Excel表格一样
labview中,如何实现,通过键盘上的left键和right键来移动光标在不同输入控件或者表格单元格,就像Excel表格一样???In labview, how can I use the left and right keys on the keyboard to move the cursor on different input controls or table cells, just...
View ArticleUsing FFT PT BY PT
Hi guys,I have attached a VI using FFT Pt by Pt with a known signal, a Sine Wave. How come my Waveform Graph on the FFT Pt by Pt dosen't work and it remains at 0 but the one using the normal FFT works?...
View ArticleRe: NI-Farm internal error - unable to compile FPGA VI
Hello, the first to three steps were successfully completed according to your instructions. However, when I logged the localhost3580 in the fourth step, I found that the login was failed, "login is...
View ArticleRe: How to control parallel threads?
wrote:I note that the compiler doesn't know how large the arrays will be, thus its rules can't depend on array size.Good point. So will a bunch of (independent) primitives on the block diagram always...
View ArticleRif.: ECU Measurement and Calibration Toolkit on Real Time Target
You need to work on the host PC, try to reinstall the ECUmc whit Real Time support.
View ArticleRe: setting TDMS properties
The snippet you show here has a couple of things that I'm curious about, but perhaps they're not your problems. Maybe you can explain them and I can try understand better:You have an array of TDMS...
View ArticleRe: LabVIEW DLL call from java with jni
Hello BArtzon,Did it finally work? I've got the same task soon and the customer will provide the DLL compiled in Java.Perhaps I need to request some parameter handling?Thank you, Peter
View ArticleRe: 如何实现,通过键盘上的left键和right键来移动光标在不同输入控件或者表格单元格,就像Excel表格一样
Hi trribian, use an event structure to detect key press events, then set the focus of those controls as needed. Why don't you use the tab key?
View ArticleCreating VISAResource name in LABView using call library function
Hi I was trying to modify an existing instrument driver template in LABView. The driver used Call Library node to create a VISA Resource name. But I am not able to understand how it operates. Can...
View ArticleRe: Creating VISAResource name in LABView using call library function
Hi Premabel, wrote:Hi I was trying to modify an existing instrument driver template in LABView. The driver used Call Library node to create a VISA Resource name. But I am not able to understand how it...
View ArticleTROUBLE READING OMEGA TRANDUCER PX409-015CGI
Hello everyone, I'm having trouble to read this pressure transducer in labview. NI 9232 is connected with the pressure transducer by using crio9074Really need help to solve this
View ArticleRe: Will Shared Variable and Netowk Stream be obsoleted at Next NXG?
I didn't look back to NS after my first experience:1) Reconnecting a NS causes a SCTL (sync-ed with scan engine) to miss cycles.2) The act like a queue, but all enqueued elements are dropped when the...
View ArticleRe: TROUBLE READING OMEGA TRANDUCER PX409-015CGI
Hi qila, wrote:I'm having trouble to read this pressure transducer in labview. NI 9232 is connected with the pressure transducer by using crio9074Which trouble(s) do you have?How can we help when all...
View ArticleRe: TROUBLE READING OMEGA TRANDUCER PX409-015CGI
refer to the attachment below for the vi.
View ArticleRe: TROUBLE READING OMEGA TRANDUCER PX409-015CGI
Hi qila, unfortunately you didn't attach the project file.(And also unfortunately I'm stuck at LV2017, so it would be fine to downconvert before attaching the whole project!)
View ArticleRe: Will Shared Variable and Netowk Stream be obsoleted at Next NXG?
We cannot develop distributed application which has a communication between each system at current NG.Of course I know NI keeps development and improvement.I believe NI will provide good method to...
View ArticleRe: How to control parallel threads?
wrote: wrote:I note that the compiler doesn't know how large the arrays will be, thus its rules can't depend on array size.Good point. So will a bunch of (independent) primitives on the block diagram...
View ArticleRe: How to control parallel threads?
btw, see this. It's the same situation, but for .NET nodes...
View ArticleRe: Instantiation of class does not work in EXE
IIRC, if the class is included in the executable, the path doesn't matter. LV looks for the name, and if it's in memory it will ignore the path. If this class is always included, simply add a class...
View ArticleRe: Using FFT PT BY PT
We're not all over to LV19... Posting an earlier version will get more response. Or, a screenshot\code snippet accompanying the VI.
View Article