We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d11f0 commit abf2b24Copy full SHA for abf2b24
src/main/kotlin/Main.kt
@@ -44,6 +44,7 @@ class Checksum : Callable<Int> {
44
//val digest = MessageDigest.getInstance(port).digest(fileContents)
45
//println(("%0" + digest.size * 2 + "x").format(BigInteger(1, digest)))
46
if(simulationRandomValues) {
47
+ plcMemory = PlcMemory(configuration)
48
modbusServer = ModbusServer(plcMemory)
49
}else {
50
if (file.isNotEmpty()) {
0 commit comments