Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'm a student in an engineer school in France and for our technical project we need to transfer data from filed sensor to a database and our program must start when a file appear in a folder.
The main issue is we have to transfer different field sensor data with different frequency .... as an example if the is an emergency button actives in the room the program must transfer the data with a 1 sec delay but for the other sensor we don't need to transfer them within a second and we need to transfer them every 15 minutes.
So for this case i decided to but multiple tWaitForFile looking in different folders where the data should be drop by the field sensor
and it seems to not working correctly because if i shutdown one of the two subjob the other run perfectly fine ...
Can someone help me with this ?
Hi
If you want the two subJobs run parallelly, open Job settings view-->Extra tab and check the 'Multiple thread execution' box.
Regards
Shong