-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pulseblaster Board DDS Problem #8
Comments
Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington). What model of PulseBlaster is it? |
Original comment by Jesse Evans (Bitbucket: jcevans). SP17 |
Original comment by Jesse Evans (Bitbucket: jcevans). Or at least that's the pin layout according to the manual |
Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington). Ah, so this line of PulseBlasters have no DDS outputs, if I understand correctly. So you're getting this error because the PulseBlaster labscript device assumes a model with DDS outputs. There are multiple models of PulseBlaster supported, and the "PulseBlaster" device is for the PulseBlaster DDS II, for historical reasons (it was the only one we had at the time). If your model of PulseBlaster is not one of the ones in labscript_devices (I don't think it is), you can pretty easily implement support for it. If you want to do this, you should have a look at PulseBlasterESRPro500.py, and see how it subclasses PulseBlaster_No_DDS and related classes. If you copy this file, rename things, and set the following class attributes:
Then that should suffice, and you can put this device in your connection table and BLACS should be able to use it. Note that the filename must match the name of the class decorated with |
Original comment by Jesse Evans (Bitbucket: jcevans). So the SP2 model is implemented in labscript_devices, and I think the SP2 and SP17 devices are identical except for some of the pins that I'm not using. Do you think it'd be ok to use the SP2 device as a substitute? |
Original comment by Jesse Evans (Bitbucket: jcevans). SP2 device class* |
Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington). Yes, I think so. I believe the spincore API simply ignores higher numbered flags if the device doesn't support them. You'll just have the wrong number of buttons in BLACS. |
Original comment by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey). Chris: Did you mean to say look at the PulseBlaster_SP2_24_100_32k.py file? This would seem to be the logical file to copy, rename and edit the parameters appropriately. |
Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington). Ah, yes. Didn't see that one, it's a better example but they're very similar in any case. |
Original report (archived issue) by Jesse Evans (Bitbucket: jcevans).
I've recently installed the pulseblaster into our setup, and I'm running into an error when I open blacs. "DDS Shape capabilities not supported on this board".
The text was updated successfully, but these errors were encountered: