News:

  • May 02, 2024, 01:53:15 PM

Login with username, password and session length

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

milldrone

  • Full Member
  • ***
  • Posts: 48
  • I'm changing my attitude to thumbs up
Re: New features wanted!! Apply here!
« Reply #30 on: October 11, 2007, 10:06:15 AM »
I would like to see a "warning" for double Vmem counters and timers that we about to "step on " an adjacent  timer or counter Vmem address. Perhaps with a "don't warn me again" check box for the programmers that don't want the warning and like to live on the wild side.

So if you were editing a program and you decided to change a TMR to a TMRA as soon as you completed the timer box (and an adjacent Vmem was already assigned) then the warning would appear. Or if you decided to add a TMR and the address was already assigned to a TMRA then the warning would appear.
Vaughn

bnufer

  • Newbie
  • *
  • Posts: 2
Re: New features wanted!! Apply here!
« Reply #31 on: October 23, 2007, 04:47:21 PM »
I have to agree on warning about double word outputs of I-boxes.  I had an issue with this when upgrading to one of the new 16-bit analog cards.  Can you make 16bit bin single word and let 16bit BCD go double word.  I rarely use BCD, someone who uses both may feel differently on this.

Another thing is the constants, K-values, in the math I-boxes.  Can we get H for hex or D for decimal.  I frequently have an analog conditional argument in K(hex)  leading to a math i-box where everything has to be K(decimal).

 

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3665
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #32 on: October 23, 2007, 05:07:13 PM »
Another thing is the constants, K-values, in the math I-boxes.  Can we get H for hex or D for decimal.  I frequently have an analog conditional argument in K(hex)  leading to a math i-box where everything has to be K(decimal).
We're currently experimenting with specifying constants like you do in C:
10
0xA
012

These all represent the same value as "one more than 9"
We prefer this over creating "type" constants (e.g. K, H, O, D, R, B).

The hard part is the "upload" issue.  The PLC instructions does not store the type, so there is no way to "reverse compile" the program and get what you started with.

