📄 trioinit.bas
字号:
'=========================================================================
' Application: SDCARD startup file
' Module: TRIOINIT.BAS
' Platform: Any with SD card (Note, this file resides on the SD card)
'-------------------------------------------------------------------------
PRINT ""
FILE "cd" "trio projects" 'change directory
LOAD_PROJECT "Plc" 'load desired project
DIR 'shows the programs now loaded on the controller
PRINT ""
PRINT "----------------------------------------------------------"
EPROM 'Save newly loaded project to controller’s flash memory
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -