News:

  • May 18, 2024, 03:54:54 AM

Login with username, password and session length

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

Barnic

  • Newbie
  • *
  • Posts: 2
Re: New features wanted!! Apply here!
« Reply #465 on: July 23, 2021, 02:24:51 PM »
As a user, I would like to be able to send software feedback via Do-more designer, so I do not have to use a forum to provide feedback. This might make receiving feedback a little easier, would allow you to filter automatically if you had drop downs to determine in what areas the most requests come from.  Perhaps in the Help -> Customer Feedback -> Send user requests   or something similar. Thanks

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #466 on: July 23, 2021, 02:32:04 PM »
As a user, I would like to be able to send software feedback via Do-more designer, so I do not have to use a forum to provide feedback. This might make receiving feedback a little easier, would allow you to filter automatically if you had drop downs to determine in what areas the most requests come from.  Perhaps in the Help -> Customer Feedback -> Send user requests   or something similar. Thanks

You don't have to use the forum. We get feedback all the time through the support email. We just ask on the forum because it gives us a chance to discuss and elaborate as appropriate.
"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

Barnic

  • Newbie
  • *
  • Posts: 2
Re: New features wanted!! Apply here!
« Reply #467 on: July 23, 2021, 02:41:10 PM »
As a user, when logging data via the FILELOG instruction for example,  I would like to see the time in excel readable format that also displays milliseconds, so that when logging data in less than one second intervals I do not get multiple data points for the same time as it makes it difficult to plot offline. 

Format would be hh:mm:ss.000, where 000 is in milliseconds. For example: 01:23:45.678 stands for one hour, 23 minutes, 45 seconds and 678 milliseconds.

The example below shows the output when logging at 100 millisecond intervals (10 data points for the same one second). Thanks for your consideration!

TimeStamp(sec,local)   R0
2021/7/23 13:59:51   1.139
2021/7/23 13:59:51   0.5029
2021/7/23 13:59:51   0.2795
2021/7/23 13:59:51   0.1685
2021/7/23 13:59:51   0.1343
2021/7/23 13:59:51   0.1221
2021/7/23 13:59:51   0.1294
2021/7/23 13:59:52   0.1465
2021/7/23 13:59:52   0.1489
2021/7/23 13:59:52   0.1636
2021/7/23 13:59:52   0.166
2021/7/23 13:59:52   0.1648
2021/7/23 13:59:52   0.1636
2021/7/23 13:59:52   0.1526
2021/7/23 13:59:52   0.1624
2021/7/23 13:59:52   0.1624
2021/7/23 13:59:52   0.1636
2021/7/23 13:59:53   0.1648


      




Mike@Forshock

  • Sr. Member
  • ****
  • Posts: 58
Re: New features wanted!! Apply here!
« Reply #468 on: September 20, 2021, 07:45:10 PM »
EDIT: Didnt realize this was DirectLogic, so will duplicate in Domore forum to make sure it is seen.

One Shot / Pulse Timer
Realized there isn't really one built in, and while it is not necessarily difficult to make it may provide a shortcut and even help with people coming from other platforms (siemens).

Created a simple Subroutine and Structure to make the code reusable, using the CALL to copy the structures In & Out.  Not as efficient (scan time wise) I am sure but makes it easier to track/debug:  https://forum.hosteng.com/index.php?topic=3486.0




« Last Edit: September 20, 2021, 07:48:25 PM by Mike@Forshock »

WRT2

  • Newbie
  • *
  • Posts: 8
Re: New features wanted!! Apply here!
« Reply #469 on: March 19, 2023, 08:34:33 AM »
I need a triggerable high speed analog input card. So I can do power waveform feature extraction and fast real time control.
Like a DSP more or less.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #470 on: March 19, 2023, 03:11:15 PM »
I need a triggerable high speed analog input card. So I can do power waveform feature extraction and fast real time control.
Like a DSP more or less.

We are actually thinking about something like this. We are building very high speed analog for a custom application, and have been considering how we could use the hardware as standard product. First thought is to allow selection(s) of a) sample rate, b) bit depth, and c) data stability. Basically you pick any two, and we'll tell you what the third is. To support speeds faster than the PLC scan, we'd make the module capable of interrupting the PLC on new samples. So for apps like yours, you'd pick the sample rate you need and the minimum number of bits that would do the job, and we'll tell you how sloppy your samples will be. Haven't yet worked out how it would get enabled (for a capture cycle), but that shouldn't be a too difficult.

Not applicable to your app, but the opposite end would be supported too. You need 32 super stable bits? Cool...might take 10 seconds per sample, but it could do it. That side isn't too bad now, since you can oversample existing analog, but having the module manage it is nice.

We were a little concerned that a module like this might be a solution in search of a problem, so it's good to hear a customer request it.
"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 #471 on: March 19, 2023, 03:22:56 PM »
I think there might be [rare] times I could use this too.
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

WRT2

  • Newbie
  • *
  • Posts: 8
Re: New features wanted!! Apply here!
« Reply #472 on: March 31, 2023, 09:28:03 AM »
Triggerable analog sampling:

To focus this effort, think about sampling a waveform on multiple channels with as little skew as possible. I would like to be able to trigger the conversion with program logic or an interrupt.

With the right capabilities, I could do 3 phase power monitoring with the BX, recording three current and three voltage channels. For some control requirements, reading power using communications from a power meter (which also has its own built-in latency) is just too slow. Getting power measurements every cycle would be a game changer.

This is stuff I've done since the 80's using microcontrollers, it would be nice for PLCs to catch up, even though I don't necessarily want the power/complexity of a DSP or a FPGA.

Bill Thomson

ZoNiE

  • Newbie
  • *
  • Posts: 5
Re: New features wanted!! Apply here!
« Reply #473 on: August 28, 2023, 12:34:37 PM »
1. USB memory stick drive for PLC program save and downloads.

I second (30th?) a USB port that can be used for file transfer.

Our end users want to save log files, process recipes, etc, and load recipes from another machine. I am asked for this on every system we design, and we are newly using BRX and finding that our userbase is balking at SD card Use. The ability to have OnBoard USB like Proface, for example, is ideal. Even if we could FTP the files over to the CMore HMI and use its USB port, that would be good. We are working on our own solution, but built-in is best.
« Last Edit: August 28, 2023, 12:36:11 PM by ZoNiE »