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

Eine Named Pipe ist eine spezielle Datei, die für die Kommunikation zwischen verschiedenen Linux-Prozessen verwendet werden kann. Im Gegensatz zu einer normalen Datei müssen Sie eine Pipe im Lesemodus öffnen, normalerweise von einem anderen Prozess oder einer anderen Anwendung, bevor Sie die Pipe im Schreibmodus öffnen, damit die in die Pipe geschriebenen Daten an den lesenden Prozess weitergegeben werden können. Andernfalls tritt ein E/A-Fehler auf und der Öffnungsprozess schlägt fehl.


icon

Ein-/Ausgänge

  • 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.