Maintaining and repairing the device
6.6 Configure IOT2050 SM
SIMATIC IOT2050
80 Operating Instructions, 03/2024, A5E39456816-AF
Retrieve the current configuration
• Retrieve the current configuration of IOT2050 SM into a Yaml file
iot2050-eio config retrieve save-config.yaml
6.6.2.2 Reading and writing data to IOT2050 SM
In the context of configuration, modules are visible in the directory
/eiofs/controller/slotN/.
Description
The following shows that there is a Module configured:
/eiofs
├── proc
│ └── version
├── log
│ └── event
└── controller
├── control
├── config
├── status
├── slot1
| ├── name
| ├── article_number
| ├── description
| ├── status
| ├── value_raw
| ├── ch0
| | └── value
| ├── ch1
| . .
| . .
| . .
|
├── slot2
├── slot3
├── slot4