-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
NI Syslog Library by NI - Toolkit for LabVIEW Download
Version | 1.3.3.27 |
Released | Sep 20, 2016 |
Publisher | NI |
License | NI SCL |
LabVIEW Version | LabVIEW>=10.0 |
Operating System | Windows, Mac, and Linux |
Used By | nevstop_3rdparty_dependencies |
Project links | Homepage |
Description
The Syslog protocol is a simple UDP communication standard for sending messages from distributed systems and processes to a central collector for logging and later analysis. It can be used for debugging embedded and distributed applications by sending simple messages from the embedded code to a separate system running the syslog collector, also called the syslog server or daemon.
Release Notes
v1.2.3
- Removed Error Case Structure from Device Send VI so that error cluster infromation can be sent automatically as intended.
- Corrected syslog_Hostname to return the host name of the local device.
Incompatible Packages
- Added NI Syslog Library (ni_lib_syslog) as an incompatible library, preventing the installation of these two identical libraries with different package names.
v1.3.0
- Removed extraneous function palette
v1.3.1
- Discussion Forum Suggestion: Updated syslog_Hostname.vi to cache the hostname on the first call, and return the cached name on subsequent calls to improve performance. (Improvement suggested by user LeifS. Thank you.)
v1.3.2
- Discussion Forum Suggestion: Expose the Client Port setting to the user to allow multiple Syslog clients (devices) on one machine.
v1.3.3
- Discussion Forum Suggestion: Modify Device Engine Function so that the user specified Client Port is always used for the local port, not just in the case that the Server/Collector is running on the same machine.
The default client port is 515, which is different from the default server/collector port (514). So using the default values will work in any case where you only have one client per machine. If you want to use mutliple clients on one machine, you must specify unique client ports on all but one of them.