Skip to content

Commit 5bfe054

Browse files
authored
Update README.md
1 parent 33c532f commit 5bfe054

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,20 @@ Registers
4141

4242
Modbus Logging
4343

44-
![image](https://github.com/sanny32/OpenModSim/assets/13627951/6a37cef6-9365-4184-a232-2c5a746f2a2c)
45-
44+
![image](https://github.com/sanny32/OpenModSim/assets/13627951/23ae888d-4722-4065-a394-64e28f68ea62)
4645

4746

4847
## Extended Featues
4948

5049
Modbus Message Parser
5150

52-
![image](https://github.com/sanny32/OpenModSim/assets/13627951/7e9744b8-f4b3-439a-a312-79cbdc426dc2)
51+
![image](https://github.com/sanny32/OpenModSim/assets/13627951/7e9744b8-f4b3-439a-a312-79cbdc426dc2)
5352

5453

5554
## Scripting
5655
From version 1.2.0 Open ModSim supports scripting. Qt runtime implements the [ECMAScript Language Specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) standard, so Javascript is used to write code.
5756

58-
![image](https://github.com/sanny32/OpenModSim/assets/13627951/c03a7d23-3c69-43aa-a1d3-ae5096da4f54)
57+
![image](https://github.com/sanny32/OpenModSim/assets/13627951/c03a7d23-3c69-43aa-a1d3-ae5096da4f54)
5958

6059
Scripts can be launched in two modes: Once or Periodically. If you run script in Once mode the script will stop after it finishes executing. In Periodically mode, the script will start after a certain period of time until the user stops it or the method is called
6160
```javascript

0 commit comments

Comments
 (0)