-Menü

Beiträge anzeigen

Dieser Abschnitt erlaubt es Ihnen, alle Beiträge anzusehen, die von diesem Mitglied geschrieben wurden. Beachten Sie, dass Sie nur Beiträge sehen können, die in Teilen des Forums geschrieben wurden, auf die Sie aktuell Zugriff haben.

Beiträge anzeigen-Menü

Beiträge - tomnord

#1
BECKHOFF / Re: DLOG_STORE_FILE_CSV
29. September 2017, 11:02:10
Also, is it possible to get the fb to continuously write to a new line in the csv? So that if I log a new value  it just adds it to an existing file. In that way, I can get new values without adding new files.
Is this possible?
#2
Hello.
Has anyone considered making a Maximum Demand Controller, switch on/Off loads to minimize peak load of electricity?
Beckhoff has one in their building basic library, but that one needs a pulse counter. I was hoping to make one that used measurment data from a meter over mBus or modbus.
Any pointers in the right direction would surely help me alot.


-Tom
#3
BECKHOFF / DLOG_STORE_FILE_CSV
27. September 2017, 13:19:16
Hello. I'm trying to set up a datalog with dlog_store_file_csv. I'm sort of getting it to work, but I am a bit unsure as what is triggering the write to file.
Will the FB store data in buffer untill buffer is full, and then generate the file?
I'm looking to log a value once every 24h, and a new file every month.
The file renaming bit I have covered, and set up Trig_T to 86400(24h).
When Trig_M is set to high, does the FB empty buffer to file? what then happens when Trig_T does the same at timeout? Will the file be overwritten?
Does the Enable input need to be set high in order for the FB to do anything?
Is there a sample project that I could check out?


Regards
Tom