03-07-2013 09:19 AM
Hi,
i plan to buy relay for controlling mit labview two dc Power supply output on/off,one DC Power Supply (HP E3631A)enable one chanel output 3.5 V,and relay set output on/off,another DC Power Supply (HP E3631A) enable three chanels 1v,+18V,-18V,relay set them on/off.
i am really new to relay switch, i have writed Email to NI service,und waiting for answer,if anyone recommands relay to complete this Switching function that would be appreciated.
03-08-2013 02:02 AM
Hi,
Why do you want to switch a power supply output with a relay ? You can interface with the power supply (GPIB) and switch the output on and off.
Kees
03-08-2013 02:27 AM
@K C wrote:
Hi,
Why do you want to switch a power supply output with a relay ? You can interface with the power supply (GPIB) and switch the output on and off.
Kees
because i want to deterministic timing controll for switching between two power supply output,interface with the power supply (GPIB) have kommucationsoverhead
03-08-2013 02:53 AM
Hi,
In that case I would use a solid state relay. No contact bounce and better timing.
I think you are from Germany. Look a 'Schuricht' for 'solid state relay'.
Kees
03-08-2013 03:02 AM
thanks for your recommands, can this Schuricht solid state relay kontroll direct mit labview ? i need to a relay that can talk to labview.
03-08-2013 03:11 AM
Hi,
No, you need a (low) voltage source to drive the Solid State relay. Maybe a cheap digital output module can do this depending on the type a soldis state relay you need and choose.
Take a look at the datasheet of a solid state relay.
Kees
03-08-2013 03:25 AM
@K C wrote:
Hi,
No, you need a (low) voltage source to drive the Solid State relay. Maybe a cheap digital output module can do this depending on the type a soldis state relay you need and choose.
Take a look at the datasheet of a solid state relay.
Kees
where can i choose cheap digital output module?
03-08-2013 05:56 AM
At NI or cheaper an Arduino UNO
03-08-2013 09:51 AM
@jetfire wrote:
@K C wrote:
Hi,
Why do you want to switch a power supply output with a relay ? You can interface with the power supply (GPIB) and switch the output on and off.
Kees
because i want to deterministic timing controll for switching between two power supply output,interface with the power supply (GPIB) have kommucationsoverhead
You have overhead with communicating to a relay as well. You didn't even try software triggering both of the supplies at once, did you?
03-08-2013 10:16 AM
@Dennis_Knutson wrote:
@jetfire wrote:
@K C wrote:
Hi,
Why do you want to switch a power supply output with a relay ? You can interface with the power supply (GPIB) and switch the output on and off.
Kees
because i want to deterministic timing controll for switching between two power supply output,interface with the power supply (GPIB) have kommucationsoverhead
You have overhead with communicating to a relay as well. You didn't even try software triggering both of the supplies at once, did you?
Hallo, i have read about im attachment Triggered example,but i do not understand,how to use software triggering both of the supplies at once,i have little experience about it