Wednesday, October 24, 2012

Cicode - CitectSCADA


/*Callback for Read button. This function will read the tag from the I/O Device and display on the form.*/

INT
FUNCTION
_tagDebugRead()
        FormGetData(hForm);
        sValue = TagRead(sTag, 0);
        FormSetData(hForm);
    RETURN  0;
END

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.