tknopp / RedPitayaDAQServer

Advanced DAQ Tools for the RedPitaya (STEMlab 125-14)
https://tknopp.github.io/RedPitayaDAQServer/dev/
Other
34 stars 9 forks source link

Last working version #19

Closed tknopp closed 4 years ago

tknopp commented 5 years ago

This is more for myself.

https://github.com/tknopp/RedPitayaDAQServer/commit/c55479ffdad8592696befc8916e9a771dd6a816c

is the last working version for the HH devices. The commit after that (from me) has seem to revert several things. Have not investigated further and also have not looked at the stuff added by you @jbeuke.

jonschumacher commented 5 years ago

I did not experience problems with the addition of && numSlowDACChan>0 in https://github.com/tknopp/RedPitayaDAQServer/commit/12c04d6fbe56dd0118e2b13c66a3e7b7e4fd2fbf. The changes afterwards add more capabilities but should not interfere with the stuff you need and might be irrelevant for you, since the signal generation apart from sine currently only works for the rasterized mode. I split up the mode setting for standard/rasterized, which means you can use the new features on one channel set to standard while enjoying the benefits of rasterized on the other channel. This might be interesting for outputting signed DC. I did not commit versions of the synthesized firmware, since I don't want too many binary files in the repository. If you want to test them, just send me a message.

tknopp commented 5 years ago

The issue is that the interface of the server has changed (afterwards not in that commit)

jonschumacher commented 5 years ago

True, but I think none of the existing functions were changed. It was basically about adding stuff like the other waveforms and access to the DIOs.

tknopp commented 5 years ago

no setDACMode was changed. But that is fine. One issue is that I don't know if you recent bitfile is actually working for me. I am currently using master02.bit and that was for a reason. All versions after that had issues.

jonschumacher commented 5 years ago

True, I splitted it up to allow for different modes for the two channels. I am from time to time working on it and did not notice any issues with it. What issues were you experiencing?

tknopp commented 5 years ago

I will write you an email.

tknopp commented 4 years ago

this is solved now.