Skip to content
Snippets Groups Projects
Commit 858730a8 authored by Thomas Fay's avatar Thomas Fay
Browse files

Corrects event definition on TX17 from pulse_coming to pulse_start event.

parent df521d14
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ afterInit("dbpf $(IOC)-$(DEV1):DlyGen0-Width-SP 1000") # time in micro-seconds
afterInit("dbpf $(IOC)-$(DEV1):OutBack0-Src-SP 0") # trigger from delay generator 0 to RX17
afterInit("dbpf $(IOC)-$(DEV1):OutFP0-Src-SP 0")
afterInit("dbpf $(IOC)-$(DEV1):DlyGen1-Evt-Trig0-SP $(Pulse_coming_event)")
afterInit("dbpf $(IOC)-$(DEV1):DlyGen1-Evt-Trig0-SP $(Pulse_start_event)")
afterInit("dbpf $(IOC)-$(DEV1):DlyGen1-Width-SP 1000") # time in micro-seconds
afterInit("dbpf $(IOC)-$(DEV1):OutBack1-Src-SP 1") # trigger from delay generator 0 to TX17
afterInit("dbpf $(IOC)-$(DEV1):OutFP1-Src-SP 1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment