matplc.conf
来自「电路仿真程序 Classic Ladder is coded 100% in C」· CONF 代码 · 共 23 行
CONF
23 行
## matplc.conf - configuration file## shared memory map section[PLC]# The PLC has four configuration settings: # globalmap_key, confmap_pg, globalmap_pg, sem_keysem_key = 42point B0 "B0" classicladderpoint B1 "B1" classicladderpoint B2 "B2" classicladderpoint B3 "B3" classicladderpoint B4 "B4" classicladder# specify periods for all the modules, so they don't hog the CPU# classicladder: scan_period = 0.01
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?