Obsidean_VM/03-Revised/93660 - Supervisione Sipa/Reporte/Notes for technician on sit...

15 lines
599 B
Markdown
Raw Normal View History

2025-02-18 05:37:27 -03:00
The scripts `WriteXXXRcpNameToTxt` dont need to use the PLC or any DB, it reads the Recipes and create the file at the same time. It only need 3 internal tag.
![[Pasted image 20231031145221.png]]
![[Pasted image 20231031145303.png]]
This can be copied from the example project.
It is important to check the Const `TypeOfPanel`. If you want to test on the PC must be "WindowsPC" and for loading on the Panel must be "WinCE"
On the WinCE mode the errors are logged to the SystemAlarm to see if all goes ok.
This are scripts to copy from the example project:
![[Pasted image 20231031145404.png]]