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,085
Hello everyone, I'm working on a project that involves controlling an array of nozzles within a CNC environment, where the nozzles travel along a...
Replies
5
Views
108
Hi, I was noticing that Profibus connectors have 2 ports on them that can house 2 separate cables. Can I use 2 cables with Profibus signals...
Replies
3
Views
108
Hi, Seeking consultation on an implementation matter, and have a question about Modicon Compact 984 communication through RS485: Three Modicon...
Replies
2
Views
78
Dear all, I don't know why setup of password became challenging and weird. After setting up the password and try to upload the ladder from the plc...
Replies
3
Views
89
Back
Top Bottom