Omron NX701-1620 User Manual page 241

Machine automation controller nj/nx-series database connection cpu units
Hide thumbs Also See for NX701-1620:
Table of Contents

Advertisement

// Close the DB Connection.
DB_Close_instance( Execute:=TRUE, DBConnection:=MyDB1 );
IF (DB_Close_instance.Done=TRUE) THEN
Operating_Close := FALSE; // Normal end
END_IF;
IF (DB_Close_instance.Error=TRUE) THEN
// Error handler
// Program the error handler (FaultHandler_Close) according to the device.
FaultHandler_Close();
Operating_Close := FALSE;
END_IF;
END_IF;
NJ/NX-series Database Connection CPU Units User's Manual (W527)
Appendix A
A
A-53

Advertisement

Table of Contents

Troubleshooting

loading

Table of Contents