What we are looking to do, is allow you to enter
V1000 + 0x0A
V1000 + 10
V1000 + 012
and they would all add 10 to V1000 (assuming, of course, we're dealing with decimal).

Basically, we don't know what you are doing (e.g. pointer arithmetic? you may want to use octal constants???), so what if we let you use WHAT YOU WANT!  (what a concept!)

enorthcutt

  • Newbie
  • *
  • Posts: 1
Re: New features wanted!! Apply here!
« Reply #33 on: October 24, 2007, 12:08:43 PM »
I agree with the earlier post on the need for 'master' Profibus capability.  Also, need more motion control capability.  We tried CITRO with stepper motors but were not satisfied.  With AD now selling servos, it seems a logical next step to have advanced motion control and communication.

plcnut

  • Hero Member
  • *****
  • Posts: 803
    • premiersi.com
Re: New features wanted!! Apply here!
« Reply #34 on: October 24, 2007, 01:02:00 PM »
It Would be super helpful to me if DS's PID Trend view could record the trends for multiple loops simultaneously. I have a hard time trying to tune some of my cascading loops whenever the process is slow acting, and one loops tuning affects the other. I only need to view one loop at a time, but if I jump from loop to loop, my trending graph starts all over again. Thanks for a great program and a great forum!!!
Jason
Circumstances don't determine who we are, they only reveal it.

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

MarkTTU

  • Hero Member
  • *****
  • Posts: 278
    • SamJackson.com
Re: New features wanted!! Apply here!
« Reply #35 on: October 26, 2007, 04:51:12 PM »
It Would be super helpful to me if DS's PID Trend view could record the trends for multiple loops simultaneously. I have a hard time trying to tune some of my cascading loops whenever the process is slow acting, and one loops tuning affects the other. I only need to view one loop at a time, but if I jump from loop to loop, my trending graph starts all over again. Thanks for a great program and a great forum!!!
Jason
I'll second that!

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5991
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #36 on: October 26, 2007, 05:52:27 PM »
Also, need more motion control capability.  We tried CITRO with stepper motors but were not satisfied.  With AD now selling servos, it seems a logical next step to have advanced motion control and communication.

We have kicked around motion on several occasions, but find that we really don't know much about the subject. What exactly should we be doing that we aren't? Our challenge is to present a simple but powerful solution, that answers more questions than it creates. It is easy to create features, but in AutomationDirect's market space, it is important that the features be simple to use and very supportable via the telephone. Put another way...if you could choose 5 well-bounded motion behaviors...what would they be? I say behaviors as opposed to features, because I am more interested in what you are trying to do than I am in the features that most folks use to do them.
"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

Pippin

  • Jr. Member
  • **
  • Posts: 17
Re: New features wanted!! Apply here!
« Reply #37 on: November 09, 2007, 12:30:21 PM »
New feature?

Actually, my corporate network police almost had a cow when they discovered that the new Ecom100's have built-in web hosting to set parameters that is not password protected and can not be turned off.  And then they went on to point out how easy it would be for someone to screw up a working PLC totally just by running across this feature and typing random crap into every possible field.

I know PLC's should not be on a "real" network . . . but I bet than I'm not the only person who still does it that way.


BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5991
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #38 on: November 10, 2007, 01:26:29 AM »
So what yer sayin' is that it is a bad idea to let folks screw stuff up?  ;)

That's the irony though...some folks like the power and get mad when you take it away, and other's think it's horrible and insist that you do. You may have seen some on my comments elsewhere on the forum that talk about that very issue: where do we draw the line in giving folks a length of rope whereby they can hang themselves? I tend toward not doing so. Others disagree. We still get along. :o

This one seems like a clear problem though. I think we need to provide a mechanism for turning off the web server's ability to change stuff. Would someone from tech please see that such a thing happens? Soon.

PS. Just once would I like to be in the room when an IT guy actually gave bovine birth!!  ;D
"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

Greg

  • HostTech
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 684
  • Hmmm...
    • Host Engineering, Inc.
Re: New features wanted!! Apply here!
« Reply #39 on: November 14, 2007, 09:27:21 AM »
...I think we need to provide a mechanism for turning off the web server's ability to change stuff. Would someone from tech please see that such a thing happens? Soon...

I have entered a case in our database.
There are two types of people in the world; those that can extrapolate from incomplete data sets.

Pippin

  • Jr. Member
  • **
  • Posts: 17
Re: New features wanted!! Apply here!
« Reply #40 on: November 14, 2007, 12:02:29 PM »
I like long rope . . . yeah, if your not careful, you can hang yourself, but when "other people" make assumptions about how you may want to use a certain type of device, you can almost bet that the decision that will be made will result in problems for someone somewhere along the line.

Case in Point. Graphing widgets in <someone else's product . . . which begins with C and ends with More>.  Why are limits defined only during screen design time? I really need an auto-scaling plot.  I swear sometimes that if I could only have gotten one of the old ez-touch panels but with ethernet, my life would be perfect. <Grin>  That was a nice panel . . .

Pippin

  • Jr. Member
  • **
  • Posts: 17
Re: New features wanted!! Apply here!
« Reply #41 on: November 14, 2007, 12:08:43 PM »
Not Ez-touch . . . whatever used the old Screen Creator software  . . . the ones you could twiddle new features with in a version of basic.

Greg

  • HostTech
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 684
  • Hmmm...
    • Host Engineering, Inc.
Re: New features wanted!! Apply here!
« Reply #42 on: November 16, 2007, 02:35:24 PM »
I hear you, Pippin, however, the C-more nor the EZ-Touch panels and their software are/were our products. We did create the EZ-Ethernet and EZ-EtherPLUS cards that plugged into the EZ-Touch panels and wrote the section in EZ Touch Software that allowed you to configure them.

So your thoughts might be better served by posting on AutomationDirect's Forum.  ;D
There are two types of people in the world; those that can extrapolate from incomplete data sets.

jbrazington

  • Internal Dev
  • Full Member
  • ****
  • Posts: 21
Re: New features wanted!! Apply here!
« Reply #43 on: November 20, 2007, 02:39:57 PM »
Trending of anything. I would love to be able to trend registers, IO, or anything for machine and/or ladder troubleshooting. Ibox's are the best thing ever created, so more improvements on those, like an ibox that allows you to right small basic or C programs. The ability to store an entire project on a plc with documentation. And for the radical, added support to program plc's using flow chart decision blocks (not stage, although I do love stage), or text, instead of ladder logic. For the super radical, the ability to program inverters and servo drives using directsoft, especially Iboxes custom formulas (for taperd tension winders or diameter calc)! OK, maybe I went a little to far, I will forward this to the north pole and see if Santa's Elves could help :)
P.S. I love the idea of on board usb and/or ethernet, especially since serial seems to be disapearing.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3665
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #44 on: November 20, 2007, 03:37:43 PM »
We're definitely addressing much of what jbrazington listed, although not everything will be in Rel 6 (but we're definitely looking at it for inclusion in a future version!).

Keep the wishes coming, especially with a little detail as jbrazington has done!