贝加莱File devices使用
工控笔记
前言
本笔记是在使用PowerPanel2100系列后转到PowerPanel C80系列后才引起注意的点。本笔记作为后续使用C80的备忘本使用。
正文
贝加莱的控制器CPU配置里面有几个在实际使用中的几个必要的点。
1.Module system on target
Module system on target
Minimum user partition size - 256
Automatic transfer of userfiles - off
Module system on target - SAFE
2.FTP Server
FTP Server
Activate FTP Server - on
Protocol - FTP
Users
User 1 - BR
Password -1234
Access rights - read/write
Shared Devices - All Devices
3.File devices
File devices
file devices 1
Name - USER
Path - USER_PATH
file devices 2
Name - mappAlarmXFiles
Path - USER_PATH:\AlarmX
file devices 3
Name - mappAuditFiles
Path - USER_PATH:\Audit
file devices 4
Name - mappBackupFiles
Path - USER_PATH:\Backup
file devices 5
Name - mappPackMLFiles
Path - USER_PATH:\PackML
file devices 6
Name - mappRecipeFiles
Path - USER_PATH:\Recipe
file devices 7
Name - mappReportFiles
Path - mappReportFiles
file devices 8
Name - mappUserXFiles
Path - USER_PATH:\UserX
第一点用来分多一个用户盘符。第二点用来开启FTP用于文件的传输。第三点用于我们后续程序里面配套。
额外补充知识点:
[AR系统是怎么分区的?盘符分别对应了什么内容?]([BR中文帮助](https://www.brhelp.cn/#/B02_技术_AutomationRuntime/007AR系统是怎么分区的 盘符分别对应了什么内容 有相关的介绍资料吗.md))

结尾
后续的项目更多的会借助***BR***社区驱动的开源框架***OpenFramework***进行程序的开发和使用。