Provide an API to interface with python scripts

1
1 year agocompleted1

Hello, is it possible to add some kind of API that can call and be called by python scripts? That would provide custom use cases with possibility of running extra hardware, custom test sequences based on external triggers, sending realtime dyno data to external hardware/server etc. Possibilities are endless.

One reply on “Provide an API to interface with python scripts”

Actually the API was in place when you asked for it, but it was not documented 🙂
The dyno software runs a TCP server at 12369 port that was designed for use with the remote control app for Android and Windows. I documented it here:
https://perek.it/help/dyno2-dynamometer-software-remote-control/

If you want to execute your own scripts from the dyno software, you can use the functions’ “Shell command” option that is available in SETTINGS / Functions.

If the current options don’t solve your needs, let me know. We will work something out.

Leave a Reply