Ontwikkelaar: Quan Lin (8)
Prijs: $2.49
Beoordelingen: 0 
Recensies: 0 Schrijf een review
Lijsten: 1 + 0
Punten: 0 + 0 ¡
Google Play

Beschrijving

PyTool Modbus
PyTool Modbus is a great tool for Modbus developing, debugging and monitoring.
It features Python script capability that gives you the greatest flexibility.

Why script capability is desirable for Modbus tool?
Electrical engineers find it handy to use a hand held device like Android phone or tablet to debug or monitor Modbus communication in the field, factory or lab.
But nearly every Modbus communication system got its own data format.
Searching in a sea of hex data like "02a5b4ca....ff000803" and trying to figure out what is happening is not pleasant at all.
That is where PyTool Modbus comes to help.
With the ability to run custom Python script, PyTool Modbus can read and parse any received data, display it in the way you want, and even act accordingly when it is needed.

There are script examples for quick start. Just copy and paste one of them to try them out.

There is also a handy Modbus control interface for general use.

It supports main stream USB serial drivers, including:
FTDI driver
CDC ACM driver
CP210x driver
CH34x driver
PL2303 driver

Script General Guide
=================

* The Python version used in this app is 3.8.

* This app is not designed as script editor although script can be edited in the script field.
The best way is to use your favorite script editor and then copy and paste the script.

* Always use 4 spaces for indentation to avoid weird errors.

* Most of the packages in standard Python library are available to import.

* If while loop is needed, always use `app.running_script` as condition in order to stop the script properly.

* Use `app.version` to get the app version string.

* Use `app.get_output()` to get the script output field as string.

* Use `app.set_output(object)` to display `object` in the script output field as string.

* Use `app.print_text(object)` as a shortcut for `app.set_output(app.get_output() + str(object))` to append text to the script output field.

* Use `app.clear_text()` as a shortcut for `app.set_output("")` to clear the script output field.

* Use `app.fc01_read_coils(mbid, addr, num)` to send function code 01 request.
mbid (int): Modbus ID
addr (int): Data Address
num (int): Number of Data
return (list of int): Requested Data List

* Use `app.fc02_read_discrete_inputs(mbid, addr, num)` to send function code 02 request.
mbid (int): Modbus ID
addr (int): Data Address
num (int): Number of Data
return (list of int): Requested Data List

* Use `app.fc03_read_holding_registers(mbid, addr, num)` to send function code 03 request.
mbid (int): Modbus ID
addr (int): Data Address
num (int): Number of Data
return (list of int): Requested Data List

* Use `app.fc04_read_input_registers(mbid, addr, num)` to send function code 04 request.
mbid (int): Modbus ID
addr (int): Data Address
num (int): Number of Data
return (list of int): Requested Data List

* Use `app.fc05_write_single_coil(mbid, addr, val)` to send function code 05 request.
mbid (int): Modbus ID
addr (int): Data Address
val (int): Data Value
return (int): Number of Data (always 1)

* Use `app.fc06_write_single_register(mbid, addr, val)` to send function code 06 request.
mbid (int): Modbus ID
addr (int): Data Address
val (int): Data Value
return (int): Number of Data (always 1)

* Use `app.fc15_write_multiple_coils(mbid, addr, vals)` to send function code 15 request.
mbid (int): Modbus ID
addr (int): Data Address
vals (list of int): Data Value List
return (int): Number of Data

* Use `app.fc16_write_multiple_registers(mbid, addr, vals)` to send function code 16 request.
mbid (int): Modbus ID
addr (int): Data Address
vals (list of int): Data Value List
return (int): Number of Data

* Use `app.msg_out` and `app.msg_in` to check request and response messages.

* Use `app.log_file(text)` to save a log file in storage.
The log file is located here [Storage Directory]/PyToolModbus/log_[UTC Timestamp].txt.
text (str): Text Content
return (str): Full File Path
meer ↓

Screenshots

#1. PyTool Modbus (Android) Door: Quan Lin
#2. PyTool Modbus (Android) Door: Quan Lin
#3. PyTool Modbus (Android) Door: Quan Lin
#4. PyTool Modbus (Android) Door: Quan Lin
#5. PyTool Modbus (Android) Door: Quan Lin
#6. PyTool Modbus (Android) Door: Quan Lin
#7. PyTool Modbus (Android) Door: Quan Lin
#8. PyTool Modbus (Android) Door: Quan Lin
#9. PyTool Modbus (Android) Door: Quan Lin
#10. PyTool Modbus (Android) Door: Quan Lin

Wat is er nieuw?

  • Versie: 0.3
  • Bijgewerkt:
  • Version 0.3
    Python version for the script is 3.8.
    Now the script runs in Python global environment. Existing scripts should still work as before.
    `app.version` is added for checking app version.

Prijs

  • Vandaag: $2.49
  • Minimum: $1.49
  • Maximaal: $2.49
  
Prijzen volgen

Ontwikkelaar

Punten

0 ☹️

Beoordelingen

0 ☹️

Lijsten

Recensies

Schrijf als eerste een review 🌟

