06-26-2006 05:48 AM - edited 06-26-2006 05:48 AM
Message Edited by sirnell on 06-26-2006 12:55 PM
06-28-2006 03:24 AM
Hello!
I have not seen anything reported when it comes to differences between development environment and executables for DAQmx. I suppose that you set up everything programmatically and are not dependent on settings done in Measurement & Automation Explorer. Do you have LabVIEW 8.0? If so you could build an executable and include debugging support that allows you from your development machine see the code and debug of the executable running on another machine if they are both connected to the network. That way you could see what is going wrong in the executable.
If the three tasks are supposed to run individually (not at the same time) an S-series board would work fine. However I don't see why they should work differently than an M-series board for an example the only difference would be that the M-series would multiplex the input channels while the S-series won't.
06-28-2006 06:41 AM
About the daq-boards: if we get an S-series board, can the three analogue input tasks run simultaneously (run at the same time, but potentially starting and stopping etc at different times)? we wouldnt get any "Error 50103" since the tasks wont interfere? (we are also running an analogue output task, but that should and has worked fine so far.)
/michael
06-28-2006 09:12 AM
Hello!
Quote:
"About the daq-boards: if we get an S-series board, can the three analogue input tasks run simultaneously (run at the same time, but potentially starting and stopping etc at different times)? we wouldnt get any "Error 50103" since the tasks wont interfere? (we are also running an analogue output task, but that should and has worked fine so far.)"
No, you cannot run three input tasks simultaneously since the AI subset of the board will be reserved and can only be so for one task at once. But you can switch between tasks:
06-29-2006 03:27 AM
So the only way to run several tasks at the same time is to have several daq-boards on the same computer?
I could not open the URL you attached. Could you please re-enter it?
Regards, Michael
06-29-2006 03:51 AM
Hello!
Here is the link with the example I was talking about (clipboard can be scary sometimes!):