Blog Posts

Recent posts

Modbus - Coils, Discret Inputs etc

less than 1 minute read

discrete inputs: read-only Boolean\ coils: read-write Boolean\ input registers: read-only integer(16 bits)\ holding registers: read-write integer(16 bits)

Performance - Windows application heap usage

less than 1 minute read

The following script will show how to profile the heap memory usage of Windows application with Windows Performance Toolkits\ 1 2 3 4 5 6 7 8 9 10 11 12 @ech...