Aanvullende informatie

  • Versie: 0.3
  • Categorie:
  • Besturingssystemen:
  • Grootte:
  • Beoordeling van content:
  • Google Play Beoordeling:
  • Bijgewerkt:
  • Releasedatum:
PyTool ModbusPyTool Modbus Korte URL: Gekopieerd!
  • 🌟 Delen
  • Google Play

Mogelijk vindt u dit ook interessant

    • Tool Protect
    • Android Apps: Tools  Door: Tool Protect PTY LTD
    • Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 0  Versie: 1.7.0   EASILY CREATE A DIGITAL TOOLBOX Whether you re a tradie or a business owner, tool theft, damage, and loss can cost thousands in downtime and dollars. Protect your tools by quickly and ...
        ⥯ 
    • Vape Tool
    • Android Apps: Tools  Door: Vape Tool
    • * Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 21,386 (4.2)  Versie: 10.02.2025-free   Vape Tool saves your time and money, by making only perfect Coils and E-Liquids Would you like to know resistance of Coil you are going to build ? Would you like to know how to prepare
        ⥯ 
    • Tool pressure calculator
    • Android Apps: Tools  Door: Texas Controls
    • Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 0  Versie: 1.4.2   Tool Pressure Calculator was created to simplify the use of the conversion charts providing a mistake-free conversion, which will save time and reliability in the execution of the ...
        ⥯ 
    • Tool in the Cockpit
    • Android Apps: Tools  Door: Chopchop Apps
    • * Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 0  Versie: 1.5.2   Tool in the Cockpit was built by a commercial helicopter pilot for other pilots who love flying and love great tools. It s packed with features that simplify your preflight and ...
        ⥯ 
    • Modbus Monitor Advanced
    • Android Apps: Tools  Door: Quantum Bit Solutions
    • * $2.99  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 1 + 0  Versie: 6.5.12   Learn Modbus with full protocol stacks, or get all data from your remote Modbus RTU devices by defining your full modbus map, or use your mobile devcie to simulate Modbus devices or ...
        ⥯ 
    • Modbus Slider
    • Android Apps: Tools  Door: Hadi Scada
    • Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 0  Versie: 2   Show data from Modbus TCP Server in a Sliding Pages
        ⥯ 
    • BGM 4.0 - VIP GFX TOOL
    • Android Apps: Tools  Door: BGM GFX TOOL
    • * $0.49  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 1 + 0  Versie: 107   With BGM-VIP GFX TOOL This Tool You can Get 90 FPS, HDR graphics, Lag Fix, ,iPad View, and many more Useful Features. gfx tool for bgm bgm 4.0 gfx tool BGM-VIP GFX TOOL Features Fancy ...
        ⥯ 
    • Tool Identifier
    • Android Apps: Tools  Door: ParagonGamez
    • * Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 0  Versie: 1.0.0   Welcome to Tool Identifier, the ultimate app for quick and accurate tool identification. Whether you re a DIY enthusiast, a professional, or just curious about a tool, Tool Identifier ...
        ⥯ 
    • Tool: Bubble Level, Tape Ruler
    • Android Apps: Tools  Door: m24apps
    • * * Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 0  Versie: 2.0   Level Tool: Bubble level Your Everyday Augmented Reality Measurement Companion Whether you re an architect, an interior designer, a home décor lover, or simply someone who enjoys ...
        ⥯ 
    • Tool Link
    • Android Apps: Tools  Door: Klauke Software Solutions
    • Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 0  Versie: 1.2   The Tool Link app is free and without any ads - download it now! With the Tool Link app, you can configure settings on your battery hydraulic tool and read out tool data. To do this, ...
        ⥯ 
    • Tool Box
    • Android Apps: Tools  Door: The Crimsun Boar
    • * Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 0  Versie: 1.01.2   Introducing Tool Box Your All-in-One Solution for a Smarter, Simpler Life! This versatile app combines essential utilities to streamline your daily tasks, making everything from ...
        ⥯ 
    • Spartan Tool Vision
    • Android Apps: Tools  Door: Spartan Tool LLC
    • Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 0  Versie: 1.2.2   The Spartan Tool Vision app is designed to work with Spartan Tool pipe inspection cameras. Spartan Tool Vision features a user-friendly interface to make your inspection jobs a breeze.
        ⥯ 
    • BGM GFX TOOL - 12K GFX TOOL
    • Android Apps: Tools  Door: BGM GFX TOOL 12K
    • * Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 0  Versie: New   12k GFX TOOL This GFX TOOL provided all thinks All Android version support Use proses very simple Open GFX TOOL then Select GFX Select version choice your favourite option And apply ...
        ⥯ 
    • Tool Blade Angle
    • Android Apps: Tools  Door: Juga
    • * Gratis  
    • Lijsten: 0 + 0  Beoordelingen: 0  Recensies: 0
    • Punten: 0 + 0  Versie: 1.3.2   "Is this the right angle?" Stop guessing and start measuring with precision! Tool Blade Angle turns your smartphone into a professional angle measurement tool. From saw blades for ...
        ⥯ 

Mogelijk vindt u dit ook interessant

Zoekoperators die je kunt gebruiken met AppAgg
Toevoegen aan AppAgg
AppAgg
Aan de slag - het is gratis.
Registreren
Inloggen