SCADA question

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
Dave Squibb
Flowcode v5 User
Posts: 104
Joined: Fri Oct 10, 2014 11:15 am
Has thanked: 27 times
Been thanked: 22 times

SCADA question

Post by Dave Squibb »

Hi, Can SCADA be used to make a PC interface to read / write to an SD card via USB to a card reader?
I would like to have data stored on an SD card for use with an 8 bit PIC but have the ability to update the card externally on a PC using a custom PC program (SCADA).
Thanks,
Dave.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: SCADA question

Post by Benj »

Hi Dave,

Yes this sounds to me like it should work fine.

The simple way is to use the SCADA Event Log component and specify the Log file property as the path to your SD Card.

e.g. change $(srcdir)log.txt to for example E:\log.txt if E:\ is the path to the SD card.

Post Reply