Search found 194 matches

by bbrally
Tue Feb 21, 2017 5:46 pm
Forum: PC / Mac Apps
Topic: My version of the HMI builder
Replies: 104
Views: 2023964

Re: My version of the HMI builder

A plumbing pipe with no flow would also be nice. Just like the animated flow ones but without animation or flow. If the pipes on the canvas connect to no source of pressure, they will always be empty. Have the pipe not connected to a pump or an "H2O source" and you will have an empty pipe...
by bbrally
Tue Feb 21, 2017 6:53 am
Forum: PC / Mac Apps
Topic: My version of the HMI builder
Replies: 104
Views: 2023964

Re: My version of the HMI builder

A widget shaped like an element is easy, but to make it represent a on or off element without it just being an element that changes from red to green is more challenging. My centrifugal pump represents a centrifugal pump, but it still lacks something. I feel the lobe pump more closely captures that ...
by bbrally
Mon Feb 20, 2017 4:16 pm
Forum: PC / Mac Apps
Topic: My version of the HMI builder
Replies: 104
Views: 2023964

Re: My version of the HMI builder

Good idea with the dins, will take a bit, but I'm working on some ideas. The three horizontal pipes allow a source of H2O. One is straight, the other two allow cleaner 90 deg corners than just two straights at 90 deg. The angled pipe is to connect pipes at 45 deg. They don't stretch and cannot be an...
by bbrally
Sun Feb 19, 2017 4:51 pm
Forum: PC / Mac Apps
Topic: My version of the HMI builder
Replies: 104
Views: 2023964

Re: My version of the HMI builder

I've moved the links in the help page to google drive, as some people were having difficulty downloading. Should be no problem now. Here they are also: Process link: https://drive.google.com/open?id=0BwAZbnc-nb2hY2lJa1loRXVaQ0E Canvas link: https://drive.google.com/open?id=0BwAZbnc-nb2hTWJnZmVqNGhDMTg
by bbrally
Thu Feb 16, 2017 5:21 pm
Forum: PC / Mac Apps
Topic: My version of the HMI builder
Replies: 104
Views: 2023964

Re: My version of the HMI builder

Do you have a link to specs on the 3-way valve?
by bbrally
Wed Feb 01, 2017 4:00 pm
Forum: PC / Mac Apps
Topic: My version of the HMI builder
Replies: 104
Views: 2023964

My version of the HMI builder

I've written a web app to allow users to graphically draw their brewery on screen and then use this to display the brewing process/states during brewday instead of the standard BCS display app. I wrote this for my own use, but thought others might be interested. A good place to start would be the he...
by bbrally
Wed Feb 01, 2017 5:58 am
Forum: General Discussion
Topic: BCS Coefficient Calculator
Replies: 6
Views: 18306

Re: BCS Coefficient Calculator

I never did, but oakbarn has written an excellent help/tutorial on its use.

I'm not sure where he's posted it, if he even has. Perhaps he'll respond.
by bbrally
Thu Dec 01, 2016 3:14 pm
Forum: Troubleshooting and Support
Topic: confusion with API/output/{id}
Replies: 4
Views: 3050

Re: confusion with API/output/{id}

/process/{process_id}/state/{state_id}/output_controllers /process/{process_id}/state/{state_id}/boolean_outputs These API's will allow toggling of the output, but they do so by changing the programming of the state. Is there a way to change the output, but not affect the programming? What I want to...
by bbrally
Thu Dec 01, 2016 2:04 pm
Forum: Troubleshooting and Support
Topic: confusion with API/output/{id}
Replies: 4
Views: 3050

Re: confusion with API/output/{id}

Seems obvious when you say it.

Thanks Jon.
by bbrally
Thu Dec 01, 2016 3:05 am
Forum: Troubleshooting and Support
Topic: confusion with API/output/{id}
Replies: 4
Views: 3050

confusion with API/output/{id}

When I post to the api/output/{id} to enable/disable an output I get a result I don't understand. When I post to set output8 to enable = true, the response is returned that the output is now enabled. But when I go to the process editor and refresh the browser, output8 is still disabled? If set outpu...