Opens a named pipe and returns file descriptor, which you pass to subsequent Pipes VIs.

명명된 파이프는 별도의 Linux 프로세스 간에 통신하는 데 사용할 수 있는 특수 파일입니다. 일반 파일과 달리 파이프를 쓰기 모드로 열기 전에 다른 프로세스나 애플리케이션에서 읽기 모드로 파이프를 열어야 파이프에 쓰여진 데이터가 읽기 프로세스로 전달될 수 있습니다. 그렇지 않으면 I/O 오류가 발생하고 열기 프로세스가 실패합니다.


icon

입력/출력

  • cpath.png path to named pipe

    path to named pipe is the path to the named pipe.

  • cenum.png mode

    mode indicates whether you want to read or write data.

    0
    Read
    1
    Write
  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ii32.png file descriptor

    file descriptor is the file descriptor to use when reading from and writing to the opened pipe.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.