COMTRADE Write Private Inf VI
- Updated2023-02-21
- 4 minute(s) read
COMTRADE Write Private Inf VI
Owning Palette: Advanced VIs
Requires: Electrical Power Toolkit
Writes data to the private sections of the optionally specified .inf file. If the entry name you specify already exists, this VI replaces the existing entry. You must set include information file? to TRUE in the COMTRADE Open VI to open the .inf file. Otherwise this VI returns an error.
You must manually select the polymorphic instance you want to use.
COMTRADE Write Private Inf (1 Entry)
![]() |
entry value specifies the content of the entry. |
![]() |
entry name specifies the name of the entry. An entry name must start with one word that contains 3-32 characters. The ASCII code of characters for entry names must be between 33 and 127 in decimal. |
![]() |
task in specifies the configuration information and references. |
![]() |
manufacturer name specifies the name of the manufacturer. Manufacturer names must start with letters. |
![]() |
section name specifies the name of the section. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
task out returns updated configuration information and references. |
![]() |
manufacturer name out returns manufacturer name unchanged. |
![]() |
section name out returns section name unchanged. |
![]() |
error out contains error information. This output provides standard error out functionality. |
COMTRADE Write Private Inf (N Entries)
![]() |
entry values specifies the content of each entry. |
![]() |
entry names specifies the name of each entry. An entry name must start with one word that contains 3-32 characters. The ASCII code of characters for entry names must be between 33 and 127 in decimal. |
![]() |
task in specifies the configuration information and references. |
![]() |
manufacturer name specifies the name of the manufacturer. Manufacturer names must start with letters. |
![]() |
section name specifies the name of the section. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
task out returns updated configuration information and references. |
![]() |
manufacturer name out returns manufacturer name unchanged. |
![]() |
section name out returns section name unchanged. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Examples
Refer to the following VIs for examples of using the COMTRADE Write Private Inf VI:
- COMTRADE N Samples Logging VI: labview\examples\Electrical Power\COMTRADE Logging
- COMTRADE Waveform Logging VI: labview\examples\Electrical Power\COMTRADE Logging
- COMTRADE 1 Sample Logging VI: labview\examples\Electrical Power\COMTRADE Logging