Open Pipe
- Aktualisiert2025-07-30
- 2 Minute(n) Lesezeit
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.

Ein-/Ausgänge
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
—