framework error when using Frame_trigger #96
-
Hi, This error persists regardless of which output I use for this (BNC or DAC). This is the line: (see full file attached) And this is the log: Transferring state machine RandomForaging to pyboard. OK Run started at: 2023/08/21 18:10:59 P 0 frame_trigger outputting pulses at 30Hz Error: uncaught exception of type: <class 'KeyError'> |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @bdudok Is there additional information in your |
Beta Was this translation helpful? Give feedback.
-
Hi @bdudok , I looked into this and there was a bug in the analog plotting function which meant that a crash occured if a Frametrigger was used with annother type of analog input (in your case the rotary encoder). I fixed it by changing the process_data method of the analog plot (here) and pushed the updated code to the master branch on github. The bug is fixed in the development branch so will be fixed in the next release. best, Thomas |
Beta Was this translation helpful? Give feedback.
Hi @bdudok ,
I looked into this and there was a bug in the analog plotting function which meant that a crash occured if a Frametrigger was used with annother type of analog input (in your case the rotary encoder). I fixed it by changing the process_data method of the analog plot (here) and pushed the updated code to the master branch on github. The bug is fixed in the development branch so will be fixed in the next release.
best,
Thomas