News:

  • May 17, 2024, 03:55:09 AM

Login with username, password and session length

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

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #210 on: May 24, 2011, 04:33:20 PM »
We've actually talked about packing up the engine in DLL form and allowing people to integrate MX control into their application. Perhaps later.

As for a true PC control product...been around the block with that. Not opposed to it, but we'd like to begin recovering beaucoup million in R&D costs before we start muddying the stream.

Without a doubt, however, the retargetable MX engine can run control dang near anywhere. We'll let the market decide.
"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

watertech2

  • Jr. Member
  • **
  • Posts: 11
Re: New features wanted!! Apply here!
« Reply #211 on: May 27, 2011, 12:27:03 PM »
This is excellent news!  I have been following the buzz for a while, and it looks like this new PLC and programming package will possibly deliver on many features that I've wanted, especially on board documentation and more user friendly math and data manipulation functions (i-boxes were a step in the right direction!).  I will "patiently" wait for it's release!

I had been looking hard at the Productivity 3000, but definitely like the 250 platform.  Hopefully the new controller will be compatible w/ the existing Hx-CTRIO cards or come w/ it's own hi speed counter cards.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #212 on: May 27, 2011, 07:43:21 PM »
This is excellent news!  I have been following the buzz for a while, and it looks like this new PLC and programming package will possibly deliver on many features that I've wanted, especially on board documentation and more user friendly math and data manipulation functions (i-boxes were a step in the right direction!).  I will "patiently" wait for it's release!

I had been looking hard at the Productivity 3000, but definitely like the 250 platform.  Hopefully the new controller will be compatible w/ the existing Hx-CTRIO cards or come w/ it's own hi speed counter cards.

I am certain that you are going to be very pleasantly surprised. I-Boxes were great, but MX is a quantum leap over them. Fast, great math, very extensive instruction set, super comm, and a very nice bunch of native CTRIO instructions...and I am barely scratching the surface. We are also going to be releasing the CTRIO2 at the same time; MX has added some very nice motion extensions for the CTRIO2. It has been a very long development road, but we are very proud of the results. You're going to like this PLC.
"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

odwyerpw

  • Full Member
  • ***
  • Posts: 24
    • Sonora Technical LLC
Re: New features wanted!! Apply here!
« Reply #213 on: June 08, 2011, 08:32:45 PM »
Robert,
This is exciting news.  I've always thought the DL205 platform had too much going for it to be obsoleted....glad you will be giving it a substantial upgrade in the form of a new CPU, new control engine and programming package.

Presently, I just love the CompactLogix with RSLogix5000 platfrom, but that comes at a cost.  Really keen on seeing what you folks have in store for us.
Peter

Glennlee

  • Full Member
  • ***
  • Posts: 23
Re: New features wanted!! Apply here!
« Reply #214 on: June 17, 2011, 10:42:55 AM »
Hi.

I have had one issue with Directsoft that continues to irritate me:  When I type OUT and then try to enter a V-memory address, (forgetting to hit the forward-slash key) Directsoft just "bonks" and looks at me.  Why can't the program "see" me type a "V" and automatically change to the correct function? >:(

I realize that this is a minor point, but the extra key-stokes during a lengthy programming session tends to irritate me as I usually type in the entire V-memory address THEN Directsoft protests when I hit the enter key.  I now have to hit the forward-slash and re-enter the address.  A waste of time.

Please humor me and at least see what it would take to include this in version 5.4.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3666
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #215 on: June 17, 2011, 10:52:56 AM »
Hi.

I have had one issue with Directsoft that continues to irritate me:  When I type OUT and then try to enter a V-memory address, (forgetting to hit the forward-slash key) Directsoft just "bonks" and looks at me.  Why can't the program "see" me type a "V" and automatically change to the correct function? >:(

I realize that this is a minor point, but the extra key-stokes during a lengthy programming session tends to irritate me as I usually type in the entire V-memory address THEN Directsoft protests when I hit the enter key.  I now have to hit the forward-slash and re-enter the address.  A waste of time.

Please humor me and at least see what it would take to include this in version 5.4.
Sadly, no.

Maybe we could make this an option in a future version.  Would you also want a confirmation dialog (maybe you meant to enter OUT coil C7, but fat fingered and entered V7?).  I'm guessing that if you have this feature ENabled, you would NOT want the confirmation?

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3561
  • Darth Ladder
Re: New features wanted!! Apply here!
« Reply #216 on: June 17, 2011, 12:04:48 PM »
I have had one issue with Directsoft that continues to irritate me:  When I type OUT and then try to enter a V-memory address, (forgetting to hit the forward-slash key) Directsoft just "bonks" and looks at me.  Why can't the program "see" me type a "V" and automatically change to the correct function? >:(

