A.1 the fpget( ) function, The fpget( ) function – Micromod Micro-PWC: 53PW6000 MicroPWC Configuration Guide User Manual

Page 342

Advertising
background image

Micro-PWC CONFIGURATION GUIDE

322 Appendix A - Excel Functions

The fpget( ) Function

Function Name

fpget( ) - get a value from the current database (ASCII)

Synopsis

char fpget(char *tag)

Description

The

fpget() function is used in the spreadsheet as a formula. This function gets the value of a

specified tagname.atom from the current database. The function

fpget() returns the value in ASCII

format.

Inputs

Outputs

None.

Returns

The value of the specified tagname.atom, or an error message.

Example

This example gets the value for FIC101.OUT from the current database, for the current time.

In Microsoft Excel:

=fpget(“FIC101.OUT”)

Parameter

Description

tag

The tagname and atom for which the value will be obtained
from the current database.

Advertising