Itjalal,
Absolutely. By all means.. NI software tools are not used exclusively with NI products, although in most cases, you'll appreciate that 😄
You can create your own custom GUI in LabView or LabWindows-CVI (if you are more familiar with C/C++ and need to create instrument drivers). The benefit of using LabView is to be able to create a custom GUI and the tests quickly. You have all the choices for communication (Serial port,parallel port,ethernet,USB).
LabView is designed with the end-product in mind, however, you will have to prepare your protocols (drivers). I typically create them using LabWindows-CVI as wrapper functions, but if you can communicate to your product directly using software like HyperTerminal or using a TelNet session, then you can communicate with the product by simply using LabView. Even parallel port communication is simple.
To answer your question on how communication is accomplished, you will have to let us know the following:
1. what version of LabView that you are using?
2. how do you "manually" communicate your your product at the moment?
3. what is your preferred communication method? (Serial port,parallel port,ethernet,USB)
4. do you have existing communication protocols?
5. how did you try to configure the channels? can you provide a brief explanation?
The GUIappln jpeg can be created using LabView. Let's start with the questions above.
Please keep using this thread as it can contain all the steps to get you to success.
And remember: have fun with LabView (experiment with it). 😄
JLV