LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

cvi command to display data in command prompt

Solved!
Go to solution

Hello,

do we have any CVI command to display a specific data in cmd(command) prompt??

0 Kudos
Message 1 of 3
(3,738 Views)
Solution
Accepted by topic author surabhi_bhosale

A simple printf will display data in the standard I/O window, more or less what you are looking for, while scanf will accept and elaborate user input in that window.

A bit of personalizatio for the standard I/O window is permitted via SetStdioWindowOptions () command: in the help for this command an example program is linked (userint\standardio.cws) that shows some interaction with the window.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 3
(3,729 Views)

Thankyou 🙂

0 Kudos
Message 3 of 3
(3,718 Views)