News:

  • June 09, 2026, 08:42:56 AM

Login with username, password and session length

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

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6158
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #150 on: August 21, 2008, 01:37:13 PM »
Nope, and it will.
"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

stepheneltze

  • Newbie
  • *
  • Posts: 4
    • CHI Control
Re: New features wanted!! Apply here!
« Reply #151 on: September 11, 2008, 07:08:35 AM »
A quick, and hopefully painless question....

Do we have a ball-park delivery date yet?
If so, please enlighten us?

Thanks!!

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #152 on: September 11, 2008, 08:32:13 AM »
We're not even to Beta yet, so it's gonna be quite a while, but sometime next year.

jimispeed

  • Newbie
  • *
  • Posts: 2
Re: New features wanted!! Apply here!
« Reply #153 on: December 30, 2008, 06:46:20 PM »
Here are some things I haven't seen mentioned, unless I overlooked something.
1. Iboxes for the internal CTRIO in the PLC. Last year I got so confused with trying to use the internal I/O in ladder, I just bought two CTRIO modules to control the X/Y table. It sure was easier!
2. Analog inputs/outputs standard on the PLC. Many other PLC's (including cheapies) have two channels available for either analog or digital measureent and control.
3. The PLC be controllable as a slave from Labview, either through a USB port or the ethernet.
4. Ethernet a standard feature.
Thanks for listening (reading?).

Shimmy

  • Newbie
  • *
  • Posts: 2
Re: New features wanted!! Apply here!
« Reply #154 on: February 09, 2009, 05:14:26 PM »
If I missed this in the previous 11 pages, consider it a second to the vote.

The ability to do log functions in the PLC.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Re: New features wanted!! Apply here!
« Reply #155 on: February 09, 2009, 06:32:54 PM »
The ability to do log functions in the PLC.

Be a man.  Use the polynomial expansion.   :D
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: 6158
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #156 on: February 10, 2009, 09:13:18 AM »
Logarithms? Or data/event logging? Both are needed of course, just wondered which you meant...
"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

Shimmy

  • Newbie
  • *
  • Posts: 2
Re: New features wanted!! Apply here!
« Reply #157 on: February 10, 2009, 10:30:13 AM »
Oops...I meant logarithms.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Re: New features wanted!! Apply here!
« Reply #158 on: February 10, 2009, 05:35:12 PM »
Here's one:  Ability to verify instruction and address range compatibility with a given CPU offline.

I once had a project where I was using a semi-standard program framework that had been developed for an 06, but the I/O requirements of this particular project was a better fit for an 05.  I simply made the program changes and changed the offline PLC config to an 05, and DSoft saved it without complaint, so I thought everything was fine and had been verified to be so.  Then when I went to download it (now on the critical path for completion), it wouldn't download because I used instructions not supported in the 05.  So I called tech support and the guy insisted that this was natural and unavoidable given that the DSoft doesn't have a "simulator".  To me a "simulator" is for verification that your application does what you want it to, not for verifying that it will run on the target CPU.  Many other brands of programming software that don't have a simulator (by the definition I just gave) will still warn you if you've done something that won't run on the CPU you've indicated.

If there's no verification done, what is the point of making the programmer tell DSoft what the CPU is?  Seems like it would just be busy work for which he doesn't get anything in exchange.

Now memory range verification is quite a bit easier to do manually, expecially on long programs, because you can just do a usage view and compare with the PLC memory map accessible from the menu.  But at least instruction verification would be nice.
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: 3827
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #159 on: February 10, 2009, 06:02:21 PM »
We want to implement something similar to what could be called an "offline syntax check", for lack of a better term.  It won't fix anything, but just list every issue that would be determined at download time, similar to what you found with the 06 program in an 05.  It could probably also determine many fatal errors that could occur when going from program to run.

Vernon Leeper

  • Full Member
  • ***
  • Posts: 49
Re: New features wanted!! Apply here!
« Reply #160 on: February 11, 2009, 09:33:46 PM »
HAAAA! been a while, a lot has gone on here at the site, and a lot has gone on here for me as well. As for adding new stuff, Don't really do any heavy programming to ask for anything. I would like to see a copy and paste feature as I read someone had posted, that would be nice, for now. What do have for stepper motors on 05's and 06's?  Or can that be done?
Give a man a fish and he eats for a day, teach him to fish and he eats for the rest of his life.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Re: New features wanted!! Apply here!
« Reply #161 on: February 18, 2009, 11:36:24 PM »
We want to implement something similar to what could be called an "offline syntax check", for lack of a better term.  It won't fix anything, but just list every issue that would be determined at download time, similar to what you found with the 06 program in an 05.  It could probably also determine many fatal errors that could occur when going from program to run.

Here's a cool implementation idea for that.  Allow the programmer to run it on a given program, and let the syntax checker show a list of all CPU's with compatible ones highlighted.  This isn't the option a person would generally use, but if you have the syntax checker done, shouldn't take too much more to run it against all available CPU's and show which ones are compatible.

Probably with separate Go/No Go indications for code compatibility and address range compatibility, if addresses are checked.
« Last Edit: February 18, 2009, 11:38:03 PM by Controls Guy »
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Re: New features wanted!! Apply here!
« Reply #162 on: March 11, 2009, 07:31:58 PM »
Oh, and another thing!   ;D   I always liked how in versions before 5.x if you did a DirectSOFT install with an upgrade product key, after verifying the presence of the upgradable version, the install would give you a product key for a full install.  Then you don't need to keep track of all your old versions with product keys (or at least the newest full install you have) so you can install the version you don't want so you can install the version you do want.  Or, something like that.
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

keycoldstorage

  • Newbie
  • *
  • Posts: 4
Re: New features wanted!! Apply here!
« Reply #163 on: April 02, 2009, 07:05:54 PM »
Feature maybe, bug fix to my mind! Please extend the find functionality into the iBoxes. I haven't taken the time to verify all of the different possibilities, but it is clear that find does not find within the MATHBCD box...

edit to include:
I definitely would put logging within the PLC to use, the more easily integrated with touch panels the better! I know it's been mentioned above, and I wholeheartedly endorse it as well as simplifying the installation/licensing process.

Finally, built-in testing/simulating functionality would be incredible!

edgar
« Last Edit: April 02, 2009, 07:13:25 PM by keycoldstorage »

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6158
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #164 on: April 03, 2009, 09:12:15 AM »
I think you will like what we are working on now. I think that in one way or the other, we're doing all of what you asked for!
« Last Edit: July 27, 2009, 03:48:37 PM by BobO »
"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