06-25-2021 09:34 AM
Hi everyone,
I'm working on a VI to read many captors. Many of them are plug on a SCXI-1102.
My probleme front when i try to capture thermocouple meanwhile i try to read some pressure captors ( in volt).
The VI don't accept more than 1 physical channel for my rack (SCXI), but i need at least 2 channel because i have 2 type of datas. I don't have this probleme on my other rack (CDAQ9188)
someone have an idea to exploit multiples data on a single rack ?
On others words: how, with a simple i can use
and
(or something equivalent) to
thermocouples and pressures captors
here my programme, you can see 4 'lines' to read with differents features (differents rates, differents type of data), without probleme for the first rak (CDAQ9188) , but if i add a 5th line to read volt data on SC1mod3 , the programme stop because a ressource is reserved
exemple with 5 lines here:
Thank you for your support.
06-25-2021 10:05 AM
06-25-2021 09:00 PM
@llebla04 wrote:
The VI don't accept more than 1 physical channel for my rack (SCXI), but i need at least 2 channel because i have 2 type of datas. I don't have this probleme on my other rack (CDAQ9188)
I think your terminology is incorrect here. A channel is a single measurement point (ie a single temperature). What you are having problems with is multiple cards (also referred to as modules). The SCXI does not allow for sharing a task across cards/modules. cDAQ does. The SCXI cards are too old for that capability. If you go with PXI, then you need X-series cards or newer.
06-26-2021 06:14 AM
Hi crossrulz,
@crossrulz wrote:
The SCXI does not allow for sharing a task across cards/modules. … The SCXI cards are too old for that capability.
I do that with my SCXI systems all the time: using just one (1) AI task for 4 modules, taking mixed measurements of voltage, current and thermocouple measurement channels!
(And yes, they are old…)
06-26-2021 05:45 PM
hi GerdW,
can you show me an exemple of your solution ? maybe i can inspire me ?
llebla
06-26-2021 05:46 PM
Thank you for this precision crossrulz, i'll try to use the exact words.
06-28-2021 01:25 AM - edited 06-28-2021 01:30 AM
Hi llebla,
@llebla04 wrote:
can you show me an exemple of your solution ?
Sure I can:
