03-15-2019 06:03 AM
please tell the errors where we want to rectify...
03-15-2019 06:55 AM
Did you read the error information in that dialog? It gave you several possible solutions. But you are going to have to supply code in order for us to really help you. For instance, we have no idea how you have the DAQ Assistant set up. And the fact the the loop is quite large is an issue as there are likely some "slow" things out there that could cause this issue. But one glaring thing I am noticing is you have Execution Highlighting turned on. That will slow your program down to a crawl and the DAQ hardware will overflow quite easily if you are using a continuous acquisition.
03-15-2019 06:55 AM - edited 03-15-2019 06:56 AM
Hi preethi,
please tell the errors
The error is shown in that dialog. What else do you need?
- When you want more help you should attach code. Not just image of parts of your code, but real code!
- General advise: stay away from ExpressVIs (like that DAQAssistent) and DDT wires…
- Do you really need to increment 1 and convert the result to DBL in each iteration again?