s7-server
Version:
TypeScript S7 PLC Server Simulator
13 lines • 385 B
TypeScript
/**
* S7 Server Example
* Demonstrates a production-ready S7 server implementation
*
* This example creates an S7 server with pre-configured memory areas:
* - DB1: Data Block 1 (100 bytes)
* - DB2: Data Block 2 (200 bytes)
* - PE: Process Inputs (64 bytes)
* - PA: Process Outputs (64 bytes)
* - MK: Merker/Memory (32 bytes)
*/
export {};
//# sourceMappingURL=server.d.ts.map