explain_4.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html style="width: fit-content">
  3. <head>
  4. <link rel="icon" href="favicon.ico" type="image/x-icon">
  5. <title>jomjol - AI on the edge</title>
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <style>
  9. .h_iframe iframe {width:995px;height:605px;}
  10. .h_iframe {width:995px;height:605px;}
  11. h1 {font-size: 2em; margin-block-end: 0.3em;}
  12. h2 {font-size: 1.5em;margin-block-start: 0.3em;}
  13. h3 {font-size: 1.2em;}
  14. p {font-size: 1em;}
  15. </style>
  16. </head>
  17. <body style="font-family: arial">
  18. <h4>Define Digits</h4>
  19. Here you define your analog counters you want to read. If you have more than one number on the reading you can define several numbers with the <b>"Number"</b> selector. There you can also define new numbers. If you do not have analog counters delete all ROIs.
  20. <p>
  21. With the drop down menue <b>"ROI x"</b> you can change between the different counters. Mark them with the mouse or the coordinates.
  22. <br>
  23. To create new ROIs use <b>"New ROIs"</b>. The order of the ROIs defines the positon within the reading. <br>
  24. You can change it with <b>"move Next" / "move Previous"</b>.
  25. </p>
  26. <p>
  27. Don't forget to save your changes with <b>"Save all to Config.ini"</b>!.
  28. </p>
  29. </body>
  30. </html>