AdvancedHMI Software

General Category => Application Showcase => Topic started by: Mikefly95 on May 17, 2018, 12:00:41 PM

Title: Black Box Install
Post by: Mikefly95 on May 17, 2018, 12:00:41 PM
I created an easy install and user guide for my server application Black Box. Hope some of you find it useful!!
Let me know if you need additional help.

I have had this running in production for well over a year with very little issues. Most issues are user related.

https://www.dropbox.com/sh/528vxe9kdtxny0k/AAC_JHxNlY9Gmof1d8oX3n80a?dl=0

Mike
Title: Re: Black Box Install
Post by: Mikefly95 on May 17, 2018, 12:04:53 PM
I think i may have created the zip files before I wrote the sample application. So the SayHello will need to be written but this is good practice :)
Title: Re: Black Box Install
Post by: Mikefly95 on May 17, 2018, 01:48:45 PM
Should be updated now, let me know if it is not.

Mike
Title: Re: Black Box Install
Post by: bachphi on May 17, 2018, 05:27:07 PM
can it play black magic woman?
Title: Re: Black Box Install
Post by: seth350 on May 17, 2018, 09:55:56 PM
Can you give an example of how you are using it? Are you essentially hosting all plc communication on one app and sharing the data across tcp to clients?
Title: Re: Black Box Install
Post by: Mikefly95 on May 18, 2018, 07:02:58 AM
The main way that I use this is as a data collector. I have another app that runs on the same server with multiple threads that fire and grab data and put it in one of my Database's.
I will attach a couple of examples of UI projects that also use this. One is a Web overview of the shop and the other is a desktop app that shows power consumption. Let me know if this helps at all.

Mike
Title: Re: Black Box Install
Post by: Mikefly95 on May 18, 2018, 07:03:23 AM
Web app
Title: Re: Black Box Install
Post by: Mikefly95 on May 18, 2018, 07:12:38 AM
And this is a WPF app.

Next step is to create a Windows Universal app and install it on a Raspberry Pi running Win 10 IoT pretty much creating an embedded panel.

Mike
Title: Re: Black Box Install
Post by: Mikefly95 on May 18, 2018, 07:44:09 AM
I use this to log data and display it in various ways.

If you need an HMI then this is not really what you want to use. I have well over a 1,000 lines of code in my functions and only 3 write to tags and this is because I have Python scripts processing mass amounts of data and then the results are written. Way to much for the PLC to do.

This is truly for displaying info not controlling machines.

Mike