
Jimmy-Chen
Members-
Posts
35 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Jimmy-Chen
-
Hi all I would like to Write/Read data between two exe application. I can use Notifier operation to Write/Read data between two Vi, but I can't use it after I build *.exe. Dose anybody knows how to do this or any example? Thanks in advance.
-
If you use the OCX component,you can obtain the OCX Click to trigger use the Dynamic event. Other post,Here~ Hope this helpful..
-
Hi All, I have already found out the method for solving it. I can make use of the property node to complete the function that I want. See attached image: BTW,Thanks for Michael's post. Here~
-
Hi All, I can make use of the "New VI Object.vi" to add a Control on another SubVi,but how do I make use of the same way to delete the Control? I found out the mxwScript_Clear VI FP BD.vi(...National Instruments\MAX\Assistants\LVCGen\LV70),but is not what I want.Because it will delete all control of the front panel. Thanks
-
Hi all, Dose anyone knows how do I use LV to get all of the client IP address in DHCP server? See attached image Thanks a lot
-
Hi all, Is this possible? I would like to insert the item into the LV development environment. Like attach image, Is this possible? If yes. How to do this? Thanks in advance.
-
-
Hi Henry You should use the "Find Example" in LV and key "tree" word in the text bar to find what you want. Jimmy
-
Hi Michael, Thanks for your replay.I will try. Thanks and Happy New Year.
-
Hi all, I apologize my English is poor. :laugh: I put a boolean button on the front panel. And I would like to create new vi via templates vi(*.vit) when I pressing the button each time. Anybody knows How to do this? Thanks in advance and happy new year.
-
Hi all I have a difficult time finding the method in the LabVIEW.. How do I close(or quit) *.exe applications within LabVIEW? For instance, I whould like to close(or quit) notepad.exe use LabVIEW... Any example or idea.. Thanks in abvance
-
Dear PJM, How do I get the property of Block Diagram. I can't found block diagram item in the property node list. Thanks
-
I've attached the document about Performance and Memory Management by LV help. You can refer to the 4 page of the document. Download File:post-705-1100237457.pdf hope this can help you.
-
I have another way to read/write a data from/into an Excel File. You can use the "file I/O>>write to Spreadsheet Files" to write a data into the excel file. Like attached image: Than you can use same way "file I/O>>read from Spreadsheet Files" to read data from an excel file. Like attached image: Hope this can help you. :thumbup:
-
Array to String
Jimmy-Chen replied to boyracer38's topic in Remote Control, Monitoring and the Internet
I think you have several ways to do this.....Array to String. 1)Use Array "To Spreadsheet String Functions"(Functions>>String>>Array To Spreadsheet String). 2)Use For loop and Shift Register. See attach image. Hope this can help you. -
Hi all Now,I can add icon to the system tray,Like attached the image. but I have no ideal to get mouse click events on the icon. Does anyone know how to do this? Thanks in advance.
-
Hi all I use LV made a llb program the size is 234KB, but When I build an application with the LabVIEW Application Builder, the Installer folder size was almost 4.77MB(No Run-Time engine). I would like to reduce my installer folder size. Does anyone knows what are they functions on the Installer folder? and how to do this?
-
Hi Does anyone knows how to closed front panel when the program running. Mmm.... Like attachment image. Thanks in advance :worship:
-
You should use the LabVIEW Math Interface Tookit to convert M file into LV. See NI website Here~
-
Thanks JackHamilton :worship: You have given me a helpful suggestion. Thanks again.
-
I have attached a VI(Saved in LV 7.0) in this topic. This attachment code can help you capture and paste screen image on front panel. Holp this can help you.. Download File:post-705-1097127273.llb
-
Dear JackHamilton, One more question... :laugh: Can i use Counter Control.vi to reset the counter?? If can't .........why?? Thanks :worship:
-
Hi I would like to reset the counts after I pressing the reset button. But I have no idea How to do this.. Dose anyone knows??? thanks in advance. ps. The Hardware is DAQ-NI6014.
-
Hmm....I see what you mean.. You can write and read windows title name use the Open Application Referenceand and Property Node. try again.... :thumbup: Download File:post-705-1096462430.vi Hope this can help you