News:

  • July 28, 2026, 10:00:15 PM

Login with username, password and session length

Author Topic: DM2 CPU?  (Read 2749 times)

Scooter

  • Jr. Member
  • **
  • Posts: 14
Re: DM2 CPU?
« Reply #15 on: July 23, 2026, 11:48:04 AM »
It sure would be nice to be able to connect USB devices into the BRX. One thing I always wished that I could connect was a USB based barcode reader. I'm assuming that there must be some good reason why you guys never developed this capability.

There seems to be a limit of 1024 bytes associated with various "processes", STREAMIN comes to mind as one example. You can only download 1024 bytes each time that instruction is run. STRPRINT might be another example. Are you giving any thought to increasing the size to any of these?

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6169
  • Yes Pinky, Do-more will control the world!
Re: DM2 CPU?
« Reply #16 on: July 23, 2026, 03:42:03 PM »
It sure would be nice to be able to connect USB devices into the BRX. One thing I always wished that I could connect was a USB based barcode reader. I'm assuming that there must be some good reason why you guys never developed this capability.

There seems to be a limit of 1024 bytes associated with various "processes", STREAMIN comes to mind as one example. You can only download 1024 bytes each time that instruction is run. STRPRINT might be another example. Are you giving any thought to increasing the size to any of these?

USB mastering requires different hardware and lots of driver support. It isn't trivial if you don't have a OS. We choose not to have an OS to reduce the hack risk.

The 1024 limit is internal buffering. That would be be easy to increase with our next hardware.
"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

brucek

  • Sr. Member
  • ****
  • Posts: 61
Re: DM2 CPU?
« Reply #17 on: July 27, 2026, 07:01:10 AM »
Is there any way to add more Remote I/O? the 16 limit seems low. If you use some edrv100's you lose out pretty fast.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3626
  • Darth Ladder
Re: DM2 CPU?
« Reply #18 on: July 27, 2026, 01:23:03 PM »
Is there any way to add more Remote I/O? the 16 limit seems low. If you use some edrv100's you lose out pretty fast.

Use Modbus instead of native?   Not sure if the Modbus scanner is limited to 16 server/slaves, but I doubt if MRX/MWX is.
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: 6169
  • Yes Pinky, Do-more will control the world!
Re: DM2 CPU?
« Reply #19 on: Today at 10:05:51 AM »
The DM2 will have more processor power and much more memory, so yes, we could easily increase capacities like this. It's always a balance between expected use cases and available resources.
"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