08-14-2018 12:25 AM
Hello,
I am working on the communication with ni usb -6501 with a multiplexerwhich decides which diode to use for the measurement(6 to 1 multiplexer) and then multiplexer (controlby the user) communicates with keithley-2420.i have done the programming and other things of one diode with keithley.
would you tell me from where to start this thing or is my way of communication is wrong.
any suggestion would be very helpful for me.
**communication of usb-6501 with multiplexer+and then multiplexer with keithley-2420(all things are to be done in labview environment)
08-14-2018 12:49 AM
Hi iyot,
is my way of communication is wrong.
Your communication in this forum thread is wrong: you forgot to attach your current VI!
would you tell me from where to start this thing
Read the manuals for your USB6501, the multiplexer and the K2420…
(For more specific answers you need to ask more specific questions!)
08-14-2018 01:55 AM
@Gerdw
this is the simple vi of the program for one cell (mod6aug)and the other one is for doing the further analysis of the cell (voltage and current array to be taken out of the loop). I don't know now how to further interface these
08-14-2018 03:03 AM - edited 08-14-2018 03:03 AM
08-14-2018 03:21 AM - edited 08-14-2018 03:26 AM
hi @gredw,
i have to check why its not getting convertedd to previous version(rather its getting in form of folder)
i guess these pictures would help
08-14-2018 07:35 PM - edited 08-14-2018 07:40 PM
What's your question? What are you having trouble with? Does the code work as expected or are there errors?
I don't see a concise description of your application or the problem. How do these two instruments work together? How does the user interacts with the multiplexer? How do you want your software to behave? What do you need help with?
Until you describe things a bit more clearly I doubt you'll get much more help. I'll take a guess based on this.
>> **communication of usb-6501 with multiplexer+and then multiplexer with keithley-2420(all things are to be done in labview environment)
What multiplexer? I doubt the multiplexer can communicate with other instruments on its own. Your LabVIEW program can communicate with all of these instruments, so you need to design your code accordingly. Are you looking for a design that will allow that? Its very possible, but without a good description of how you want the code to work, its hard to give you good advice.
08-15-2018 07:28 AM
@cstorey
The thing is i have thought about taking 4 diode/resistor measurment one by one in keithley 2420 by using usb ni-6501 as a switch(controlled by labview code)which is in muliplexer(4 to 1).
idon't know how much clear i need to explain about this. i need help in this that should i use multiplexer or relay switch (with ni usb-6501)
if no one of you people are getting it,it would be better not to reply on this thread.
coming to the questions:
Q. Does the code work as expected or are there errors?
yes it worked,but its just for one cell connected to the terminal of keithley.
Q.I doubt the multiplexer can communicate with other instruments on its own
i know that,thats why i am using usb 6501
08-15-2018 07:43 AM - edited 08-15-2018 07:44 AM
Hi jyot,
if no one of you people are getting it,it would be better not to reply on this thread.
You should have provided that image right from the start. Much better than writing a thousand words…
you need to implement several steps:
Whenever you have clear steps you could use a state machine.
Whenever there is a loop in your algorithm you need/should use a loop in your code.
Which of these steps is a problem to you?
Where are you stuck?
08-15-2018 08:19 AM
@gredw
i am at stuck at step 2( after the selection of the output channel from mux) how to simultaneously communicate between these two i.e. mux controlled by ni usb -6501 and keithley.
08-15-2018 08:33 AM