2.3 Function of "plcRun"


PLC task continues to execute plcRun function. plcRun program is the most important part of the PLC, which is responsible for the entire auxiliary device program control. The plcRun function also can fetch Internal Data Structure by &sts pointer and &plc pointer, for example:

void PLCAPI plcRun(struct Status &sts, struct PlcBlock &plc){ }