Download historical log from ViewON Custom name File

Hello, I bounce on the topics below.

Currently, I can realize the generation of the command.
On a button (command change URL)
…/…/rcgi.bin/ParamForm?AST_Param=[$dtHL$ftT$st_d2$et_s0$fntime§_FILE$flABC]

(click, it allows me to download my data).
I would like to know if it is possible to integrate the date in the file name as in an Email or FTP Send.
Example for an email
T $ = Time $
year $ = T $ (7 TB 10)
my $ = T $ (4 TB 5)
date $ = T $ (1 TB 2)
hour $ = T $ (12 TB 13)
min $ = T $ (15 TB 16)
sec $ = T $ (18 TB 19)

SENDMAIL “LAA@ANOMYME.com”, “FILE”, “& [$ dtHT $ ftT $ st_h6 $ and_s0 $ fnMyCustomFileName” + “” + hour $ + “.” + Min $ + “” + my $ + date $ + year $ + “]”

Try something like this below:

filename dependent on date through email.txt (772 Bytes)

Hello.
Thank for the tips. but the files will be send by Email.
I would make à direct download button. When you click on in viewon with this button, the files start to download.
I dont think it is possible to change the name of a EBD.
But do you think it is possible to make the same with a CSV sheet page ?

I have an alternative option that might work for you. It’s a way for you to save the files onto the device locally, but you’ll need to grab them through an FTP.

historical csv.txt (914 Bytes)

I’m not seeing an easy way to make a button that would cause this to download to your PC. But if you go through this website you could have it download to your PC, you just wouldn’t be able to pull the date information and would need to change the filename manually each time.

https://ewonsupport.biz/ebd/

Topic closed due to inactivity.