first of all sorry for my bad english.
I wants to read data from the serial port and handle it with excel to create a graph. This will be all the time, so i start the progam automatic on windows-start.
The program works really fine, but when i did a hard reset, the config file is locked and the program didn´t starts automatically.
I´ve seen, that it is since version v.3.24 like this.Before this version i hope an hardreset is no problem. Can you tell me where i can find this old version, or what i can do that it works with the new one also?
Thanks a lot.
Joachim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ScriptCommunicator creates a lock file for the loaded configuration ("config file name".lock in the same directory). If ScriptCommunictor finds this lock file at startup a message box is shown to the user (use this config?).
This lock file is deleted if ScriptCommunicator is closed. If ScriptCommunicator is killed this lock file is not deleted.
You can writte a batch file which deletes this lock file and then starts ScriptCommunicator with the corresponding config file.
Best regards
Stefan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2018-05-14
Hello Stefan,
thank you for your answer, that´s a good idea.
Best regards
Joachim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
first of all sorry for my bad english.
I wants to read data from the serial port and handle it with excel to create a graph. This will be all the time, so i start the progam automatic on windows-start.
The program works really fine, but when i did a hard reset, the config file is locked and the program didn´t starts automatically.
I´ve seen, that it is since version v.3.24 like this.Before this version i hope an hardreset is no problem. Can you tell me where i can find this old version, or what i can do that it works with the new one also?
Thanks a lot.
Joachim
Hi Joachim,
ScriptCommunicator creates a lock file for the loaded configuration ("config file name".lock in the same directory). If ScriptCommunictor finds this lock file at startup a message box is shown to the user (use this config?).
This lock file is deleted if ScriptCommunicator is closed. If ScriptCommunicator is killed this lock file is not deleted.
You can writte a batch file which deletes this lock file and then starts ScriptCommunicator with the corresponding config file.
Best regards
Stefan
Hello Stefan,
thank you for your answer, that´s a good idea.
Best regards
Joachim