Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

DevWriteLn

  • Last UpdatedJul 18, 2023
  • 1 minute read

Writes a string to a device. If the device is free-format, the data is written to the device, followed by a newline character. If the device is record-based, a new record is appended to the device and the data is written to this record. The record pointer is then moved to the next record.

Syntax

DevWriteLn(hDev, sData)

hDev:

The device handle, returned from the DevOpen function. The device handle identifies the table where all data on the associated device is stored.

sData:

The data to write, as a string.

Return Value

0 (zero) if successful, otherwise an error is returned.

DevOpen, DevWrite

Example

/* Write PV123 to the device followed by a newline character */
DevWriteLn(hDev,"PV123="+PV123:###.#);

See Also

Device Functions

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in