Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 519 Bytes

Moka7app

Android app to read from S7 PLC using Snap 7 Java Library called Moka7

Android studio 3.2

Tested on Android Studio 3.2.1

Snap7

http://snap7.sourceforge.net/

TODO

  • Add settings to set and save on device using shared preferences:

    • IP Address
    • Memory to read from plc and offset
  • Reading from PLC is performed in a background service

  • Saving data to sqlLite is performed in a background service

  • Make some custom widget (Led, NumericTextBox) to interact with PLC.