LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

berkely nucleonics 577

So I am very new to LabVIEW and have been tasked with designing a pulse generator program for the Berkely Nucleonics 577 Pulse Generator. I have tried to find any help on this and it is either far far too complicated for me or it is not there. So i am lost and have no clue what to do. The design is to have a LED light pulse one color, wait, pulse a second color, wait, and then repeat. Any assistance would be much appreciated.

0 Kudos
Message 1 of 18
(4,956 Views)
Have you gone through the LabVIEW tutorials? I know you want to get started on the final project, but sometimes you have to step back, take a deep breath and learn a bit first.

Have you talked to the instrument vendor? They should be able to give you guidance on how to communicate with their device.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 18
(4,941 Views)

Hello! And yes, I've gont e through the tutorials, and I understand the basic premise of LabVIEW, I know how to get fuctions and connect them, run the program. I just dont know how to assemble a system or what functions to use for a pulse generatror, let alone a pulse generator that needs two different leds to go off at seperate times. 
As for the manufacturer, I've read through that manual and online website, and there appears to be no chance for assistance for developing a pulsegenerator on labview.

Thanks for replying!

0 Kudos
Message 3 of 18
(4,934 Views)
OK, what the vendor can do for you is provide drivers for the device.

If you were to just write out in words what would the program need to do? Step by step?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 18
(4,917 Views)
They do have a LabVIEW driver for your instrument. Using a driver is explained at http://www.ni.com/downloads/instrument-drivers/

Before you can use a driver, you have to understand the instrument itself. Start by manually configuring it and then try to reproduce the set-up with a program. You can look at the programming manual for the needed functions/commands and compare them to the functions/commands on the block diagrams of the driver VIs.
0 Kudos
Message 5 of 18
(4,905 Views)

Hello, sorry for the delay, I was momentarilly taken off the project to assist elsewhere in a pressing matter, now I'm back

I have the berkely Nucleonics 577 Pulse generator running and operational. What I need to do it connect it to my computer, which I have done, and create simple a control panel for that generator that allows me to do the following.
 
I two LEDs inside the same housing with different colors (red and green) they have seperate wires for connecting to the pulse generator. I would like to have it so that only the green LED is turned on for 1 second, then it is turned off and there is a 1 second interval of no LED being used, then the Red LED being turned on for 2 seconds, then being turned off for 2 seconds, and then the entire cycle repeats. I need this connected via labview so that if I wanted to alter any of the time intervals I could do so easily.

Thanks a million for any and all help. 

0 Kudos
Message 6 of 18
(4,816 Views)
And what sorry of problems do you have with the provided driver? What error messages do you get? What is the physical connection? Have you tried communicating to the instrument with the VISA test panel in MAX?
0 Kudos
Message 7 of 18
(4,801 Views)

There is a very simple solution, but you need a relay and a usb-com converter. 

BNC loads last configuration when turned on and can autostart, so you configure its 2 channels as needed, save settings. Then use com as a digital line to turn on relay and power BNC on.

0 Kudos
Message 8 of 18
(4,782 Views)

I've now found the VI's that came with the 577 device (thanks for the help alerting me to that) but when I try to run some of the more simple ones, I recieve errors. Additionally through the other uses of the computer I have found that When I connect the decive to my computer via USB it is read under COM4, unfortunatley it appears that LabView only has the options to allow me to switch between COM1 and COM2, neither of which is obviously the right one. ( I will try to post a picture of my error when I can access the computer, I am not at the computer at this moment)

0 Kudos
Message 9 of 18
(4,745 Views)

He is the Vi titled "initialize" I have the block diagram and front pannel shown, I get errors at ID query
Initialize.png

0 Kudos
Message 10 of 18
(4,733 Views)