Author Topic: Black Box Install  (Read 4374 times)

Mikefly95

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
Black Box Install
« 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
« Last Edit: May 17, 2018, 12:28:59 PM by Mikefly95 »

Mikefly95

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
Re: Black Box Install
« Reply #1 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 :)

Mikefly95

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
Re: Black Box Install
« Reply #2 on: May 17, 2018, 01:48:45 PM »
Should be updated now, let me know if it is not.

Mike

bachphi

  • Hero Member
  • *****
  • Posts: 642
    • View Profile
Re: Black Box Install
« Reply #3 on: May 17, 2018, 05:27:07 PM »
can it play black magic woman?
===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

seth350

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
Re: Black Box Install
« Reply #4 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?

Mikefly95

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
Re: Black Box Install
« Reply #5 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

Mikefly95

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
Re: Black Box Install
« Reply #6 on: May 18, 2018, 07:03:23 AM »
Web app

Mikefly95

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
Re: Black Box Install
« Reply #7 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

Mikefly95

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
Re: Black Box Install
« Reply #8 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