epics-motor / motorNPoint

EPICS motor drivers for nPoint controllers
0 stars 4 forks source link

does this driver support flying scan? #2

Open LeeYangLBLBCS opened 3 years ago

kmpeters commented 3 years ago

Neither the C300 driver nor the LC400 driver currently support fly-scanning (profile moves in asyn motor terminology).

My understanding is that the C300 controller doesn't have the capability to do fly scans, but the LC400 does, using the wavetable feature, which is currently used for point-to-point moves.

LeeYangLBLBCS commented 3 years ago

thanks for the response.

Would it be possible to use LC400's Digital IO to trigger flying scan? It generates TTL "output on position" signal at specified motor positions (start, interval, number of pulses).

I'm just trying to understand if it's not implemented by EPICS driver yet or if it's not feasible.

Thanks.

Regards.

On Fri, Oct 2, 2020 at 2:25 PM Kevin Peterson notifications@github.com wrote:

Neither the C300 driver nor the LC400 driver currently support fly-scanning (profile moves in asyn motor terminology).

My understanding is that the C300 controller doesn't have the capability to do fly scans, but the LC400 does, using the wavetable feature, which is currently used for point-to-point moves.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/epics-motor/motorNPoint/issues/2#issuecomment-702964856, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADSYGNCAALUHKACYAXAODLLSIZALPANCNFSM4R7VIYDA .

-- Lee Yang Lawrence Berkeley National Lab 1 Cyclotron Road, MS 7H210 Berkeley, California 97320 office:(510)486-7320 fax:(510) 486-4633

kmpeters commented 3 years ago

My understanding is that it is possible, but no one has implemented it yet.

domitto commented 3 years ago

Hi @LeeYangLBLBCS, it's certainly doable with the LC400 but it is not implemented in the current EPICS driver.