-
Notifications
You must be signed in to change notification settings - Fork 18
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
AGC and MaxIT not working for Orbitrap MS2 scans on Eclipse #30
Comments
Thanks for the report. Have you installed the patch for 3.5? You should be able to get to it here. That said, I can see the issue on my side as well. However it works as expected when running a method acquisition "underneath" the IAPI application. I'll look into it. |
Yes, the instrument is patched. Indeed, the issue appears only when the scan is placed "directly" from the IAPI. Thanks. |
We are having a similar issue with Tune 4.0 on Tribrid. Changing the Therefore, I assume that this parameter is currently not working and some default is used instead. However, given that according to the tune documentation 100% normalized base value is equivalent to In order to ensure comparability between Tune and the iAPI I would like to enquire what AGC target values are used internally when measuring via the Orbitrap (i.e. what is the input that should be made to Tune in order to obtain an equivalent AGC target)? Platform: Orbitrap Fusion Lumos Tribrid Mass Spectrometer + FAIMS Pro Interface |
Are you placing scans while running "on top" of Tune or while running a method? Placing scans while running on top of Tune still has problems; this issue has been deprioritized as the vast majority of users use the IAPI in conjunction with methods. And what injection times are you seeing? Are they all the same, i.e., set to the maximum injection time? |
Thank you for the swift response! We tried adjusting the Setting |
Can you attach your method here, so that I can try it as well? |
Below is the method we used: Over that method we used the |
Apologies for the delay. This appears to be related to how the fusion-example-client sends scans. It is sending scans with all possible values defined; normally one would make a scan with only the relevant parameters defined. If you comment-out line 322 in Form1.cs of FusionExampleClient, and instead set the values yourself, for example using:
...and then for "AGCTarget" try different values (switch between 5 and 500,000 to see huge differences), you should see the injection times varying as expected. Hopefully that will get you going. Probably there is still an issue here, which I'll continue investigating. Thanks again for the report. |
OK, after returning to this issue recently, and with the help of another user, we found that AGCTarget is working as intended for full scans, but other scan types appear to have a problem. The workaround is to use instead the "MSXTargets" parameter, like so:
And then continue using "AGCTarget" for full scans. This will be fixed in Tribrid series 4.2, due out this summer. |
Thanks for the feedback, I can confirm this workaround works fine. @jesse-canterbury off-topic question: to whom can I report a bug I discovered on the Exploris tune? It concerns a charge state decision tree DDA method. The method is compiled (i.e. it is saved as .meth), but it is not executed (i.e. an error appears when trying to submit the queue) |
@pisistrato I forwarded your note to the relevant folks on the Exploris team. They'll take a look & make a bug report. If I get any more info back, I'll update you. And feel free to ping me if enough time goes by with no news. Glad to hear the workaround above works ok! |
@pisistrato Please email support.exploris.bremen@thermofisher.com with a full set of info about your observations, such as Exploris software version, your method file, the displayed error message, and steps to reproduce the error. And please let me know if I can help at all. Thanks! |
As can be seen in the gif, when trying to replicate a MS2 scan on the Eclipse using the provided
fusion-example-client
example neither the AGC nor MaxIT are taken when placing the scan from the APIWhen the readout is set to the IonTrap it works as expected.
The text was updated successfully, but these errors were encountered: