IEC 61131-3 C Tools User Manual


Add to my manuals
501 Pages

advertisement

IEC 61131-3 C Tools User Manual | Manualzz

IEC 61131-3 C Tools Function Specifications

dnpSaveAI32Config

Save DNP 32-Bit Analog Input Configuration

Syntax

#include <ctools.h>

BOOLEAN dnpSaveAI32Config(

UINT32 point, dnpAnalogInput * pAnalogInput

);

Description

This function sets the configuration of a DNP 32-bit analog input point.

The function has two parameters: the point number; and a pointer to an analog input point configuration structure.

The function returns TRUE if the configuration was written. It returns FALSE if the point number is not valid, if the configuration is not valid, or if DNP configuration has not been created.

Notes

DNP needs to be enabled before calling this function in order to create the DNP configuration.

See Also

dnpGetAI32Config

Example

See example in the dnpGetConfiguration function section.

Document (Version 2.50) 5/12/2011 161 161

advertisement

Was this manual useful for you? Yes No
Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Related manuals

advertisement

Table of contents