Added Modbus Protocol
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "loader_asyncprotocol.h"
|
||||
#include "huber_asyncprotocol.h"
|
||||
#include "knauer_asyncprotocol.h"
|
||||
#include "modbus_asyncprotocol.h"
|
||||
#include "omron_asyncprotocol.h"
|
||||
#include "sics.h"
|
||||
|
||||
@@ -8,5 +9,6 @@ void LOADERInitProtocol(SicsInterp *pSics)
|
||||
{
|
||||
HUBERInitProtocol(pSics);
|
||||
KNAUERInitProtocol(pSics);
|
||||
MODBUSInitProtocol(pSics);
|
||||
OMRONInitProtocol(pSics);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user