Search found 53 matches

by photoevents
Sun Jul 13, 2025 11:34 am
Forum: General Discussion
Topic: sftp
Replies: 2
Views: 465

Re: sftp

Thank you
by photoevents
Sat Jul 12, 2025 12:31 pm
Forum: General Discussion
Topic: sftp
Replies: 2
Views: 465

sftp

Hello, I'm using sftp to download (or synchronise) images from remote to local I don't find the functionality that allows to check if files have been downloaded and already exist on the local folder. So, what I need, is checking remote for new files and only download new files, like every 10 seconds...
by photoevents
Fri Jun 06, 2025 10:49 am
Forum: General Discussion
Topic: text on one line
Replies: 2
Views: 3500

Re: text on one line

Okay, got it, thank you
by photoevents
Fri Jun 06, 2025 9:44 am
Forum: General Discussion
Topic: text on one line
Replies: 2
Views: 3500

text on one line

I have this text file with names seperated by ; like first;last; I use CSV Open Data, Data Loop, convert to text and create file in mode append to write a new file that has the names like this: first last But my action creates a file like this: first last How can I keep the two variables on one line...
by photoevents
Wed Jan 22, 2025 3:03 pm
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 51352

Re: CSV DATA LOOP

I was referring to the runtime of robotask.

Christian
by photoevents
Mon Dec 23, 2024 3:29 pm
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 51352

Re: CSV DATA LOOP

Everything works fine. Except when trying the task using runtime on another computer, the cycle trigger doesn't work. I just remember no triggers work at all. For now I use a loop with pause, which works but is an endless loop which you think is not a good idea. Any advice on how to do this better? ...
by photoevents
Fri Dec 20, 2024 1:05 pm
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 51352

Re: CSV DATA LOOP

Thank you,
That helps,
Again ;-)

Christian
by photoevents
Fri Dec 20, 2024 11:44 am
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 7
Views: 51352

CSV DATA LOOP

I have a csv file which is constantly being updated with new rows. What I want to do is to copy this file over to a workfolder, then loop it and do something with the variables then repeat the process but now taking into account the lines that already have been processed. I was thinking when opening...
by photoevents
Fri Sep 20, 2024 12:30 pm
Forum: General Discussion
Topic: structuring code
Replies: 2
Views: 58079

Re: structuring code

Hey,

Just now read your reply.
To me, it is a workaround.
Also, when using runtime, you can only have one task running, am I correct?

Christian
by photoevents
Wed Sep 04, 2024 10:13 am
Forum: General Discussion
Topic: structuring code
Replies: 2
Views: 58079

structuring code

I find it difficult to read my own code for longer projects. Do you have tips on how to structure code in a way that is easier to read? TABS in the user interface would already be a big improvement to my mind. Or modules/functions? Now I just have an long list of code that becomes a headache to keep...