News:

  • May 17, 2024, 03:52:19 AM

Login with username, password and session length

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

pbw

  • Hero Member
  • *****
  • Posts: 121
Re: New features wanted!! Apply here!
« Reply #450 on: June 01, 2018, 02:33:05 PM »
Being able to have nicknames longer than 16 characters would be a plus.
I find myself abbreviating a lot and then wondering what I meant.....

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #451 on: June 01, 2018, 02:37:22 PM »
Being able to have nicknames longer than 16 characters would be a plus.
I find myself abbreviating a lot and then wondering what I meant.....

Been on the list forever, but we do expect this one to get some effort in the next year or so.
"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

pbw

  • Hero Member
  • *****
  • Posts: 121
Re: New features wanted!! Apply here!
« Reply #452 on: September 07, 2018, 09:38:30 AM »
If its not too much trouble, When creating a memory block, I'd like to be able to have numbers in the block name(Bin1Data).

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #453 on: September 07, 2018, 09:52:54 AM »
If its not too much trouble, When creating a memory block, I'd like to be able to have numbers in the block name(Bin1Data).

It's technically possible to have a number anywhere but the first or last character, but due to the complexities of parsing, we've chosen not to go there. We are going to be making significant improvements to our entire memory structure over the next several releases, so we might be able to add more flexibility.
"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

pbw

  • Hero Member
  • *****
  • Posts: 121
Re: New features wanted!! Apply here!
« Reply #454 on: September 21, 2018, 10:44:13 AM »
Any plans to make this work(Allow a pointer in the Set If Equal destination.)? or is it not doable for other reasons?

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3666
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #455 on: September 21, 2018, 11:05:32 AM »
Any plans to make this work(Allow a pointer in the Set If Equal destination.)? or is it not doable for other reasons?

hmmm... Not sure why that is not allowed.  Will look into that.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #456 on: September 21, 2018, 11:21:18 AM »
hmmm... Not sure why that is not allowed.  Will look into that.

PLC instruction is correctly handling. Simple DmD change.
"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

pbw

  • Hero Member
  • *****
  • Posts: 121
Re: New features wanted!! Apply here!
« Reply #457 on: September 21, 2018, 12:46:12 PM »
PLC instruction is correctly handling. Simple DmD change.
Don't understand that Bob, could you word it differently?

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3666
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #458 on: September 21, 2018, 01:05:09 PM »
Don't understand that Bob, could you word it differently?

The PLC firmware supports array elements for those 3 "if" parameters.  However, the Do-more Designer (DmD) software placed the restriction of DISallowing arrays.  Hence, it is a simple tweak to DmD to let STRCMP support bit arrays for those 3 "if" paramters.

pbw

  • Hero Member
  • *****
  • Posts: 121
Re: New features wanted!! Apply here!
« Reply #459 on: September 21, 2018, 01:07:04 PM »
Thanks franji.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3666
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #460 on: September 21, 2018, 01:08:42 PM »
Fixed.  It will be in the next release of DmD (Do-more Designer  ;D)

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #461 on: September 21, 2018, 04:20:08 PM »
Don't understand that Bob, could you word it differently?

I was confirming to Franj that the PLC is correctly implementing full parameter support that would allow the array references you tried to use. In some cases we don't.
"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

Mike@Forshock

  • Sr. Member
  • ****
  • Posts: 58
Re: New features wanted!! Apply here!
« Reply #462 on: January 31, 2020, 01:32:07 PM »
Simulator Improvements for Analogs

16, 14 or 12-bit option for Input and Output. To more closely represent real world devices (modules)


BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #463 on: January 31, 2020, 04:01:10 PM »
Simulator Improvements for Analogs

16, 14 or 12-bit option for Input and Output. To more closely represent real world devices (modules)

The only thing it would really affect would be the input slider and output bar. Absent configuration, you could throw SCALE boxes on 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

Mike@Forshock

  • Sr. Member
  • ****
  • Posts: 58
Re: New features wanted!! Apply here!
« Reply #464 on: March 06, 2020, 06:41:54 PM »
The only thing it would really affect would be the input slider and output bar. Absent configuration, you could throw SCALE boxes on them.

Essentially what was done (16-bit example):
Code: [Select]
DST29=1
MATH: (TOREAL(WX0)/4095)*65535