Open System Command Pipe
- 업데이트 날짜:2025-07-30
- 3분 (읽기 시간)
Opens a pipe to a system shell command and returns file descriptors that you can pass to subsequent Pipes VIs.
파이프 닫기 VI를 사용하여 반환된 모든 파일 디스크립터를 닫아야 합니다.

입력/출력
command line
—
command line indicates which command for LabVIEW to call to run your program.
mode
—
mode determines whether you want to read and/or write data.
return standard error fd?
—
return standard error fd? sets the VI to return error file descriptor when set to TRUE. The default is FALSE.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
process ID
—
process ID returns the process ID.
read file descriptor
—
read file descriptor returns a file descriptor if you set mode to Read or Read + Write.
write file descriptor
—
write file descriptor returns a file descriptor if you set mode to Write or Read + Write.
error file descriptor
—
error file descriptor returns a file descriptor you can pass to the Read From Pipe and Close Pipe VIs if you set return standard error fd? to TRUE.
error out
—
error out contains error information. This output provides standard error out functionality. |
command line
—
mode
—
return standard error fd?
—
error in (no error)
—
process ID
—
error out
—