1
"Open air" and "whole home" microphones / Re: Best Mic for whole-room (Scientific article)
« on: October 25, 2017, 05:38:50 AM »
Thanks!
Oskar
Oskar
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I think I can see the problem though.
You are using PY.ExecFile to load Arduino.py many, many times in your tree. It is in multiple commands and each of those can be triggered by multiple events.
You should only ever load this python script one time during the entire time that VC is open. Make sure this python code is only loaded and executed one single time in a command that is triggered by the VC.Loaded event and I think all your problems will go away.
I'm sure I could help you if I could see everything that is actually happening but it is too difficult to really understand everything that you are doing, and in what order.
I also don't really understand what you are doing with hibernation or why. Why log out before hibernating? It seems to defeat the purpose. At that point you might as well just shut down the machine. Personally I don't know why anyone uses hibernation unless they have a laptop, but that is another matter.
If you would like to use TeamViewer to look at your problem together I would be happy to try.
I can probably make myself available to you tomorrow at some point. For today, I think it is too late.