LogMode Enumeration
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
The logging mode that determines whether components in the NI VeriStand system can read data as you log it.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Member name | Description |
|---|---|
| Log | Logs data but prevents components in the system from reading the data as you log it. This option improves the performance of logging, but the data is not available to the rest of the system. For example, a waveform graph on the Workspace window cannot plot waveform data that a task acquires if you enable this mode. |
| LogAndRead | Logs data and allows components in the system to read the data while logging occurs. For example, a waveform graph on a Workspace screen can plot data that the task acquires if you enable this mode. |