Jump to content

command window in labview


sjukheter

Recommended Posts

Hi,

i my app i need to make a command line window for more user friendly interaction. now i am using basic serial read write for commanding and reading answers but also making command line window is a part of my application but i dont know how i gonna i make that, from the command line just i will write commands and see the reply there it self.

I am sending some 13 commands from write visa always and showing the results on indicators but if user read some specific command now he can enter the command on command line window and he wiil be adle read the corresponding value back.

Hope some one will help me..

Link to comment
  • 4 weeks later...

you can either create an interface (a popup VI for example) for this purpose or just add a custom command string control somewhere on you GUI for user to type in.

Then add an event case for this value change, send the command to the instrument and display it on a string indicator. Pretty much what you have done, just add a few extra code.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.