To Anna:
1.
"где эта функция находится, чтобы ей воспользоваться )"
LogMessage() Function
Writes a user-defined message to the ArchestrA Log Viewer.
Syntax
LogMessage("Message_Tag");
Parameter
Message_Tag
String to log to the Log Viewer. Actual string or message tagname.
Remarks
This is a very powerful function for troubleshooting InTouch scripting. By strategically placing LogMessage() functions in your scripts, you can determine the order of QuickScript execution, the performance of scripts, and identify the value of tags both before they are changed and after they have been affected by the QuickScript. Each message posted to the Log Viewer is stamped with the exact date and time.
Example(s)
LogMessage("Report Script is Running");
The above statement would print the following to the Log Viewer:
94/01/14 15:21:14 WWSCRIPT Message:Report Script is Running.
LogMessage("The Value of MyTag is " + Text(MyTag, "#"));
MyTag = MyTag + 10;
LogMessage("The Value of MyTag is " + Text(MyTag, "#"));
Related Topics
Logging Messages to the Log Viewer
Т.о. воспольоваться ей можно в любом скрипте путём вызова LogMessage("Message_Tag");
2.
"Перед загрузкой мэйкера появляется окошко с уведомлением "InTouch cannot connect to the SPC Pro Engine. Please Shutdown and Restart." Подскажите пожалуйста, как подключить...?"
Подключение и настройка SPC Pro дело муторное и непростое. В посте этого не прописать. Проще "это" отключить
Удалите из папки проекта файлы SPC.INI, SPCPASSWORD. Возможно и другие, начинающиеся с "SPC".