News:

  • May 17, 2024, 03:31:17 AM

Login with username, password and session length

Author Topic: New features wanted!! Apply here!  (Read 352571 times)

Watermark_JS

  • Full Member
  • ***
  • Posts: 36
Re: New features wanted!! Apply here!
« Reply #360 on: July 20, 2015, 04:30:00 PM »
I expect there is a hardware limitation involved, but the 16-character Nickname (without the ability to use any special characters) can get frustrating -- especially in a semi-large program.  The Description field often just ends up being a decoder ring for a cryptic Nickname.

There is often wasted effort, where the Nickname and Description contain basically the same information, just in a different format.  Example:
  • Nickname: MB_C1_PIDP_AC
  • Description: ModBus, Clarifier #1, PID P-Gain, Acid Control Loop

The inability to search in the Description field further contributes to the problem(s).

I would prefer to name the variable something like: Modbus_Clarifier1_pHCtrl_PGain_Acid, but that's 35 characters.  It also happens to be how the variable is written in the SCADA system I'm using.  It would be best if the name were the same in both systems, but it's not worth losing the readability on the SCADA side just to maintain name-sync with the PLC.

Consequently, I'm providing a human-readable version of the name in the PLC Description field, and on the SCADA side I'm listing the PLC variable name in the Tag notes.   ::)



BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #361 on: July 20, 2015, 06:04:42 PM »
No hardware limitation. It's on the list of future enhancements.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

Watermark_JS

  • Full Member
  • ***
  • Posts: 36
Re: New features wanted!! Apply here!
« Reply #362 on: July 20, 2015, 06:47:36 PM »
Eggzellent!!!   ;D  Probably too soon to ask about ETA...?
« Last Edit: July 20, 2015, 06:56:11 PM by Watermark_JS »

Garyhlucas

  • Hero Member
  • *****
  • Posts: 402
Re: New features wanted!! Apply here!
« Reply #363 on: August 17, 2015, 08:08:18 PM »
Here's a feature I have thought for a time would be very useful.  If any of you happen to read Circuit Cellar or other electronics magazines, you probably seen a hundred different small PLC like microprocessor boards.  Every time somebody posts about needing to control something on a forum you have half a dozen people saying "Use an Arduino, you can do that for $20!"  The problem is that most of those cheap solutions ignore how much work it is to build real world I/O that takes in to account all the things that PLC I/O does. In the end it is either unsafe, failure prone, or just as expensive as a PLC. And that Arduino board was obsolete and no longer available before they shipped it to you!

So how about the 'Hackable PLC'? A PLC that actually lets you have access to the microprocessor using programming tools like C or Java, or whatever.  If the firmware gave you access to all of the I/O modules and communications ports for whatever hardware platform the PLC worked with you could do some really do some amazing stuff, and your I/O would truly be real world, not a hack.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #364 on: August 17, 2015, 09:40:03 PM »
Here's a feature I have thought for a time would be very useful.  If any of you happen to read Circuit Cellar or other electronics magazines, you probably seen a hundred different small PLC like microprocessor boards.  Every time somebody posts about needing to control something on a forum you have half a dozen people saying "Use an Arduino, you can do that for $20!"  The problem is that most of those cheap solutions ignore how much work it is to build real world I/O that takes in to account all the things that PLC I/O does. In the end it is either unsafe, failure prone, or just as expensive as a PLC. And that Arduino board was obsolete and no longer available before they shipped it to you!

So how about the 'Hackable PLC'? A PLC that actually lets you have access to the microprocessor using programming tools like C or Java, or whatever.  If the firmware gave you access to all of the I/O modules and communications ports for whatever hardware platform the PLC worked with you could do some really do some amazing stuff, and your I/O would truly be real world, not a hack.

That was substantially what the WinPLC was, at least the WinCE version. It did enjoy a small but loyal fanbase, but was not a broad success.

I do see a future platform we are working on that could work nicely for something like this, but the sales and support would be problematic. ADC won't sell it and Host really doesn't have the infrastructure to do so, but perhaps we'll look into it when we have the appropriate hardware.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

plcnut

  • Hero Member
  • *****
  • Posts: 803
    • premiersi.com
Re: New features wanted!! Apply here!
« Reply #365 on: August 18, 2015, 01:05:28 PM »
A micro PLC, that is a small 'potted' board with one row of clamp-type screw terminals on it would be awesome. It would only need about 4 inputs with 2 dry relay outputs, and a serial port. The inputs would need to be software configurable as either analog or digital, and the power supply would need to operate on 5 to 24 VDC (automotive applications).

I was looking at one that was only available in Europe, but cannot find the website now...

Pricepoint could probably be ~$80
Circumstances don't determine who we are, they only reveal it.

~Jason Wolthuis
Premier Systems Integration, LLC
http://premiersi.com

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #366 on: August 18, 2015, 01:31:25 PM »
The nano I have mentioned is spec'ed to have 8 in, 4 out. We are hoping to have 4 of the inputs be combined analog and discrete, with configurable comparator thresholds. Ports are still being discussed, but will likely be limited to slave only, but we'll see. It will be an actual Do-more PLC (new DM0 class) in a actual housing, with a target price under $100. It wouldn't be hard at all to take that down further to a 4 in/2 out.

