News:

  • August 17, 2026, 07:17:26 PM

Login with username, password and session length

Author Topic: How to access files stored in a BRX microSD card directly from a PC/Server  (Read 10353 times)

mfloresh

  • Newbie
  • *
  • Posts: 8
Hello,

I was wondering what are the options for accessing files stored by a BRX on its microSD from a Server. I have used the Browse PLC File System feature in Do-More designer, but I am working on server software to capture these data files and back them up in the server. Any suggestions?

Thanks,

Miguel

plcnut

  • Hero Member
  • *****
  • Posts: 814
    • premiersi.com
I have not used the SD card feature yet, so am not sure of the built in options for it. I do know that you can use STREAMOUT to send the data out over TCP to a server (or a client, depending on your setup).
Circumstances don't determine who we are, they only reveal it.

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

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6172
  • Yes Pinky, Do-more will control the world!
As was mentioned, you can easily roll your own protocol to transfer files. You can also send a file as an attachment to email.

We would eventually like to add FTP, but it isn't a high priority right now.
"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

mfloresh

  • Newbie
  • *
  • Posts: 8
Re: How to access files stored in a BRX microSD card directly from a PC/Server
« Reply #3 on: September 08, 2017, 09:03:21 PM »
Thanks for the replies, sending the data over TCP packets sounds like a good idea.

ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.
Re: How to access files stored in a BRX microSD card directly from a PC/Server
« Reply #4 on: February 07, 2018, 07:12:01 PM »
Has anyone tried "rolling your own"  FTP protocol in the BRX?


BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6172
  • Yes Pinky, Do-more will control the world!
Re: How to access files stored in a BRX microSD card directly from a PC/Server
« Reply #5 on: February 07, 2018, 11:07:23 PM »
Has anyone tried "rolling your own"  FTP protocol in the BRX?



We've not done it, but I don't know of any reason you couldn't, other than complexity.
"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

ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.
Re: How to access files stored in a BRX microSD card directly from a PC/Server
« Reply #6 on: February 08, 2018, 09:07:25 PM »
I think I have decided it may be easier to first store the data on the SD card for speed concerns. Then transfer them a record at a time up to the SD Card in the HMI and log them there. The HMI has FTP Server capability.