You have a rate of 1000 Hz and samples 100 for your DAQ Assistant. It means it executes in every 0.1 sec. This is the while loop iteration time. So if you want to log data at every 1 sec, you need to use a value of 10 for the modulo devision as devider, see my example VI and implement it for your VI. If you do not understand the VI how it works, you should really go through the basics. If you are a student, or you have LV licence, you can access the Core 1-2-3 teaching videos. Besides, I do not want to make your home-work for you 😉
Another thing is that useless DAQ Assistant express VI. You should also learn how to use proper DAQmx functions, so you could get rid of that Express VI, and its evil sidekick the dynamic data wire 🙂
So you want to measure 2 K-type thermocouples and a current, using a cDAQ device, yes? There are lots of examples via the help menu where you can see how to program using low level DAQmx functions...