raw = ModbusReadInput(5,100,1) scaled = raw / 32767.0 * 1000.0 // counts → grams if scaled > 900.0 then SetCoil(5,1,TRUE) // turn on DO1 alarm end_if
Captures short-duration external signal pulses that are faster than the standard PLC cycle scan time, preventing missed inputs during high-speed production runs.
: Always document your measurement results and program changes for future maintenance. dox mini software messung plc best
DOX Mini allows you to ignore physical addresses entirely. Define a variable Tank_Level as REAL and map it to your analog input in the I/O table. This reduces bugs by 40%.
In a Messung PLC, you can have cyclic, timer, and interrupt tasks. Use DOX Mini’s Task Configuration tab to assign safety logic to a high-priority 10ms task and general logic to a 50ms task. raw = ModbusReadInput(5,100,1) scaled = raw / 32767
Use the software’s "Compare" feature to ensure that the code running on the factory floor matches your master measurement parameters. Conclusion
To truly claim the setup, follow these advanced techniques: Define a variable Tank_Level as REAL and map
Fix: The software is attempting to write log files to a restricted system directory. Right-click the DOX Mini launch shortcut, select , and permanently enable Run as Administrator . Garbled Data or Unrealistic Measurement Values
The best solution today is a that outputs plain text and PDFs – not another database. For PLC engineers, that means more time analyzing loops, less time wrestling with software licenses.