Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: mfloresh on August 11, 2017, 07:36:49 PM

Title: How to access files stored in a BRX microSD card directly from a PC/Server
Post by: mfloresh on August 11, 2017, 07:36:49 PM
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
Title: Re: How to access files stored in a BRX microSD card directly from a PC/Server
Post by: plcnut on August 11, 2017, 09:55:08 PM
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).
Title: Re: How to access files stored in a BRX microSD card directly from a PC/Server
Post by: BobO on August 11, 2017, 10:24:53 PM
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.
Title: Re: How to access files stored in a BRX microSD card directly from a PC/Server
Post by: mfloresh on September 08, 2017, 09:03:21 PM
Thanks for the replies, sending the data over TCP packets sounds like a good idea.
Title: Re: How to access files stored in a BRX microSD card directly from a PC/Server
Post by: ATU on February 07, 2018, 07:12:01 PM
Has anyone tried "rolling your own"  FTP protocol in the BRX?

Title: Re: How to access files stored in a BRX microSD card directly from a PC/Server
Post by: BobO 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.
Title: Re: How to access files stored in a BRX microSD card directly from a PC/Server
Post by: ATU 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.