using a smart relay as a data logging stopwatch

simister

Member
Join Date
Nov 2016
Location
utah
Posts
4
This might be a bit out of the box:

I want to try an use a smart relay to gather data, specifically start and stop times, times in between operations and what kind of time it is (manual setup, automatic, etc.)

I would also like to be able to upload the data gathered into a spreadsheet.

is this possible?
 
Googling "smart relay" turned up the IDEC SmartRelay FL1F, which claims: " Enable you to view I/O status, change analog set points, and Timer and Counter value with your iPhone, iPad or Android devices."

Basic requirements look possible, not so sure about upload to a spreadsheet.
 
One word of caution is that any "smart relays" I've used have had very inaccurate clocks. Either they lose the time when powered off, they just gain/lose time at a rapid pace, or they simply didn't have an internal clock at all.

I'd say what you want to do is probably possible though. I'm amazed that so much of that IoT type technology (data logging, web pages, ethernet comms) is appearing in smart relays almost as fast as full fledged PLCs 10-100x the cost.
 
The Click that I have recommended above is a PLC with a real time clock.
You could also communicate serially to the unit using VBA. (Modbus RTU)
Here is an example of serial communication using VBA.
http://accautomation.ca/how-to-implement-the-omron-host-link-protocol-part-2-vba/

Another option is to use AdvancedHMI.
https://sourceforge.net/projects/advancedhmi/
This will have allot of the drivers already programmed into the software. You can then communicate to an excel spreadsheet from this software.
http://advancedhmi.com/forum/index.php?topic=786.0

Regards,
 

Similar Topics

I was able to use ViewPoint to publish pages from my PanelView Plus 6 so that I can view the page from my computer's web browser (just typed in...
Replies
3
Views
3,100
I have a project to automate four generator sets. The system will monitor and store the load demand of the factory. Once there's Power outage, the...
Replies
0
Views
45
Adding ethernet equipment to an existing panel that has none. We have some solid ethernet cables coming from other remote cabinets that I plan to...
Replies
3
Views
109
I'm trying to control a device via MODBUS RTU and the ModbusRtuMasterV2_PcCOM in Twincat 3. I've configured a device with the right com port and...
Replies
7
Views
217
Hi, I'm trying to use the IO Device Library (Product Versions) which is configured to work with the 1756-EN4TR & 1756-EN2TR but my system uses...
Replies
0
Views
54
Back
Top Bottom