The lowest model of the new platform currently under development will be 6 DI/4 DO, with one model having 1 AI/1 AO. He will cost more, but is a full DM1 CPU. I would like the base model of that under $200, but that is still being determined.

We spent a long time developing Do-more and this is where it finally gets fun. Once you have the technology, adapting it to new stuff like this is easy.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

plcnut

  • Hero Member
  • *****
  • Posts: 803
    • premiersi.com
Re: New features wanted!! Apply here!
« Reply #367 on: August 18, 2015, 02:46:04 PM »
A potted, screw terminal board, would be great for applications that are not in a control cabinet and can get wet etc.
Circumstances don't determine who we are, they only reveal it.

~Jason Wolthuis
Premier Systems Integration, LLC
http://premiersi.com

HB_GUY

  • Full Member
  • ***
  • Posts: 43
Re: New features wanted!! Apply here!
« Reply #368 on: September 01, 2015, 02:02:15 PM »
The nano I have mentioned is spec'ed to have 8 in, 4 out. We are hoping to have 4 of the inputs be combined analog and discrete, with configurable comparator thresholds. Ports are still being discussed, but will likely be limited to slave only, but we'll see. It will be an actual Do-more PLC (new DM0 class) in a actual housing, with a target price under $100. It wouldn't be hard at all to take that down further to a 4 in/2 out.

The lowest model of the new platform currently under development will be 6 DI/4 DO, with one model having 1 AI/1 AO. He will cost more, but is a full DM1 CPU. I would like the base model of that under $200, but that is still being determined.

We spent a long time developing Do-more and this is where it finally gets fun. Once you have the technology, adapting it to new stuff like this is easy.

Any hints as to a release timeline? I am using H2-DM1E's in my current machines and we are looking to make a new smaller machine and it would be GREAT to have a smaller DM that I can just drop our existing program into... Very excited!!!! I love the DM line, and do not use anything else!

Another question, do you plan on having any of the inputs on the DM Nano be high speed inputs? Something that could take a pulse input from a flow meter or something like that. Not super high speed...

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #369 on: September 01, 2015, 03:08:58 PM »
Any hints as to a release timeline? I am using H2-DM1E's in my current machines and we are looking to make a new smaller machine and it would be GREAT to have a smaller DM that I can just drop our existing program into... Very excited!!!! I love the DM line, and do not use anything else!

Another question, do you plan on having any of the inputs on the DM Nano be high speed inputs? Something that could take a pulse input from a flow meter or something like that. Not super high speed...

We expect the first models out next year. There will definitely be some high speed inputs.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3561
  • Darth Ladder
Re: New features wanted!! Apply here!
« Reply #370 on: September 01, 2015, 03:20:47 PM »
Quote
We expect the first models out next year.

Q1?  ;D
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

plcnut

  • Hero Member
  • *****
  • Posts: 803
    • premiersi.com
Re: New features wanted!! Apply here!
« Reply #371 on: September 02, 2015, 08:22:44 AM »
On the subject of new platforms:
Am I the only one that hates running wiring to the top and bottom of a PLC?
Maybe there are reasons that are beyond my understanding, but I would much prefer either all the wiring terminals across the bottom of a PLC, or the vertical wiring terminals like on DL205, or the CLICK; but I despise the top wiring on DL05/06 and Micrologix 1200/1500 etc.
Thoughts from other users?
Circumstances don't determine who we are, they only reveal it.

~Jason Wolthuis
Premier Systems Integration, LLC
http://premiersi.com

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3666
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #372 on: September 02, 2015, 08:29:41 AM »
Thoughts from other users?

Here's an old poll where this topic was discussed in some detail...

http://forum.hosteng.com/index.php/topic,201.0.html

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #373 on: September 02, 2015, 09:03:35 AM »
On the subject of new platforms:
Am I the only one that hates running wiring to the top and bottom of a PLC?
Maybe there are reasons that are beyond my understanding, but I would much prefer either all the wiring terminals across the bottom of a PLC, or the vertical wiring terminals like on DL205, or the CLICK; but I despise the top wiring on DL05/06 and Micrologix 1200/1500 etc.
Thoughts from other users?

Bricks tend to favor board arrangements that work better with split terminals. Modulars generally like vertical arrangements. Our new system will employ both.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

plcnut

  • Hero Member
  • *****
  • Posts: 803
    • premiersi.com
Re: New features wanted!! Apply here!
« Reply #374 on: September 02, 2015, 09:24:28 AM »
Ah Franji1, I had forgot about that one...
I did not see any discussion there concerning the wire terminal location though.
I guess I'm just hinting that I would much prefer the vertical terminal blocks...
Circumstances don't determine who we are, they only reveal it.

~Jason Wolthuis
Premier Systems Integration, LLC
http://premiersi.com