Just use the new MX processor and you'll probably never use another accursed OUT box!  Hosties, does MX even have an OUT box?
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3666
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #217 on: June 17, 2011, 12:22:32 PM »
Just use the new MX processor and you'll probably never use another accursed OUT box!  Hosties, does MX even have an OUT box?
Nope, just OUT coil.  No LD* instructions in the new MX controller either.  No LD, LDA, LDIF, LDI, LDX, LDR, ...  None, nada.

The accumulator is not directly accessible via user instructions, so MATH gets easy
(SQRT(R1 + V0) / 3.14 + D7) * LOG(V1)
where R1 is an IEEE 32 bit floating point register
V0,V1 are 16 bit unsigned integer registers (range of 0-65535)
D7 is a 32 bit signed integer register (range of +/- 2 Billion)

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3561
  • Darth Ladder
Re: New features wanted!! Apply here!
« Reply #218 on: June 17, 2011, 01:59:15 PM »
Yeah, I was thinking between MOVE and MATH, why would you ever need an OUT box anymore?, but wasn't sure if you kept one for old school guys.  Personally, I'm glad to be rid of the thing.  Working on the 405 when I was used to the 505 made me want to pull my hair out, between the accumulator, octal, and BCD, especially BCD.  Oh, and no K-Memory and no forces (at that time).
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #219 on: June 17, 2011, 02:03:30 PM »
Since the math stack is now managed by MX, and must stay at a well defined state, it was necessary that all instructions that modified the stack be private instructions. There are several different ways you can go about getting a value into a register in MX...MOVE, INIT, and MATH...and perhaps 5 others I am not remembering.
"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 #220 on: June 17, 2011, 02:07:05 PM »
Oh, believe me, I'm not lamenting its passage.  More like dancing on its grave.
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 #221 on: December 12, 2011, 02:13:56 PM »
I know a while back in this thread we spent some time on PID's... I have had an issue on a couple of applications where it would really help if the error deadband could be adjusted to offset the split between the positive errors and the negative errors. For example: I have been working with some processes that are constantly pushed to the "red line" and the operators want really tight control of the top end of their process. they don't care if the loop is a little slow to come back up if it gets a little low, but expect a fast response to bring the process back down. The problem is, the process responds very quickly to an increase in output, but really lagges in response to a decrease in output. It would be really nice to be able to enter two separate error deadbands for positive and negative errors to greatly simplify the program. I know that rll can control this using compares and the read-on-the-fly deadband term,(Or maybe even run two completely separate algorithms for positive errors and negative errors) but maybe this is something that can be easily changed when you all dig into ds5 again... (I haven't had a chance to check out mx to see how it deals with this situation). Thanks for your time

Any advice from you experienced process engineers in cyberland is always appreciated (sometimes I just look at things backwards :-\)
Circumstances don't determine who we are, they only reveal it.

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

ddcfactors

  • Newbie
  • *
  • Posts: 1
Re: New features wanted!! Apply here!
« Reply #222 on: December 26, 2012, 09:32:14 AM »
I'm new to the forum and didn't have time to read all 15 pages of posts so I apologize if I have repeated someone else's request. Do you have any modules designed to interrogate card readers used in access control projects. We install a lot of HID card readers using Wiegand Protocol and it would be extremely beneficial to integrate the Access Controls with the other Building Controls we do.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3561
  • Darth Ladder
Re: New features wanted!! Apply here!
« Reply #223 on: December 26, 2012, 11:46:04 AM »
I'm new to the forum and didn't have time to read all 15 pages of posts so I apologize if I have repeated someone else's request. Do you have any modules designed to interrogate card readers used in access control projects. We install a lot of HID card readers using Wiegand Protocol and it would be extremely beneficial to integrate the Access Controls with the other Building Controls we do.

There isn't a "Wiegand protocol" built in (unless it's just Modbus and they've stuck a proprietary name on it or something), but the new platform has features that make creation of custom protocols very easy, for use via either serial or Ethernet.  I think BobO was saying that a guy at Automation Direct hacked out a DF1 (Allen-Bradley) implementation in two hours or something like that, so what you'd have to do would be to build the protocol yourself.
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

b_carlton

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 606
    • thePLCguy
Re: New features wanted!! Apply here!
« Reply #224 on: December 26, 2012, 12:10:46 PM »
As the Wiegand system uses a different hardware wire setup and a non-byte based communication packet it may be a little difficult to implement but good luck. http://en.wikipedia.org/wiki/Wiegand_interface  There are Wiegand -> RS232 hardware and protocol convertors available.
« Last Edit: December 26, 2012, 12:20:37 PM by b_carlton »
An output is a PLC's way of getting its inputs to change.