PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

PXI-4110 vi; can not access all channels simultaneously

Solved!
Go to solution

Hello all.  I am making a VI for operating the PXI-4110.    I want to use a VI instead of the SFP so I can put some documentation onscreen for users.  Ok, so I have much of the VI made.  I am using a State Machine for this program, which may not be the best solution.  My major problem is that I can not access all three channels simultaneously.  If I change channels while the program runs, I get error 1074135008 "Unknown channel or capability name."  If I set a channel at the start of the program, that channel will run.

 

I know there was a property that affected whether all three channels run together or can be accessed individually.  The default runs all three.  I would have used that, except then I couldn't control turning a channel on or off.

 

0 Kudos
Message 1 of 3
(1,772 Views)
Solution
Accepted by Dhouston

Hello,

 

I extensively use NI DC power parallelism for my production test.

In the provided screenshot, you are opening a single session for all 3 channels and try to access all channels in parallel. NI DC power instruments are capable of having per channel sessions.

electricsanto_0-1573963920620.png

 

Solution is to create separate sessions for each of the channel, then you would be able to control them in parallel without errors.

electricsanto_1-1573963973475.png

electricsanto_2-1573964023248.png

So, you would have 3 sessions, where each session is dedicated to each channel. Changes to appropriate sessions will allow you to control only that channel, this way you can do all instrument configurations on per-channel basis.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 3
(1,693 Views)

Thank you!  That is exactly what I needed.

0 Kudos
Message 3 of 3
(1,683 Views)