Open Pipe
- 업데이트 날짜:2025-07-30
- 2분 (읽기 시간)
Opens a named pipe and returns file descriptor, which you pass to subsequent Pipes VIs.
명명된 파이프는 별도의 Linux 프로세스 간에 통신하는 데 사용할 수 있는 특수 파일입니다. 일반 파일과 달리 파이프를 쓰기 모드로 열기 전에 다른 프로세스나 애플리케이션에서 읽기 모드로 파이프를 열어야 파이프에 쓰여진 데이터가 읽기 프로세스로 전달될 수 있습니다. 그렇지 않으면 I/O 오류가 발생하고 열기 프로세스가 실패합니다.

입력/출력
path to named pipe
—
path to named pipe is the path to the named pipe.
mode
—
mode indicates whether you want to read or write data.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
file descriptor
—
file descriptor is the file descriptor to use when reading from and writing to the opened pipe.
error out
—
error out contains error information. This output provides standard error out functionality. |
path to named pipe
—
mode
—
error in (no error)
—
file descriptor
—
error out
—