15 lines
599 B
Markdown
15 lines
599 B
Markdown
|
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]]
|
||
|
|