3545 lines
578 KiB
Plaintext
3545 lines
578 KiB
Plaintext
{"level": "INFO", "message": "PLC Generation Workflow started", "timestamp": "2025-09-17T11:08:01.199942", "module": "__main__", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "excel_file": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/PLC Data Generator/data/MTN6_MCM07.xlsx", "project_name": "MTN6_MCM07"}
|
|
{"level": "INFO", "message": "Starting data processing step", "timestamp": "2025-09-17T11:08:01.200394", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
|
|
=== Step 1: PLC Data Generator stdout ===
|
|
Loading IO path mappings...
|
|
Loaded IO path mappings:
|
|
APF: 11 rows
|
|
M12DR: 16 rows
|
|
Hub: 16 rows
|
|
SorterHub: 16 rows
|
|
SIO: 16 rows
|
|
IB16: 16 rows
|
|
OB16E: 16 rows
|
|
IB16S: 16 rows
|
|
Available sheets: ['Templates', 'Devices', 'Instructions', 'NETWORK', 'Part Number', 'IO Assignment MCM07', 'MCM07_DESC', 'DESC_PLC', 'NETWORK_PLC']
|
|
Found DESC sheet: DESC_PLC
|
|
Found NETWORK sheet: NETWORK_PLC
|
|
|
|
DESC columns: ['TAGNAME', 'TERM', 'DESCA', 'DESCB']
|
|
NETWORK columns: ['DPM', 'DPM_IP', 'Name', 'PartNumber', 'IP']
|
|
|
|
Classifying signals and adding IO paths...
|
|
|
|
Signal classification results:
|
|
SPARE: 1012
|
|
I: 551
|
|
O: 162
|
|
IOLink: 4
|
|
|
|
Device type distribution:
|
|
APF: 1441
|
|
M12DR: 176
|
|
Hub: 64
|
|
IB16: 16
|
|
OB16E: 16
|
|
IB16S: 16
|
|
|
|
IO Path mapping results:
|
|
Successful mappings: 1729/1729 (100.0%)
|
|
|
|
Found 3 TAGNAMEs present in DESC but not in NETWORK_PLC.
|
|
|
|
Adding unique DPM names not present in DESC or NETWORK_PLC.Name: ['BYAB_12_DPM1', 'BYAB_7_DPM1', 'BYAC_8_DPM1', 'BYAD_3_DPM1', 'BYAD_5_DPM1', 'BYBC_3_DPM1', 'BYCA_3_DPM1', 'BYDA_4_DPM1', 'BYDA_6_DPM1']
|
|
|
|
================================================================================
|
|
WARNING: The following issues were found but processing will continue:
|
|
================================================================================
|
|
- TAGNAME 'SLOT5_IB16' from DESC sheet not found in NETWORK_PLC sheet.
|
|
- TAGNAME 'SLOT6_OB16E' from DESC sheet not found in NETWORK_PLC sheet.
|
|
- TAGNAME 'SLOT7_IB16S' from DESC sheet not found in NETWORK_PLC sheet.
|
|
================================================================================
|
|
|
|
Continuing with processing...
|
|
|
|
Normalizing TAGNAME, DESC, and IO_PATH columns for VFDs only in the final output...
|
|
|
|
Final result has 1742 rows
|
|
Sample of merged data:
|
|
TAGNAME TERM DESCA ... SIGNAL DEVICE_TYPE IO_PATH
|
|
0 PDP12_PMM1 ... NaN NaN NaN
|
|
1 PDP13_PMM1 ... NaN NaN NaN
|
|
2 PDP15_PMM1 ... NaN NaN NaN
|
|
3 PDP16_PMM1 ... NaN NaN NaN
|
|
4 SLOT5_IB16 I0 MCM07 ... I IB16 Local:5:I.Data.0
|
|
5 SLOT5_IB16 I1 MCM07 ... I IB16 Local:5:I.Data.1
|
|
6 SLOT5_IB16 I10 SPARE ... SPARE IB16 Local:5:I.Data.10
|
|
7 SLOT5_IB16 I11 SPARE ... SPARE IB16 Local:5:I.Data.11
|
|
8 SLOT5_IB16 I12 SPARE ... SPARE IB16 Local:5:I.Data.12
|
|
9 SLOT5_IB16 I13 SPARE ... SPARE IB16 Local:5:I.Data.13
|
|
|
|
[10 rows x 11 columns]
|
|
|
|
New Excel file created: MTN6_MCM07_DESC_IP_MERGED.xlsx
|
|
The file contains all original sheets plus the new 'DESC_IP' sheet with merged data.
|
|
DEBUG: Processing Excel file: /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/PLC Data Generator/data/MTN6_MCM07.xlsx
|
|
DEBUG: Full project pattern matched: MTN6_MCM07
|
|
DEBUG: Final subsystem name: MTN6_MCM07
|
|
Reading input file: MTN6_MCM07_DESC_IP_MERGED.xlsx
|
|
Removed 4 IOLink rows (including beacons, FIOH channels, and all other IOLink entries)
|
|
Removed 13 blank name/description rows
|
|
Saving output file: MTN6_MCM07_OUTPUT.csv
|
|
Processing complete!
|
|
Created standard output file: DESC_IP_MERGED.xlsx
|
|
|
|
=== Step 1: PLC Data Generator stderr ===
|
|
|
|
=== Step 1 File Copy ===
|
|
Copied MTN6_MCM07_DESC_IP_MERGED.xlsx to /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/DESC_IP_MERGED.xlsx
|
|
{"level": "INFO", "message": "Data processing completed successfully", "timestamp": "2025-09-17T11:08:04.726961", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Starting routine generation step", "timestamp": "2025-09-17T11:08:04.727170", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Logging to file: /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/logs/workflow_MTN6_MCM07_20250917_110801.log", "timestamp": "2025-09-17T11:08:06.379524", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "=== Generating All PLC Artifacts ===", "timestamp": "2025-09-17T11:08:06.380979", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Generating SafetyProgram L5X...", "timestamp": "2025-09-17T11:08:06.381135", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "WARNING", "message": "LimitedSafetyProgramGenerator is deprecated; using ModernSafetyProgramGenerator", "timestamp": "2025-09-17T11:08:06.390773", "module": "src.container", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Starting ModernSafetyProgramGenerator generation", "timestamp": "2025-09-17T11:08:06.391001", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Creating SafetyProgram XML structure", "timestamp": "2025-09-17T11:08:06.391165", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Registered plugin: main_routine (core)", "timestamp": "2025-09-17T11:08:06.399998", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: apf (device)", "timestamp": "2025-09-17T11:08:06.404437", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: belt_tracking (device)", "timestamp": "2025-09-17T11:08:06.407323", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: cb_monitor (device)", "timestamp": "2025-09-17T11:08:06.410603", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: d2c_chute (device)", "timestamp": "2025-09-17T11:08:06.414242", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: d2c_en1 (device)", "timestamp": "2025-09-17T11:08:06.417478", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: dpm (device)", "timestamp": "2025-09-17T11:08:06.420716", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: encoder (device)", "timestamp": "2025-09-17T11:08:06.423880", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: estops (safety)", "timestamp": "2025-09-17T11:08:06.430424", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: estop_check (safety)", "timestamp": "2025-09-17T11:08:06.433644", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: extendo (device)", "timestamp": "2025-09-17T11:08:06.437311", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: fioh (device)", "timestamp": "2025-09-17T11:08:06.440655", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: fiom (device)", "timestamp": "2025-09-17T11:08:06.444188", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: flow_ctrl (device)", "timestamp": "2025-09-17T11:08:06.447725", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: fpe (device)", "timestamp": "2025-09-17T11:08:06.450528", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: inputs (safety)", "timestamp": "2025-09-17T11:08:06.453828", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: jpe (device)", "timestamp": "2025-09-17T11:08:06.456701", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: mcm (core)", "timestamp": "2025-09-17T11:08:06.460142", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: nc_chute (device)", "timestamp": "2025-09-17T11:08:06.464662", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: nc_jr_station (device)", "timestamp": "2025-09-17T11:08:06.468044", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: outputs (safety)", "timestamp": "2025-09-17T11:08:06.471270", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: pb_chute (device)", "timestamp": "2025-09-17T11:08:06.475250", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: pb_chute_simple (device)", "timestamp": "2025-09-17T11:08:06.478565", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: pmm (device)", "timestamp": "2025-09-17T11:08:06.481802", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: rack (core)", "timestamp": "2025-09-17T11:08:06.485534", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: resets (safety)", "timestamp": "2025-09-17T11:08:06.489801", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: safety_tag_map (core)", "timestamp": "2025-09-17T11:08:06.493772", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: safety_tag_mapping (safety)", "timestamp": "2025-09-17T11:08:06.497323", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: speed_ctrl (device)", "timestamp": "2025-09-17T11:08:06.500570", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: station_epc (safety)", "timestamp": "2025-09-17T11:08:06.503749", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: station_jr_chute (device)", "timestamp": "2025-09-17T11:08:06.507066", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: station_jr_pb (device)", "timestamp": "2025-09-17T11:08:06.511706", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: station_ss_pb (device)", "timestamp": "2025-09-17T11:08:06.515045", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: station_s_pb (device)", "timestamp": "2025-09-17T11:08:06.518178", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: taching_belts (device)", "timestamp": "2025-09-17T11:08:06.521133", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "DEBUG", "message": "Registered plugin: zones (safety)", "timestamp": "2025-09-17T11:08:06.524925", "module": "src.plugin_system", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "plugin_discovery"}
|
|
{"level": "INFO", "message": "Generating safety routines...", "timestamp": "2025-09-17T11:08:06.525142", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: inputs", "timestamp": "2025-09-17T11:08:07.425954", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: inputs", "timestamp": "2025-09-17T11:08:07.436788", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: outputs", "timestamp": "2025-09-17T11:08:07.440498", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: subsystem key", "timestamp": "2025-09-17T11:08:07.443074", "module": "src.data_loader", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "subsystem": "DEFAULT", "found": false}
|
|
{"level": "DEBUG", "message": "Zones: heuristic best match", "timestamp": "2025-09-17T11:08:07.516533", "module": "src.data_loader", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "best_key": "MCM07", "score": 108}
|
|
{"level": "DEBUG", "message": "Zones: loaded", "timestamp": "2025-09-17T11:08:07.517393", "module": "src.data_loader", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "rows": 37}
|
|
{"level": "INFO", "message": "Successfully generated routine: outputs", "timestamp": "2025-09-17T11:08:07.521466", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: resets", "timestamp": "2025-09-17T11:08:07.521741", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: resets", "timestamp": "2025-09-17T11:08:07.538838", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: zones", "timestamp": "2025-09-17T11:08:07.539339", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYAB_2: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.541839", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYAB_2: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.542384", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYAC_11: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.542731", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYAC_2: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.543031", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYAD_2: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.543350", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYBA_15: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.543637", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYBA_3: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.543922", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYBC_3: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.544203", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYBD_3: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.544496", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYCA_3: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.544779", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYCA_9: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.545062", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYCB_3: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.545387", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYCD_5: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.545687", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYDA_3: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.546003", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYDA_6: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.546304", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYDA_8: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.546611", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYDB_3: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.546902", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYDB_4: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.547196", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYDC_13: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.547478", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYDC_3: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.547760", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYDC_6: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.548041", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Found DCS controllers for BYDC_8: {'EPC2', 'EPC1'}", "timestamp": "2025-09-17T11:08:07.548335", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Available DCS controllers: {'BYAB_2': {'EPC2', 'EPC1'}, 'BYAC_11': {'EPC2', 'EPC1'}, 'BYAC_2': {'EPC2', 'EPC1'}, 'BYAD_2': {'EPC2', 'EPC1'}, 'BYBA_15': {'EPC2', 'EPC1'}, 'BYBA_3': {'EPC2', 'EPC1'}, 'BYBC_3': {'EPC2', 'EPC1'}, 'BYBD_3': {'EPC2', 'EPC1'}, 'BYCA_3': {'EPC2', 'EPC1'}, 'BYCA_9': {'EPC2', 'EPC1'}, 'BYCB_3': {'EPC2', 'EPC1'}, 'BYCD_5': {'EPC2', 'EPC1'}, 'BYDA_3': {'EPC2', 'EPC1'}, 'BYDA_6': {'EPC2', 'EPC1'}, 'BYDA_8': {'EPC2', 'EPC1'}, 'BYDB_3': {'EPC2', 'EPC1'}, 'BYDB_4': {'EPC2', 'EPC1'}, 'BYDC_13': {'EPC2', 'EPC1'}, 'BYDC_3': {'EPC2', 'EPC1'}, 'BYDC_6': {'EPC2', 'EPC1'}, 'BYDC_8': {'EPC2', 'EPC1'}}", "timestamp": "2025-09-17T11:08:07.548501", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zone 07-01 candidates: ['BYAC_2', 'BYAC_3']", "timestamp": "2025-09-17T11:08:07.549461", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAC_3 in zone 07-01", "timestamp": "2025-09-17T11:08:07.549672", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.549824", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-01", "interlock": "MCM07", "dcs_list": ["BYAC_2_EPC1_DCS_CTRL.O1", "BYAC_2_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-02 candidates: ['BYAC_4', 'BYAC_5', 'BYAC_6', 'BYAC_7']", "timestamp": "2025-09-17T11:08:07.550168", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAC_4 in zone 07-02", "timestamp": "2025-09-17T11:08:07.550341", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAC_5 in zone 07-02", "timestamp": "2025-09-17T11:08:07.550485", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAC_6 in zone 07-02", "timestamp": "2025-09-17T11:08:07.550624", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAC_7 in zone 07-02", "timestamp": "2025-09-17T11:08:07.550761", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.550893", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-02", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-03 candidates: ['BYAC_8', 'BYAC_9', 'BYAC_10', 'BYAC_11']", "timestamp": "2025-09-17T11:08:07.551198", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAC_8 in zone 07-03", "timestamp": "2025-09-17T11:08:07.551373", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAC_9 in zone 07-03", "timestamp": "2025-09-17T11:08:07.551506", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAC_10 in zone 07-03", "timestamp": "2025-09-17T11:08:07.551646", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.551784", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-03", "interlock": "MCM07", "dcs_list": ["BYAC_11_EPC1_DCS_CTRL.O1", "BYAC_11_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-04 candidates: ['BYAD_2', 'BYAD_3']", "timestamp": "2025-09-17T11:08:07.552102", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAD_3 in zone 07-04", "timestamp": "2025-09-17T11:08:07.552583", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.552767", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-04", "interlock": "MCM07", "dcs_list": ["BYAD_2_EPC1_DCS_CTRL.O1", "BYAD_2_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-05 candidates: ['BYAD_4', 'BYAD_5', 'BYAD_6', 'BYAD_7']", "timestamp": "2025-09-17T11:08:07.553108", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAD_4 in zone 07-05", "timestamp": "2025-09-17T11:08:07.553302", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAD_5 in zone 07-05", "timestamp": "2025-09-17T11:08:07.553460", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAD_6 in zone 07-05", "timestamp": "2025-09-17T11:08:07.553617", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAD_7 in zone 07-05", "timestamp": "2025-09-17T11:08:07.553763", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.553923", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-05", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-06 candidates: ['BYAD_8', 'BYAD_9']", "timestamp": "2025-09-17T11:08:07.554241", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAD_8 in zone 07-06", "timestamp": "2025-09-17T11:08:07.554413", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAD_9 in zone 07-06", "timestamp": "2025-09-17T11:08:07.554546", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.554693", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-06", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-07 candidates: ['BYAB_2', 'BYAB_3', 'BYAB_4', 'BYAB_5', 'BYAB_6', 'BYAB_7']", "timestamp": "2025-09-17T11:08:07.554993", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_3 in zone 07-07", "timestamp": "2025-09-17T11:08:07.555172", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_4 in zone 07-07", "timestamp": "2025-09-17T11:08:07.555302", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_5 in zone 07-07", "timestamp": "2025-09-17T11:08:07.555462", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_6 in zone 07-07", "timestamp": "2025-09-17T11:08:07.555594", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_7 in zone 07-07", "timestamp": "2025-09-17T11:08:07.555725", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.555849", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-07", "interlock": "MCM07", "dcs_list": ["BYAB_2_EPC1_DCS_CTRL.O1", "BYAB_2_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-08 candidates: ['BYAB_8', 'BYAB_9', 'BYAB_10', 'BYAB_11', 'BYAB_12', 'BYAB_13']", "timestamp": "2025-09-17T11:08:07.556172", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_8 in zone 07-08", "timestamp": "2025-09-17T11:08:07.556350", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_9 in zone 07-08", "timestamp": "2025-09-17T11:08:07.556483", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_10 in zone 07-08", "timestamp": "2025-09-17T11:08:07.556624", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_11 in zone 07-08", "timestamp": "2025-09-17T11:08:07.556753", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_12 in zone 07-08", "timestamp": "2025-09-17T11:08:07.556881", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_13 in zone 07-08", "timestamp": "2025-09-17T11:08:07.557003", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.557129", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-08", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-09 candidates: ['BYAB_14', 'BYAB_15']", "timestamp": "2025-09-17T11:08:07.557637", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_14 in zone 07-09", "timestamp": "2025-09-17T11:08:07.557809", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYAB_15 in zone 07-09", "timestamp": "2025-09-17T11:08:07.557934", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.558048", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-09", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-10 candidates: ['BYCA_2', 'BYCA_3']", "timestamp": "2025-09-17T11:08:07.558350", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCA_2 in zone 07-10", "timestamp": "2025-09-17T11:08:07.558524", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.558666", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-10", "interlock": "MCM07", "dcs_list": ["BYCA_3_EPC1_DCS_CTRL.O1", "BYCA_3_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-11 candidates: ['BYCA_4', 'BYCA_5']", "timestamp": "2025-09-17T11:08:07.559019", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCA_4 in zone 07-11", "timestamp": "2025-09-17T11:08:07.559182", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCA_5 in zone 07-11", "timestamp": "2025-09-17T11:08:07.559302", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.559411", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-11", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-12 candidates: ['BYCA_6', 'BYCA_7', 'BYCA_8', 'BYCA_9']", "timestamp": "2025-09-17T11:08:07.559686", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCA_6 in zone 07-12", "timestamp": "2025-09-17T11:08:07.559819", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCA_7 in zone 07-12", "timestamp": "2025-09-17T11:08:07.559939", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCA_8 in zone 07-12", "timestamp": "2025-09-17T11:08:07.560096", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.560245", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-12", "interlock": "MCM07", "dcs_list": ["BYCA_9_EPC1_DCS_CTRL.O1", "BYCA_9_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-13 candidates: ['BYCB_2', 'BYCB_3']", "timestamp": "2025-09-17T11:08:07.560561", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCB_2 in zone 07-13", "timestamp": "2025-09-17T11:08:07.560729", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.560881", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-13", "interlock": "MCM07", "dcs_list": ["BYCB_3_EPC1_DCS_CTRL.O1", "BYCB_3_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-14 candidates: ['BYCB_4', 'BYCB_5', 'BYCB_6', 'BYCB_7', 'BYCB_8']", "timestamp": "2025-09-17T11:08:07.561256", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCB_4 in zone 07-14", "timestamp": "2025-09-17T11:08:07.561424", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCB_5 in zone 07-14", "timestamp": "2025-09-17T11:08:07.561566", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCB_6 in zone 07-14", "timestamp": "2025-09-17T11:08:07.561701", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCB_7 in zone 07-14", "timestamp": "2025-09-17T11:08:07.561830", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCB_8 in zone 07-14", "timestamp": "2025-09-17T11:08:07.561951", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.562072", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-14", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-15 candidates: ['BYCB_9', 'BYCB_10']", "timestamp": "2025-09-17T11:08:07.562375", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCB_9 in zone 07-15", "timestamp": "2025-09-17T11:08:07.562553", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCB_10 in zone 07-15", "timestamp": "2025-09-17T11:08:07.562689", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.562836", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-15", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-16 candidates: ['BYCD_2', 'BYCD_3', 'BYCD_4', 'BYCD_5']", "timestamp": "2025-09-17T11:08:07.563162", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCD_2 in zone 07-16", "timestamp": "2025-09-17T11:08:07.563310", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCD_3 in zone 07-16", "timestamp": "2025-09-17T11:08:07.563421", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCD_4 in zone 07-16", "timestamp": "2025-09-17T11:08:07.563524", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.563635", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-16", "interlock": "MCM07", "dcs_list": ["BYCD_5_EPC1_DCS_CTRL.O1", "BYCD_5_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-17 candidates: ['BYCD_6', 'BYCD_7', 'BYCD_8', 'BYCD_9', 'BYCD_10']", "timestamp": "2025-09-17T11:08:07.563912", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCD_6 in zone 07-17", "timestamp": "2025-09-17T11:08:07.564047", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCD_7 in zone 07-17", "timestamp": "2025-09-17T11:08:07.564154", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCD_8 in zone 07-17", "timestamp": "2025-09-17T11:08:07.564256", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCD_9 in zone 07-17", "timestamp": "2025-09-17T11:08:07.564357", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCD_10 in zone 07-17", "timestamp": "2025-09-17T11:08:07.564458", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.564564", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-17", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-18 candidates: ['BYCD_11', 'BYCD_12']", "timestamp": "2025-09-17T11:08:07.564846", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCD_11 in zone 07-18", "timestamp": "2025-09-17T11:08:07.564995", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYCD_12 in zone 07-18", "timestamp": "2025-09-17T11:08:07.565137", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.565316", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-18", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-19 candidates: ['BYBD_2', 'BYBD_3']", "timestamp": "2025-09-17T11:08:07.565644", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_2 in zone 07-19", "timestamp": "2025-09-17T11:08:07.565819", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.565969", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-19", "interlock": "MCM07", "dcs_list": ["BYBD_3_EPC1_DCS_CTRL.O1", "BYBD_3_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-20 candidates: ['BYBD_4', 'BYBD_5', 'BYBD_6', 'BYBD_7', 'BYBD_8', 'BYBD_9', 'BYBD_10', 'BYBD_11', 'BYBD_12']", "timestamp": "2025-09-17T11:08:07.566349", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_4 in zone 07-20", "timestamp": "2025-09-17T11:08:07.566530", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_5 in zone 07-20", "timestamp": "2025-09-17T11:08:07.566676", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_6 in zone 07-20", "timestamp": "2025-09-17T11:08:07.566824", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_7 in zone 07-20", "timestamp": "2025-09-17T11:08:07.566966", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_8 in zone 07-20", "timestamp": "2025-09-17T11:08:07.567269", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_9 in zone 07-20", "timestamp": "2025-09-17T11:08:07.567412", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_10 in zone 07-20", "timestamp": "2025-09-17T11:08:07.567557", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_11 in zone 07-20", "timestamp": "2025-09-17T11:08:07.567686", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_12 in zone 07-20", "timestamp": "2025-09-17T11:08:07.567817", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.567964", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-20", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-21 candidates: ['BYBD_13', 'BYBD_14']", "timestamp": "2025-09-17T11:08:07.568309", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_13 in zone 07-21", "timestamp": "2025-09-17T11:08:07.568532", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBD_14 in zone 07-21", "timestamp": "2025-09-17T11:08:07.568760", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.568938", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-21", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-22 candidates: ['BYBC_2', 'BYBC_3']", "timestamp": "2025-09-17T11:08:07.569347", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBC_2 in zone 07-22", "timestamp": "2025-09-17T11:08:07.569584", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.569737", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-22", "interlock": "MCM07", "dcs_list": ["BYBC_3_EPC1_DCS_CTRL.O1", "BYBC_3_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-23 candidates: ['BYBC_4', 'BYBC_5', 'BYBC_6', 'BYBC_7', 'BYBC_8']", "timestamp": "2025-09-17T11:08:07.570059", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBC_4 in zone 07-23", "timestamp": "2025-09-17T11:08:07.570230", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBC_5 in zone 07-23", "timestamp": "2025-09-17T11:08:07.570367", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBC_6 in zone 07-23", "timestamp": "2025-09-17T11:08:07.570503", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBC_7 in zone 07-23", "timestamp": "2025-09-17T11:08:07.570628", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBC_8 in zone 07-23", "timestamp": "2025-09-17T11:08:07.570746", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.570867", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-23", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-24 candidates: ['BYBC_9', 'BYBC_10']", "timestamp": "2025-09-17T11:08:07.571176", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBC_9 in zone 07-24", "timestamp": "2025-09-17T11:08:07.571345", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBC_10 in zone 07-24", "timestamp": "2025-09-17T11:08:07.571472", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.571612", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-24", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-25 candidates: ['BYBA_2', 'BYBA_3']", "timestamp": "2025-09-17T11:08:07.571914", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_2 in zone 07-25", "timestamp": "2025-09-17T11:08:07.572069", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.572212", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-25", "interlock": "MCM07", "dcs_list": ["BYBA_3_EPC1_DCS_CTRL.O1", "BYBA_3_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-26 candidates: ['BYBA_4', 'BYBA_5', 'BYBA_6', 'BYBA_7', 'BYBA_8', 'BYBA_9']", "timestamp": "2025-09-17T11:08:07.572533", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_4 in zone 07-26", "timestamp": "2025-09-17T11:08:07.572694", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_5 in zone 07-26", "timestamp": "2025-09-17T11:08:07.572823", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_6 in zone 07-26", "timestamp": "2025-09-17T11:08:07.572961", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_7 in zone 07-26", "timestamp": "2025-09-17T11:08:07.573083", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_8 in zone 07-26", "timestamp": "2025-09-17T11:08:07.573224", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_9 in zone 07-26", "timestamp": "2025-09-17T11:08:07.573355", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.573646", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-26", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-27 candidates: ['BYBA_10', 'BYBA_11', 'BYBA_12', 'BYBA_13', 'BYBA_14', 'BYBA_15']", "timestamp": "2025-09-17T11:08:07.573974", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_10 in zone 07-27", "timestamp": "2025-09-17T11:08:07.574207", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_11 in zone 07-27", "timestamp": "2025-09-17T11:08:07.574525", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_12 in zone 07-27", "timestamp": "2025-09-17T11:08:07.574708", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_13 in zone 07-27", "timestamp": "2025-09-17T11:08:07.574878", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYBA_14 in zone 07-27", "timestamp": "2025-09-17T11:08:07.575035", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.575195", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-27", "interlock": "MCM07", "dcs_list": ["BYBA_15_EPC1_DCS_CTRL.O1", "BYBA_15_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-28 candidates: ['BYDC_2', 'BYDC_3']", "timestamp": "2025-09-17T11:08:07.575534", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDC_2 in zone 07-28", "timestamp": "2025-09-17T11:08:07.575706", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.575856", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-28", "interlock": "MCM07", "dcs_list": ["BYDC_3_EPC1_DCS_CTRL.O1", "BYDC_3_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-29 candidates: ['BYDC_4', 'BYDC_5', 'BYDC_6', 'BYDC_7', 'BYDC_8']", "timestamp": "2025-09-17T11:08:07.576186", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDC_4 in zone 07-29", "timestamp": "2025-09-17T11:08:07.576368", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDC_5 in zone 07-29", "timestamp": "2025-09-17T11:08:07.576507", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDC_7 in zone 07-29", "timestamp": "2025-09-17T11:08:07.576656", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.576798", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-29", "interlock": "MCM07", "dcs_list": ["BYDC_6_EPC1_DCS_CTRL.O1", "BYDC_6_EPC2_DCS_CTRL.O1", "BYDC_8_EPC1_DCS_CTRL.O1", "BYDC_8_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-30 candidates: ['BYDC_9', 'BYDC_10', 'BYDC_11', 'BYDC_12', 'BYDC_13']", "timestamp": "2025-09-17T11:08:07.577113", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDC_9 in zone 07-30", "timestamp": "2025-09-17T11:08:07.577301", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDC_10 in zone 07-30", "timestamp": "2025-09-17T11:08:07.577538", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDC_11 in zone 07-30", "timestamp": "2025-09-17T11:08:07.577708", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDC_12 in zone 07-30", "timestamp": "2025-09-17T11:08:07.577836", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.577954", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-30", "interlock": "MCM07", "dcs_list": ["BYDC_13_EPC1_DCS_CTRL.O1", "BYDC_13_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-31 candidates: ['BYDA_2', 'BYDA_3']", "timestamp": "2025-09-17T11:08:07.578242", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDA_2 in zone 07-31", "timestamp": "2025-09-17T11:08:07.578397", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.578555", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-31", "interlock": "MCM07", "dcs_list": ["BYDA_3_EPC1_DCS_CTRL.O1", "BYDA_3_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-32 candidates: ['BYDA_4', 'BYDA_5', 'BYDA_6', 'BYDA_7', 'BYDA_8', 'BYDA_9']", "timestamp": "2025-09-17T11:08:07.578862", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDA_4 in zone 07-32", "timestamp": "2025-09-17T11:08:07.579028", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDA_5 in zone 07-32", "timestamp": "2025-09-17T11:08:07.579161", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDA_7 in zone 07-32", "timestamp": "2025-09-17T11:08:07.579308", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDA_9 in zone 07-32", "timestamp": "2025-09-17T11:08:07.579448", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.579585", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-32", "interlock": "MCM07", "dcs_list": ["BYDA_6_EPC1_DCS_CTRL.O1", "BYDA_6_EPC2_DCS_CTRL.O1", "BYDA_8_EPC1_DCS_CTRL.O1", "BYDA_8_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-33 candidates: ['BYDB_2', 'BYDB_3']", "timestamp": "2025-09-17T11:08:07.579887", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_2 in zone 07-33", "timestamp": "2025-09-17T11:08:07.580062", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.580206", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-33", "interlock": "MCM07", "dcs_list": ["BYDB_3_EPC1_DCS_CTRL.O1", "BYDB_3_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-34 candidates: ['BYDB_4', 'BYDB_5', 'BYDB_6']", "timestamp": "2025-09-17T11:08:07.580545", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_5 in zone 07-34", "timestamp": "2025-09-17T11:08:07.580729", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_6 in zone 07-34", "timestamp": "2025-09-17T11:08:07.580871", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.581017", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-34", "interlock": "MCM07", "dcs_list": ["BYDB_4_EPC1_DCS_CTRL.O1", "BYDB_4_EPC2_DCS_CTRL.O1"]}
|
|
{"level": "DEBUG", "message": "Zone 07-35 candidates: ['BYDB_7', 'BYDB_8', 'BYDB_9', 'BYDB_10', 'BYDB_11', 'BYDB_12', 'BYDB_13', 'BYDB_14']", "timestamp": "2025-09-17T11:08:07.581340", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_7 in zone 07-35", "timestamp": "2025-09-17T11:08:07.581507", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_8 in zone 07-35", "timestamp": "2025-09-17T11:08:07.581639", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_9 in zone 07-35", "timestamp": "2025-09-17T11:08:07.581775", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_10 in zone 07-35", "timestamp": "2025-09-17T11:08:07.581907", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_11 in zone 07-35", "timestamp": "2025-09-17T11:08:07.582035", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_12 in zone 07-35", "timestamp": "2025-09-17T11:08:07.582161", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_13 in zone 07-35", "timestamp": "2025-09-17T11:08:07.582288", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_14 in zone 07-35", "timestamp": "2025-09-17T11:08:07.582417", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.582643", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-35", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "DEBUG", "message": "Zone 07-36 candidates: ['BYDB_15', 'BYDB_16']", "timestamp": "2025-09-17T11:08:07.582992", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_15 in zone 07-36", "timestamp": "2025-09-17T11:08:07.583178", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "No DCS controllers found for base BYDB_16 in zone 07-36", "timestamp": "2025-09-17T11:08:07.583335", "module": "src.routines.zones", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: rung", "timestamp": "2025-09-17T11:08:07.583470", "module": "src.routines.zones", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "zone": "07-36", "interlock": "MCM07", "dcs_list": []}
|
|
{"level": "INFO", "message": "Successfully generated routine: zones", "timestamp": "2025-09-17T11:08:07.583661", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: estops", "timestamp": "2025-09-17T11:08:07.583837", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: estops", "timestamp": "2025-09-17T11:08:07.587097", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: safety_tag_mapping", "timestamp": "2025-09-17T11:08:07.977384", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: safety_tag_mapping", "timestamp": "2025-09-17T11:08:07.980773", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Safety routine generation results: {'inputs': True, 'outputs': True, 'resets': True, 'zones': True, 'estops': True, 'safety_tag_mapping': True}", "timestamp": "2025-09-17T11:08:07.981088", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag map with 64 tags (44 push buttons, 20 beacons)", "timestamp": "2025-09-17T11:08:07.985476", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Routines created (7): MainRoutine, R010_INPUTS, R011_OUTPUTS, R012_RESETS, R020_ESTOPS, R030_ZONES, R999_SAFETY_TAG_MAPPING", "timestamp": "2025-09-17T11:08:07.985701", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R010_INPUTS: 133 rungs | example: XIC(Local:7:I.Pt02.Status)XIC(Local:7:I.Pt03.Status)OTE(MCM_EPB_STATUS);", "timestamp": "2025-09-17T11:08:07.985899", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R011_OUTPUTS: 36 rungs | example: XIC(EStop_MCM_OK)XIC(EStop_07_01_OK)[OTE(BYAC_2_VFD1:SO.STOOutput),OTE(BYAC_3_VFD1:SO.STOOutput)];", "timestamp": "2025-09-17T11:08:07.986079", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R012_RESETS: 42 rungs | example: [XIC(SFT_BYAB_2_S1_PB) ,XIC(SFT_MCM_S_PB)]OTE(RST_BYAB_2_EPC1_ESTOP);", "timestamp": "2025-09-17T11:08:07.986244", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R030_ZONES: 37 rungs | example: XIC(BYAC_2_EPC1_DCS_CTRL.O1)XIC(BYAC_2_EPC2_DCS_CTRL.O1)OTE(EStop_07_01_OK);", "timestamp": "2025-09-17T11:08:07.986421", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R020_ESTOPS: 45 rungs | example: DCS(MCM_EPB_DCS_CTRL,EMERGENCY STOP,EQUIVALENT - ACTIVE HIGH,500,MANUAL,AUTOMATIC,Local:7:I.Pt02.Data,Local:7:I.Pt03.Data,MCM_EPB_STATUS,SFT_MCM_S_PB);", "timestamp": "2025-09-17T11:08:07.986587", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R999_SAFETY_TAG_MAPPING: 20 rungs | example: XIC(SFT_BYAB_3_BCN1_A)OTE(BYAB_3_VFD1:SO.Out00Output)OTE(BYAB_3_VFD1:SO.Out01Output);", "timestamp": "2025-09-17T11:08:07.986963", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- MainRoutine: 1 rungs | example: [JSR(R010_INPUTS,0) ,JSR(R011_OUTPUTS,0) ,JSR(R012_RESETS,0) ,JSR(R020_ESTOPS,0) ,JSR(R030_ZONES,0) ];", "timestamp": "2025-09-17T11:08:07.987097", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "Successfully completed ModernSafetyProgramGenerator generation", "timestamp": "2025-09-17T11:08:07.987206", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Written ModernSafetyProgramGenerator to /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/SafetyProgram_Generated.L5X", "timestamp": "2025-09-17T11:08:07.990512", "module": "ModernSafetyProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "[SUCCESS] SafetyProgram written to /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/SafetyProgram_Generated.L5X", "timestamp": "2025-09-17T11:08:08.116547", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Generating MainProgram L5X...", "timestamp": "2025-09-17T11:08:08.116740", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "WARNING", "message": "LimitedMainProgramGenerator is deprecated; using ModernMainProgramGenerator", "timestamp": "2025-09-17T11:08:08.116882", "module": "src.container", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Starting ModernMainProgramGenerator generation", "timestamp": "2025-09-17T11:08:08.117079", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Creating MainProgram XML structure", "timestamp": "2025-09-17T11:08:08.117210", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Adding controller tags...", "timestamp": "2025-09-17T11:08:08.117359", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Zones: subsystem key", "timestamp": "2025-09-17T11:08:08.248670", "module": "src.data_loader", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "subsystem": "DEFAULT", "found": false}
|
|
{"level": "DEBUG", "message": "Zones: heuristic best match", "timestamp": "2025-09-17T11:08:08.326707", "module": "src.data_loader", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "best_key": "MCM07", "score": 108}
|
|
{"level": "DEBUG", "message": "Zones: loaded", "timestamp": "2025-09-17T11:08:08.327576", "module": "src.data_loader", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "rows": 37}
|
|
{"level": "DEBUG", "message": "Extracting SPEED_CTRL data", "timestamp": "2025-09-17T11:08:08.330623", "module": "DataLoader", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "data_extraction", "type": "SPEED_CTRL"}
|
|
{"level": "INFO", "message": "Data: SPEED_CTRL VFDs=131", "timestamp": "2025-09-17T11:08:08.350059", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: project_name=MTN6_MCM04_CHUTE_LOAD, excel_path=/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/DESC_IP_MERGED.xlsx", "timestamp": "2025-09-17T11:08:08.350357", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Using project prefix from project_name: MTN6", "timestamp": "2025-09-17T11:08:08.350716", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS1_1_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.366420", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS1_2_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.366716", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS1_3_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.366933", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS1_4_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.367167", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS1_5_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.367392", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS2_1_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.367617", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS2_2_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.367857", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS2_3_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.368051", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS2_4_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.368251", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS2_5_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.368450", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS2_6_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.368629", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_1_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.368844", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.369056", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.369276", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_12_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.369513", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_2_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.369744", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_3_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.369948", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_4_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.370164", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_5_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.370374", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_6_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.370544", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.370756", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.371007", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS3_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.371186", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_1_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.371392", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.371674", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.371925", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_12_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.372086", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_13_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.372291", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_14_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.372532", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_2_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.372779", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_3_VFD1 = 220 FPM", "timestamp": "2025-09-17T11:08:08.372955", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_4_VFD1 = 220 FPM", "timestamp": "2025-09-17T11:08:08.373124", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_5_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.373334", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_6_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.373544", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.373731", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.373909", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS4_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.374127", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_10A_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.374351", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_10B_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.374588", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_11_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.374833", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_12_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.375099", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_13_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.375344", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.375566", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.375741", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_5_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.375921", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.376092", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.376315", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.376612", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_9_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.376858", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL10_1_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.377097", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL10_10_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.377329", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL10_2_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.377551", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL10_3_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.377766", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL10_4_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.377993", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL10_5_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.378217", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL10_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.378487", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL10_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.378731", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL10_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.378973", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL10_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.379189", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_10A_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.379388", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_10B_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.379584", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_11_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.379783", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_12_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.379945", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_13_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.380093", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.380280", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_4_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.380475", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_5_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.380669", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_6_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.380883", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.381090", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.381310", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.381508", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL12_10_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.381715", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL12_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.381921", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL12_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.382103", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL12_5_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.382256", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL12_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.382408", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL12_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.382608", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL12_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.382848", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL12_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.383061", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL2_10_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.383267", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL2_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.383478", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL2_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.383685", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL2_5_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.383904", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL2_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.384128", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL2_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.384347", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL2_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.384574", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL2_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.384793", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL3_1_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.384999", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL3_2_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.385160", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL3_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.385361", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL3_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.385576", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL3_5_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.385788", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL3_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.386014", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL3_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.386212", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL3_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.386415", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL3_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.386639", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_10A_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.386832", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_10B_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.387014", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_11_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.387254", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_12_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.387466", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_13_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.387669", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.387847", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.388045", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_5_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.388234", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.388399", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.388560", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.388708", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_9_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.388898", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL5_10_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.389098", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL5_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.389281", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL5_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.389438", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL5_5_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.389637", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL5_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.389851", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL5_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.390042", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL5_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.390249", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL5_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.390481", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL6_1_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.390706", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL6_2_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.390927", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL6_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.391125", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL6_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.391320", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL6_5_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.391582", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL6_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.391833", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL6_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.392054", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL6_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.392265", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL6_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.392469", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_10A_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.392664", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_10B_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.392871", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_11_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.393067", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_12_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.393265", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_13_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.393471", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.393649", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.393842", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_5_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.394048", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.394233", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.394471", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.394698", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_9_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.394925", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL8_1_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.395141", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL8_2_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.395394", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL8_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.395600", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL8_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.395848", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL8_5_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.396090", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL8_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.396336", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL8_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.396537", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL8_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.396760", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL8_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.396966", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL9_10_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.397190", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL9_11_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.397397", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL9_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.397578", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL9_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.397783", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL9_5_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.398018", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL9_6_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.398229", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL9_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.398400", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL9_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.398602", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL9_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.398803", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_1_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.398971", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.399131", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.399290", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_12_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.399484", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_13_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.399689", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_2_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.399901", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_3_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.400092", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_4_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.400269", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_5_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.400436", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_6_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.400598", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.400756", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.400912", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS5_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.401117", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_1_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.401332", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.401510", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.401683", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_12_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.401844", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_13_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.402006", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_2_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.402164", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_3_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.402313", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_4_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.402524", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_5_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.402754", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_6_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.402946", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.403124", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.403331", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS6_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.403579", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_1_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.403831", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.404092", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.404349", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_12_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.404564", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_13_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.404801", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_14_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.405057", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_2_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.405276", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_3_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.405518", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_4_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.405760", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_5_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.405957", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_6_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.406166", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.406398", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.406621", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS7_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.406817", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_1_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.407031", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_10_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.407257", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_11_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.407475", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_12_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.407679", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_2_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.407876", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.408082", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_4_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.408297", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_5_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.408484", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_6_VFD = 300 FPM", "timestamp": "2025-09-17T11:08:08.408636", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.408817", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_8_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.408962", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_9A_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.409161", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_9B_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.409414", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL14_10_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.409670", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL14_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.409909", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL14_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.410127", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL14_5_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.410343", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL14_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.410634", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL14_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.410844", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL14_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.411050", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL15_10_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.411256", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL15_11_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.411471", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL15_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.411684", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL15_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.411906", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL15_5_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.412127", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL15_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.412334", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL15_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.412560", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL15_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.412797", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL15_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.413028", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL16_1_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.413256", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL16_2_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.413472", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL16_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.413668", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL16_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.413873", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL16_5_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.414163", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL16_6_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.414419", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL16_7_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.414658", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL16_8_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.414892", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL16_9_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.415113", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL17_10_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.415338", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL17_3_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.415564", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL17_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.415787", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL17_5_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.416010", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL17_6_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.416229", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL17_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.416453", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL17_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.416696", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL17_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.416929", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_10_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.417154", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_11_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.417400", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_12_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.417620", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_13A_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.417843", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_13B_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.418076", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_14_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.418318", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_15_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.418533", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_16_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.418710", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_3_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.418919", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.419155", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_5_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.419356", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_6_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.419572", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_7_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.419761", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_8_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.419963", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_9_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.420162", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL19_1_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.420370", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL19_2_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.420587", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL19_3_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.420801", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL19_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.421040", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL19_5_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.421273", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL19_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.421510", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL19_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.421751", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL19_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.421988", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL19_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.422207", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL20_10_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.422379", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL20_11_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.422578", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL20_3_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.422791", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL20_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.422993", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL20_5_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.423158", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL20_6_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.423322", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL20_7_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.423511", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL20_8_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.423737", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL20_9_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.423962", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.424193", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_11_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.424423", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_12_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.424677", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_13_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.424935", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_14A_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.425175", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_14B_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.425400", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_15_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.425620", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_16_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.425817", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_17_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.426038", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_3_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.426265", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_4_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.426630", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_5_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.426851", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_6_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.427078", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.427289", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.427625", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.427863", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_1_VFD = 300 FPM", "timestamp": "2025-09-17T11:08:08.428086", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_2_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.428319", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_3_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.428556", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_4_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.428781", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_5_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.428997", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_6_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.429228", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_7_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.429450", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_8_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.429638", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_14_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.429849", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_15_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.430081", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_16_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.430313", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_17_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.430547", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_18_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.430777", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_19_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.431000", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL1_20_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.431204", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_14_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.431444", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_15_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.431671", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_16_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.431908", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_17_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.432117", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_18_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.432333", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_19_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.432568", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL11_20_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.432808", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_13_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.433084", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_14_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.433332", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_15_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.433563", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_16_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.433767", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_17_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.433983", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_18_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.434210", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL13_19_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.434427", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_17_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.434647", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_18_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.434874", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_19_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.435073", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_20_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.435246", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_21_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.435441", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_22_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.435661", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL18_23_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.435872", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_18_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.436100", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_19_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.436313", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_20_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.436525", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_21_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.436745", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_22_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.436951", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_23_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.437125", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL21_24_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.437376", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_14_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.437624", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_15_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.437870", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_16_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.438113", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_17_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.438356", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_18_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.438595", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_19_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.438834", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL4_20_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.439060", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_14_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.439293", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_15_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.439532", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_16_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.439762", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_17_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.439998", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_18_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.440201", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_19_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.440415", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: UL7_20_VFD1 = 420 FPM", "timestamp": "2025-09-17T11:08:08.440611", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL1014_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.440781", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL1018_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.441004", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL1022_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.441373", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL1026_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.441627", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL1034_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.441884", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL1038_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.442177", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL3012_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.442434", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL3016_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.442677", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL3020_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.442908", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL3024_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.443151", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS3_2A_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.443395", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS3_2B_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.443613", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS3_3A_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.443841", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS3_3B_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.444088", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS3_5_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.444318", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS4_1_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.444556", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS4_2_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.444807", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS10_1_VFD1 = 150 FPM", "timestamp": "2025-09-17T11:08:08.445046", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS10_2_VFD1 = 200 FPM", "timestamp": "2025-09-17T11:08:08.445234", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS10_3_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.445437", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS10_5_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.445654", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS11_1_VFD1 = 150 FPM", "timestamp": "2025-09-17T11:08:08.445857", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS11_11_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.446063", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS11_2_VFD1 = 200 FPM", "timestamp": "2025-09-17T11:08:08.446301", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS11_3_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.446521", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS11_4_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.446741", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS11_6_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.446939", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS11_7_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.447152", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS11_8_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.447384", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS11_9_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.447628", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: ULC5_3_VFD1 = 80 FPM", "timestamp": "2025-09-17T11:08:08.447875", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: ULC6_3_VFD1 = 80 FPM", "timestamp": "2025-09-17T11:08:08.448106", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: ULC7_3_VFD1 = 80 FPM", "timestamp": "2025-09-17T11:08:08.448338", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: ULC8_3_VFD1 = 80 FPM", "timestamp": "2025-09-17T11:08:08.448577", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL2074_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.448810", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL2078_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.449048", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL2086_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.449286", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL2090_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.449523", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL2094_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.449760", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL4066_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.449984", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL4070_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.450197", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL4074_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.450416", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL4078_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.450661", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: FL4082_2_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.450913", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS1_2A_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.451157", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS1_2B_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.451385", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS1_3_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.451597", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS1_4_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.451808", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS1_6_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.452033", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PRS2_1_VFD1 = 120 FPM", "timestamp": "2025-09-17T11:08:08.452225", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS8_1_VFD1 = 140 FPM", "timestamp": "2025-09-17T11:08:08.452434", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS8_11_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.452682", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS8_2_VFD1 = 180 FPM", "timestamp": "2025-09-17T11:08:08.452926", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS8_4_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.453392", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS8_5_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.453619", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS8_6_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.453834", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS8_8_VFD1 = 220 FPM", "timestamp": "2025-09-17T11:08:08.454078", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS8_9_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.454320", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS9_2_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.454560", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: PS9_3_VFD1 = 190 FPM", "timestamp": "2025-09-17T11:08:08.454758", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: ULC1_3_VFD1 = 80 FPM", "timestamp": "2025-09-17T11:08:08.454976", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: ULC2_3_VFD1 = 80 FPM", "timestamp": "2025-09-17T11:08:08.455226", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: ULC3_3_VFD1 = 80 FPM", "timestamp": "2025-09-17T11:08:08.455457", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: ULC4_3_VFD1 = 80 FPM", "timestamp": "2025-09-17T11:08:08.455692", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_10A_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.455925", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_10B_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.456153", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_11_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.456375", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_12_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.456587", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_13_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.456800", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_14A_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.457027", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_14B_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.457471", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_14C_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.457706", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_14D_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.457953", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_15_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.458192", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_16_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.458432", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_17_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.458635", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_18A_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.458861", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_18B_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.459074", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_19_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.459308", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_20_VFD1 = 280 FPM", "timestamp": "2025-09-17T11:08:08.459553", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_21_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.459798", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCP1_9_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.460039", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS1_1_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.460283", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS1_2_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.460507", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS1_3_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.460737", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS1_4_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.460982", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS1_5A_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.461326", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS1_5B_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.461575", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS1_6_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.461830", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS1_7_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.462081", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS1_8_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.462321", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS1_9_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.462612", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS2_1_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.462861", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS2_2_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.463107", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS2_3A_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.463364", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS2_3B_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.463596", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS2_4_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.463839", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS2_5_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.464050", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS2_6_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.464251", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: NCS2_7_VFD1 = 240 FPM", "timestamp": "2025-09-17T11:08:08.464464", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: S02_1_VFD1 = 250 FPM", "timestamp": "2025-09-17T11:08:08.464713", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: S02_2_VFD1 = 250 FPM", "timestamp": "2025-09-17T11:08:08.464947", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.465195", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.465414", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_12_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.465643", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_13_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.465853", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_14_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.466059", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_15_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.466284", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_2_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.466569", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_3_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.466837", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_4_VFD1 = 500 FPM", "timestamp": "2025-09-17T11:08:08.467048", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_5_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.467253", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_6_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.467469", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_7_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.467777", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.468019", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAB_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.468245", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAC_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.468472", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAC_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.468703", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAC_2_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.468895", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAC_3_VFD1 = 500 FPM", "timestamp": "2025-09-17T11:08:08.469083", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAC_4_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.469287", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAC_5_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.469509", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAC_6_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.469729", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAC_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.469913", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAC_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.470077", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAC_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.470267", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAD_2_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.470445", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAD_3_VFD1 = 500 FPM", "timestamp": "2025-09-17T11:08:08.470651", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAD_4_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.470855", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAD_5_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.471057", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAD_6_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.471277", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAD_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.471468", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAD_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.471663", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYAD_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.471863", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.472162", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.472390", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_12_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.472584", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_13_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.472752", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_14_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.472943", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_15_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.473150", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_2_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.473369", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_3_VFD1 = 500 FPM", "timestamp": "2025-09-17T11:08:08.473859", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_4_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.474109", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_5_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.474343", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_6_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.474571", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.474765", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.474929", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBA_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.475107", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBC_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.475315", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBC_2_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.475535", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBC_3_VFD1 = 500 FPM", "timestamp": "2025-09-17T11:08:08.475749", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBC_4_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.475962", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBC_5_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.476187", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBC_6_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.476382", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBC_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.476582", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBC_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.476794", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBC_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.477004", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.477206", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.477411", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_12_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.477640", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_13_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.477856", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_14_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.478021", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_2_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.478225", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_3_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.478412", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_4_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.478570", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_5_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.478715", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_6_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.478906", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.479131", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.479331", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYBD_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.479549", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCA_2_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.479766", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCA_3_VFD1 = 500 FPM", "timestamp": "2025-09-17T11:08:08.479985", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCA_4_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.480208", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCA_5_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.480448", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCA_6_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.480645", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCA_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.480850", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCA_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.481064", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCA_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.481265", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCB_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.481470", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCB_2_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.481648", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCB_3_VFD1 = 500 FPM", "timestamp": "2025-09-17T11:08:08.481847", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCB_4_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.482039", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCB_5_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.482230", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCB_6_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.482444", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCB_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.482628", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCB_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.482823", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCB_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.483037", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCD_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.483233", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCD_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.483443", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCD_12_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.483641", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCD_2_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.483855", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCD_3_VFD1 = 380 FPM", "timestamp": "2025-09-17T11:08:08.484074", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCD_4_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.484274", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCD_5_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.484500", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCD_6_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.484728", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCD_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.484947", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCD_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.485177", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYCD_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.485389", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDA_2_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.485598", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDA_3_VFD1 = 500 FPM", "timestamp": "2025-09-17T11:08:08.485821", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDA_4_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.486058", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDA_5_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.486281", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDA_6_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.486493", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDA_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.486707", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDA_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.486923", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDA_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.487120", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.487331", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.487540", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_12_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.487722", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_13_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.487919", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_14_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.488134", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_15_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.488342", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_16_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.488566", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_2_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.488768", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_3_VFD1 = 500 FPM", "timestamp": "2025-09-17T11:08:08.488966", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_4_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.489176", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_5_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.489571", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_6_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.489786", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.490016", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.490221", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDB_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.490434", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_10_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.490658", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_11_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.491006", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_12_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.491287", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_13_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.491495", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_2_VFD1 = 550 FPM", "timestamp": "2025-09-17T11:08:08.491844", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_3_VFD1 = 500 FPM", "timestamp": "2025-09-17T11:08:08.492074", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_4_VFD1 = 450 FPM", "timestamp": "2025-09-17T11:08:08.492300", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_5_VFD1 = 400 FPM", "timestamp": "2025-09-17T11:08:08.492491", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_6_VFD1 = 350 FPM", "timestamp": "2025-09-17T11:08:08.492704", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_7_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.492927", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_8_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.493122", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Parsed speed: BYDC_9_VFD1 = 300 FPM", "timestamp": "2025-09-17T11:08:08.493306", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Loaded 580 VFD speeds from /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/Speeds/MTN6.xlsx", "timestamp": "2025-09-17T11:08:08.493443", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCB_2_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.493686", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCB_3_VFD1 -> 500 FPM", "timestamp": "2025-09-17T11:08:08.493912", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCB_4_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.494122", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCB_5_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.494341", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCA_2_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.494537", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCA_3_VFD1 -> 500 FPM", "timestamp": "2025-09-17T11:08:08.494704", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCA_4_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.494906", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCA_5_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.495171", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCA_6_VFD1 -> 350 FPM", "timestamp": "2025-09-17T11:08:08.495394", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCA_7_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.495601", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCA_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.495780", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCA_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.495934", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCD_2_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.496124", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCD_3_VFD1 -> 380 FPM", "timestamp": "2025-09-17T11:08:08.496343", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCD_4_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.496555", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCD_5_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.496754", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCD_6_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.496965", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCD_7_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.497200", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_2_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.497417", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_3_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.497612", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_4_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.497773", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBC_2_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.497912", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBC_3_VFD1 -> 500 FPM", "timestamp": "2025-09-17T11:08:08.498094", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBC_4_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.498282", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBC_5_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.498434", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBC_6_VFD1 -> 350 FPM", "timestamp": "2025-09-17T11:08:08.498584", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBC_7_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.498728", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBC_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.498866", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_2_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.499045", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_3_VFD1 -> 500 FPM", "timestamp": "2025-09-17T11:08:08.499230", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_4_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.499391", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_5_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.499573", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_6_VFD1 -> 350 FPM", "timestamp": "2025-09-17T11:08:08.499834", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_7_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.500012", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.500185", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCB_6_VFD1 -> 350 FPM", "timestamp": "2025-09-17T11:08:08.500378", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCB_7_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.500595", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCB_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.500788", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCB_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.500956", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCB_10_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.501141", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_11_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.501334", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_12_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.501517", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_13_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.501730", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_14_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.501930", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_15_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.502092", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_12_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.502270", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_13_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.502452", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_14_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.502601", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_15_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.502786", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_16_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.503003", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_2_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.503231", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_3_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.503548", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_4_VFD1 -> 500 FPM", "timestamp": "2025-09-17T11:08:08.503870", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_5_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.504106", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_6_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.504318", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_7_VFD1 -> 350 FPM", "timestamp": "2025-09-17T11:08:08.504513", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.504689", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.504835", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAB_10_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.505049", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_6_VFD1 -> 350 FPM", "timestamp": "2025-09-17T11:08:08.505501", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_7_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.505720", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.505907", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.506074", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_10_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.506247", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_11_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.506436", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_5_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.506585", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_6_VFD1 -> 350 FPM", "timestamp": "2025-09-17T11:08:08.506774", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCD_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.507008", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCD_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.507215", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCD_10_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.507436", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCD_11_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.507672", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYCD_12_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.507898", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.508117", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_10_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.508308", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_11_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.508517", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_12_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.508713", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_13_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.508899", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_14_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.509119", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAD_5_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.509338", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAD_6_VFD1 -> 350 FPM", "timestamp": "2025-09-17T11:08:08.509540", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAD_7_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.509700", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAD_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.509881", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAD_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.510072", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_2_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.510235", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_3_VFD1 -> 500 FPM", "timestamp": "2025-09-17T11:08:08.510388", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_4_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.510525", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_5_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.510712", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDA_2_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.510913", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDA_3_VFD1 -> 500 FPM", "timestamp": "2025-09-17T11:08:08.511081", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDA_4_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.511228", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDA_5_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.511365", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_2_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.511529", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_3_VFD1 -> 500 FPM", "timestamp": "2025-09-17T11:08:08.511749", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_4_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.511970", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDB_5_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.512184", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAD_2_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.512399", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAD_3_VFD1 -> 500 FPM", "timestamp": "2025-09-17T11:08:08.512574", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAD_4_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.512714", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAC_2_VFD1 -> 550 FPM", "timestamp": "2025-09-17T11:08:08.512848", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAC_3_VFD1 -> 500 FPM", "timestamp": "2025-09-17T11:08:08.512977", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAC_4_VFD1 -> 450 FPM", "timestamp": "2025-09-17T11:08:08.513156", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAC_5_VFD1 -> 400 FPM", "timestamp": "2025-09-17T11:08:08.513347", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAC_6_VFD1 -> 350 FPM", "timestamp": "2025-09-17T11:08:08.513509", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_7_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.513664", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBD_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.513798", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDA_6_VFD1 -> 350 FPM", "timestamp": "2025-09-17T11:08:08.513977", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDA_7_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.514154", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDA_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.514340", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDA_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.514558", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_6_VFD1 -> 350 FPM", "timestamp": "2025-09-17T11:08:08.514772", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_7_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.514949", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.515146", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.515339", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAC_7_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.515529", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAC_8_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.515762", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAC_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.515969", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAC_10_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.516156", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYAC_11_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.516311", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_10_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.516464", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_11_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.516665", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_12_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.516862", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYDC_13_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.517041", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBC_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.517255", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBC_10_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.517473", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_9_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.517664", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_10_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.517899", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_11_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.518124", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_12_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.518351", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_13_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.518542", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_14_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.518706", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Speed lookup: BYBA_15_VFD1 -> 300 FPM", "timestamp": "2025-09-17T11:08:08.518865", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "SPEED_CTRL sample=BYAB_2_VFD1(550), BYAB_3_VFD1(550), BYAB_4_VFD1(500), BYAB_5_VFD1(450), BYAB_6_VFD1(400)...", "timestamp": "2025-09-17T11:08:08.519194", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Data: SPEED_CTRL count=131", "timestamp": "2025-09-17T11:08:08.519326", "module": "DataLoader", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Tags created: total=589 | standard=86 safety=254 dcs=43 modules=155", "timestamp": "2025-09-17T11:08:08.913626", "module": "src.writers.xml_tag_writer", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "Added 589 controller tags", "timestamp": "2025-09-17T11:08:08.914186", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Generating main program routines...", "timestamp": "2025-09-17T11:08:08.914430", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: mcm", "timestamp": "2025-09-17T11:08:08.914639", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: mcm", "timestamp": "2025-09-17T11:08:08.914808", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: dpm", "timestamp": "2025-09-17T11:08:08.914976", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: dpm", "timestamp": "2025-09-17T11:08:08.916504", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: fiom", "timestamp": "2025-09-17T11:08:08.916746", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: fiom", "timestamp": "2025-09-17T11:08:08.918149", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: fioh", "timestamp": "2025-09-17T11:08:08.918406", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: fioh", "timestamp": "2025-09-17T11:08:08.919719", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Plugin d2c_chute cannot generate with current data", "timestamp": "2025-09-17T11:08:08.919945", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Plugin pb_chute cannot generate with current data", "timestamp": "2025-09-17T11:08:08.920093", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: estop_check", "timestamp": "2025-09-17T11:08:08.920251", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: estop_check", "timestamp": "2025-09-17T11:08:10.063396", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Plugin station_jr_chute cannot generate with current data", "timestamp": "2025-09-17T11:08:10.063791", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: safety_tag_map", "timestamp": "2025-09-17T11:08:10.064028", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Safety tag map: RST data has 44 rows", "timestamp": "2025-09-17T11:08:10.064322", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: MCM07 -> Local:5:I.Data.0", "timestamp": "2025-09-17T11:08:10.064665", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYBA_15_S1_PB -> BYBA_13_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.064934", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYBA_15_S2_PB -> BYBA_15_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.065194", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYCA_9_S1_PB -> BYCA_7_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.065431", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYCD_5_S1_PB -> BYCD_4_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.065658", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDA_8_S1_PB -> BYDA_7_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.065878", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDA_9_S2_PB -> BYDA_9_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.066105", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDB_4_S2_PB -> BYDB_5_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.066319", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDC_13_S1_PB -> BYDC_13_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.066471", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYCD_5_S2_PB -> BYCD_5_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.066627", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDC_13_S2_PB -> BYDC_12_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.066776", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDC_6_S1_PB -> BYDC_5_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.066922", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDB_4_S1_PB -> BYDB_4_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.067073", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYCA_9_S2_PB -> BYCA_6_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.067242", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDA_8_S2_PB -> BYDA_6_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.067389", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDC_6_S2_PB -> BYDC_4_VFD1:I.IO_0", "timestamp": "2025-09-17T11:08:10.067536", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYAB_2_S1_PB -> BYAB_2_FIO1:I.Pt00.Data", "timestamp": "2025-09-17T11:08:10.067681", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYAD_2_S2_PB -> BYAB_2_FIO1:I.Pt10.Data", "timestamp": "2025-09-17T11:08:10.067825", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYAB_2_S2_PB -> BYAB_2_FIO1:I.Pt02.Data", "timestamp": "2025-09-17T11:08:10.067967", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYAC_2_S1_PB -> BYAB_2_FIO1:I.Pt04.Data", "timestamp": "2025-09-17T11:08:10.068168", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYAC_2_S2_PB -> BYAB_2_FIO1:I.Pt06.Data", "timestamp": "2025-09-17T11:08:10.068374", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYAD_2_S1_PB -> BYAB_2_FIO1:I.Pt08.Data", "timestamp": "2025-09-17T11:08:10.068531", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYAC_11_S1_PB -> BYAC_11_FIO1:I.Pt04.Data", "timestamp": "2025-09-17T11:08:10.068679", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYAC_11_S2_PB -> BYAC_11_FIO1:I.Pt06.Data", "timestamp": "2025-09-17T11:08:10.068824", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYBD_3_S1_PB -> BYBA_2_FIO1:I.Pt10.Data", "timestamp": "2025-09-17T11:08:10.068966", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYBD_3_S2_PB -> BYBA_2_FIO1:I.Pt12.Data", "timestamp": "2025-09-17T11:08:10.069118", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYBA_3_S1_PB -> BYBA_2_FIO1:I.Pt02.Data", "timestamp": "2025-09-17T11:08:10.069341", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYBA_3_S2_PB -> BYBA_2_FIO1:I.Pt04.Data", "timestamp": "2025-09-17T11:08:10.069570", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYBC_3_S1_PB -> BYBA_2_FIO1:I.Pt06.Data", "timestamp": "2025-09-17T11:08:10.069757", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYBC_3_S2_PB -> BYBA_2_FIO1:I.Pt08.Data", "timestamp": "2025-09-17T11:08:10.069917", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYCA_3_S1_PB -> BYCA_2_FIO1:I.Pt00.Data", "timestamp": "2025-09-17T11:08:10.070070", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYCA_3_S2_PB -> BYCA_2_FIO1:I.Pt02.Data", "timestamp": "2025-09-17T11:08:10.070222", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYCB_3_S1_PB -> BYCA_2_FIO1:I.Pt04.Data", "timestamp": "2025-09-17T11:08:10.070373", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYCB_3_S2_PB -> BYCA_2_FIO1:I.Pt06.Data", "timestamp": "2025-09-17T11:08:10.070520", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDA_3_S1_PB -> BYDA_2_FIO1:I.Pt00.Data", "timestamp": "2025-09-17T11:08:10.070674", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDC_3_S2_PB -> BYDA_2_FIO1:I.Pt10.Data", "timestamp": "2025-09-17T11:08:10.070824", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDA_3_S2_PB -> BYDA_2_FIO1:I.Pt02.Data", "timestamp": "2025-09-17T11:08:10.070971", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDB_3_S1_PB -> BYDA_2_FIO1:I.Pt04.Data", "timestamp": "2025-09-17T11:08:10.071118", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDB_3_S2_PB -> BYDA_2_FIO1:I.Pt06.Data", "timestamp": "2025-09-17T11:08:10.071264", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDC_3_S1_PB -> BYDA_2_FIO1:I.Pt08.Data", "timestamp": "2025-09-17T11:08:10.071410", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDA_6_S2_PB -> BYDA_6_FIO1:I.Pt00.Data", "timestamp": "2025-09-17T11:08:10.071555", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDA_6_S1_PB -> BYDA_6_FIO1:I.Pt02.Data", "timestamp": "2025-09-17T11:08:10.071700", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDC_8_S1_PB -> BYDC_8_FIO1:I.Pt00.Data", "timestamp": "2025-09-17T11:08:10.071845", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Added safety tag mapping: BYDC_8_S2_PB -> BYDC_8_FIO1:I.Pt02.Data", "timestamp": "2025-09-17T11:08:10.071990", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Safety tag map: Generating 44 rungs", "timestamp": "2025-09-17T11:08:10.072188", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 1: XIC(BYAB_2_FIO1:I.Pt00.Data)OTE(BYAB_2_S1_PB);", "timestamp": "2025-09-17T11:08:10.072418", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 2: XIC(BYAB_2_FIO1:I.Pt02.Data)OTE(BYAB_2_S2_PB);", "timestamp": "2025-09-17T11:08:10.072580", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 3: XIC(BYAB_2_FIO1:I.Pt04.Data)OTE(BYAC_2_S1_PB);", "timestamp": "2025-09-17T11:08:10.072758", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 4: XIC(BYAB_2_FIO1:I.Pt06.Data)OTE(BYAC_2_S2_PB);", "timestamp": "2025-09-17T11:08:10.072931", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 5: XIC(BYAC_11_FIO1:I.Pt04.Data)OTE(BYAC_11_S1_PB);", "timestamp": "2025-09-17T11:08:10.073060", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 6: XIC(BYAC_11_FIO1:I.Pt06.Data)OTE(BYAC_11_S2_PB);", "timestamp": "2025-09-17T11:08:10.073187", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 7: XIC(BYAB_2_FIO1:I.Pt08.Data)OTE(BYAD_2_S1_PB);", "timestamp": "2025-09-17T11:08:10.073487", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 8: XIC(BYAB_2_FIO1:I.Pt10.Data)OTE(BYAD_2_S2_PB);", "timestamp": "2025-09-17T11:08:10.073659", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 9: XIC(BYBA_2_FIO1:I.Pt02.Data)OTE(BYBA_3_S1_PB);", "timestamp": "2025-09-17T11:08:10.073813", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 10: XIC(BYBA_2_FIO1:I.Pt04.Data)OTE(BYBA_3_S2_PB);", "timestamp": "2025-09-17T11:08:10.073967", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 11: XIC(BYBA_13_VFD1:I.IO_0)OTE(BYBA_15_S1_PB);", "timestamp": "2025-09-17T11:08:10.074105", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 12: XIC(BYBA_15_VFD1:I.IO_0)OTE(BYBA_15_S2_PB);", "timestamp": "2025-09-17T11:08:10.074323", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 13: XIC(BYBA_2_FIO1:I.Pt06.Data)OTE(BYBC_3_S1_PB);", "timestamp": "2025-09-17T11:08:10.074496", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 14: XIC(BYBA_2_FIO1:I.Pt08.Data)OTE(BYBC_3_S2_PB);", "timestamp": "2025-09-17T11:08:10.074711", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 15: XIC(BYBA_2_FIO1:I.Pt10.Data)OTE(BYBD_3_S1_PB);", "timestamp": "2025-09-17T11:08:10.074876", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 16: XIC(BYBA_2_FIO1:I.Pt12.Data)OTE(BYBD_3_S2_PB);", "timestamp": "2025-09-17T11:08:10.075022", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 17: XIC(BYCA_2_FIO1:I.Pt00.Data)OTE(BYCA_3_S1_PB);", "timestamp": "2025-09-17T11:08:10.075154", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 18: XIC(BYCA_2_FIO1:I.Pt02.Data)OTE(BYCA_3_S2_PB);", "timestamp": "2025-09-17T11:08:10.075279", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 19: XIC(BYCA_7_VFD1:I.IO_0)OTE(BYCA_9_S1_PB);", "timestamp": "2025-09-17T11:08:10.075391", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 20: XIC(BYCA_6_VFD1:I.IO_0)OTE(BYCA_9_S2_PB);", "timestamp": "2025-09-17T11:08:10.075494", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 21: XIC(BYCA_2_FIO1:I.Pt04.Data)OTE(BYCB_3_S1_PB);", "timestamp": "2025-09-17T11:08:10.075595", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 22: XIC(BYCA_2_FIO1:I.Pt06.Data)OTE(BYCB_3_S2_PB);", "timestamp": "2025-09-17T11:08:10.075705", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 23: XIC(BYCD_4_VFD1:I.IO_0)OTE(BYCD_5_S1_PB);", "timestamp": "2025-09-17T11:08:10.075826", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 24: XIC(BYCD_5_VFD1:I.IO_0)OTE(BYCD_5_S2_PB);", "timestamp": "2025-09-17T11:08:10.075951", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 25: XIC(BYDA_2_FIO1:I.Pt00.Data)OTE(BYDA_3_S1_PB);", "timestamp": "2025-09-17T11:08:10.076079", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 26: XIC(BYDA_2_FIO1:I.Pt02.Data)OTE(BYDA_3_S2_PB);", "timestamp": "2025-09-17T11:08:10.076198", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 27: XIC(BYDA_6_FIO1:I.Pt02.Data)OTE(BYDA_6_S1_PB);", "timestamp": "2025-09-17T11:08:10.076329", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 28: XIC(BYDA_6_FIO1:I.Pt00.Data)OTE(BYDA_6_S2_PB);", "timestamp": "2025-09-17T11:08:10.076470", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 29: XIC(BYDA_7_VFD1:I.IO_0)OTE(BYDA_8_S1_PB);", "timestamp": "2025-09-17T11:08:10.076589", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 30: XIC(BYDA_6_VFD1:I.IO_0)OTE(BYDA_8_S2_PB);", "timestamp": "2025-09-17T11:08:10.076787", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 31: XIC(BYDA_9_VFD1:I.IO_0)OTE(BYDA_9_S2_PB);", "timestamp": "2025-09-17T11:08:10.076941", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 32: XIC(BYDA_2_FIO1:I.Pt04.Data)OTE(BYDB_3_S1_PB);", "timestamp": "2025-09-17T11:08:10.077065", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 33: XIC(BYDA_2_FIO1:I.Pt06.Data)OTE(BYDB_3_S2_PB);", "timestamp": "2025-09-17T11:08:10.077206", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 34: XIC(BYDB_4_VFD1:I.IO_0)OTE(BYDB_4_S1_PB);", "timestamp": "2025-09-17T11:08:10.077336", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 35: XIC(BYDB_5_VFD1:I.IO_0)OTE(BYDB_4_S2_PB);", "timestamp": "2025-09-17T11:08:10.077460", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 36: XIC(BYDA_2_FIO1:I.Pt08.Data)OTE(BYDC_3_S1_PB);", "timestamp": "2025-09-17T11:08:10.077579", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 37: XIC(BYDA_2_FIO1:I.Pt10.Data)OTE(BYDC_3_S2_PB);", "timestamp": "2025-09-17T11:08:10.077699", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 38: XIC(BYDC_5_VFD1:I.IO_0)OTE(BYDC_6_S1_PB);", "timestamp": "2025-09-17T11:08:10.077818", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 39: XIC(BYDC_4_VFD1:I.IO_0)OTE(BYDC_6_S2_PB);", "timestamp": "2025-09-17T11:08:10.077931", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 40: XIC(BYDC_8_FIO1:I.Pt00.Data)OTE(BYDC_8_S1_PB);", "timestamp": "2025-09-17T11:08:10.078046", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 41: XIC(BYDC_8_FIO1:I.Pt02.Data)OTE(BYDC_8_S2_PB);", "timestamp": "2025-09-17T11:08:10.078174", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 42: XIC(BYDC_13_VFD1:I.IO_0)OTE(BYDC_13_S1_PB);", "timestamp": "2025-09-17T11:08:10.078298", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 43: XIC(BYDC_12_VFD1:I.IO_0)OTE(BYDC_13_S2_PB);", "timestamp": "2025-09-17T11:08:10.078419", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generated rung 44: XIC(Local:5:I.Data.0)OTE(MCM07);", "timestamp": "2025-09-17T11:08:10.078538", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Safety tag map: Generated 44 total rungs", "timestamp": "2025-09-17T11:08:10.078657", "module": "src.routines.safety_tag_map", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: safety_tag_map", "timestamp": "2025-09-17T11:08:10.078783", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: belt_tracking", "timestamp": "2025-09-17T11:08:10.079295", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: belt_tracking", "timestamp": "2025-09-17T11:08:10.081921", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Generating routine: main_routine", "timestamp": "2025-09-17T11:08:10.082149", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Generating MainRoutine with JSR calls", "timestamp": "2025-09-17T11:08:10.082310", "module": "src.routines.main_routine_plugin.MainRoutinePlugin", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated MainRoutine", "timestamp": "2025-09-17T11:08:10.082457", "module": "src.routines.main_routine_plugin.MainRoutinePlugin", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Successfully generated routine: main_routine", "timestamp": "2025-09-17T11:08:10.082566", "module": "src.plugin_system", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Main routine generation results: {'mcm': True, 'dpm': True, 'fiom': True, 'fioh': True, 'd2c_chute': False, 'pb_chute': False, 'estop_check': True, 'station_jr_chute': False, 'safety_tag_map': True, 'belt_tracking': True, 'main_routine': True}", "timestamp": "2025-09-17T11:08:10.082675", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Routines created (8): MainRoutine, R010_MCM, R020_DPM, R030_FIOM, R031_FIOH, R120_ESTOP_CHECK, R130_SAFETY_TAG_MAP, ZZZ_BeltTracking", "timestamp": "2025-09-17T11:08:10.082790", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R010_MCM: 2 rungs | example: NOP();", "timestamp": "2025-09-17T11:08:10.082901", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R020_DPM: 10 rungs | example: NOP();", "timestamp": "2025-09-17T11:08:10.083006", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R030_FIOM: 12 rungs | example: NOP();", "timestamp": "2025-09-17T11:08:10.083110", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R031_FIOH: 5 rungs | example: NOP();", "timestamp": "2025-09-17T11:08:10.083211", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R120_ESTOP_CHECK: 45 rungs | example: XIO(BYAB_2_VFD1:SI.In00Data)XIO(BYAB_2_VFD1:SI.In01Data)XIC(BYAB_2_VFD1:SI.STOActive)XIC(BYAB_3_VFD1:SI.STOActive)XIC(BYAB_4_VFD1:SI.STOActive)XIC(BYAB_5_VFD...", "timestamp": "2025-09-17T11:08:10.083312", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- R130_SAFETY_TAG_MAP: 45 rungs | example: XIC(Local:5:I.Data.0)OTE(MCM_S_PB);", "timestamp": "2025-09-17T11:08:10.083416", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- ZZZ_BeltTracking: 132 rungs | example: NOP();", "timestamp": "2025-09-17T11:08:10.083520", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "- MainRoutine: 1 rungs | example: [JSR(R010_MCM,0) ,JSR(R020_DPM,0) ,JSR(R030_FIOM,0) ,JSR(R031_FIOH,0) ,JSR(R120_ESTOP_CHECK,0) ,JSR(R130_SAFETY_TAG_MAP,0) ,JSR(ZZZ_BeltTracking,0) ];", "timestamp": "2025-09-17T11:08:10.083655", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "stage": "summary"}
|
|
{"level": "INFO", "message": "Successfully completed ModernMainProgramGenerator generation", "timestamp": "2025-09-17T11:08:10.083802", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Written ModernMainProgramGenerator to /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/MainProgram_Generated.L5X", "timestamp": "2025-09-17T11:08:10.099469", "module": "ModernMainProgramGenerator", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "[SUCCESS] MainProgram written to /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/MainProgram_Generated.L5X", "timestamp": "2025-09-17T11:08:10.099647", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "Generating safety tag mapping...", "timestamp": "2025-09-17T11:08:10.099795", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Creating MappingWriter wrapper", "timestamp": "2025-09-17T11:08:10.099942", "module": "src.container", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "DEBUG", "message": "Creating DataLoader instance", "timestamp": "2025-09-17T11:08:10.100102", "module": "src.container", "file": "logging_config.py", "line": 126, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py", "excel_file": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/DESC_IP_MERGED.xlsx"}
|
|
{"level": "INFO", "message": "[SUCCESS] Safety tag mapping written to /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/SafetyTagMapping.txt", "timestamp": "2025-09-17T11:08:10.616170", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": " - Safety tags: 64", "timestamp": "2025-09-17T11:08:10.616373", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
{"level": "INFO", "message": "=== All artifacts generated successfully! ===", "timestamp": "2025-09-17T11:08:10.616522", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
|
|
=== Step 2: Routines Generator stdout ===
|
|
Found JPE config for BYBA_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_13_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_15_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_15_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_14_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_9_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCA_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_9_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_12_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_4_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCD_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_10_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_15_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_4_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_6_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAC_11_TPE1 (station from config)
|
|
Found JPE config for BYAC_11_TPE2 (station from config)
|
|
Found JPE config for BYAC_2_TPE1 (station from config)
|
|
Found JPE config for BYAC_2_TPE2 (station from config)
|
|
Found JPE config for BYAC_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_2_TPE1 (station from config)
|
|
Found JPE config for BYAD_2_TPE2 (station from config)
|
|
Found JPE config for BYAD_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_6_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_6_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBD_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCA_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_2_TPE2 (station from config, beacon from config)
|
|
Created virtual JR: BYDA_JR
|
|
Found JPE config for BYDA_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDA_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_16_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDB_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_9_TPE1 (station from config, beacon from config)
|
|
Created virtual JR: BYDC_JR
|
|
Found JPE config for BYDC_11_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_13_TPE1 (station from config)
|
|
Found JPE config for BYDC_13_TPE2 (station from config)
|
|
Found JPE config for BYDC_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_2_TPE1 (station from config)
|
|
Found JPE config for BYAB_2_TPE2 (station from config)
|
|
Found JPE config for BYAB_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBD_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_3_TPE1 (station from config)
|
|
Found JPE config for BYCA_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_3_TPE1 (station from config)
|
|
Found JPE config for BYCB_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCD_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_6_TPE1 (station from config)
|
|
Found JPE config for BYDB_11_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_11_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDB_15_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_12_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_12_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_3_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_3_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_10_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_4_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_11_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_3_TPE1 (station from config)
|
|
Found JPE config for BYDB_3_TPE1 (station from config)
|
|
Found JPE config for BYDB_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_3_TPE1 (station from config)
|
|
Found JPE config for BYAB_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_14_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAC_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAD_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_3_TPE1 (station from config)
|
|
Found JPE config for BYBA_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_8_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_3_TPE1 (station from config)
|
|
Found JPE config for BYBC_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_8_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_12_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_12_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBD_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_3_TPE1 (station from config)
|
|
Found JPE config for BYBD_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_6_TPE2 (station from config)
|
|
Found JPE config for BYDA_8_TPE1 (station from config)
|
|
Found JPE config for BYDA_8_TPE2 (station from config)
|
|
Found JPE config for BYDB_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_13_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDB_14_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_6_TPE1 (station from config)
|
|
Found JPE config for BYDC_6_TPE2 (station from config)
|
|
Found JPE config for BYDC_8_TPE1 (station from config)
|
|
Found JPE config for BYDC_8_TPE2 (station from config)
|
|
Found JPE config for BYDC_9_TPE1 (station from config, beacon from config)
|
|
|
|
[R999_SAFETY_TAG_MAPPING] Starting Safety Tag Mapping routine generation...
|
|
Found 20 SO beacon mappings
|
|
Beacon types: 20 amber (_A), 0 red (_R), 0 other
|
|
Generated rung 0: BYAB_3_BCN1_A (amber) -> BYAB_3_VFD1:SO.Out00Output
|
|
Generated rung 1: BYAB_5_BCN1_A (amber) -> BYAB_5_VFD1:SO.Out00Output
|
|
Generated rung 2: BYAB_9_BCN1_A (amber) -> BYAB_9_VFD1:SO.Out00Output
|
|
Generated rung 3: BYAC_6_BCN1_A (amber) -> BYAC_6_VFD1:SO.Out00Output
|
|
Generated rung 4: BYAD_6_BCN1_A (amber) -> BYAD_6_VFD1:SO.Out00Output
|
|
Generated rung 5: BYBA_5_BCN1_A (amber) -> BYBA_5_VFD1:SO.Out00Output
|
|
Generated rung 6: BYBA_7_BCN1_A (amber) -> BYBA_7_VFD1:SO.Out00Output
|
|
Generated rung 7: BYBA_12_BCN1_A (amber) -> BYBA_12_VFD1:SO.Out00Output
|
|
Generated rung 8: BYBA_14_BCN1_A (amber) -> BYBA_14_VFD1:SO.Out00Output
|
|
Generated rung 9: BYBC_7_BCN1_A (amber) -> BYBC_7_VFD1:SO.Out00Output
|
|
Generated rung 10: BYBD_8_BCN1_A (amber) -> BYBD_8_VFD1:SO.Out00Output
|
|
Generated rung 11: BYBD_11_BCN1_A (amber) -> BYBD_11_VFD1:SO.Out00Output
|
|
Generated rung 12: BYCA_4_BCN1_A (amber) -> BYCA_4_VFD1:SO.Out00Output
|
|
Generated rung 13: BYCA_8_BCN1_A (amber) -> BYCA_8_VFD1:SO.Out00Output
|
|
Generated rung 14: BYCB_4_BCN1_A (amber) -> BYCB_4_VFD1:SO.Out00Output
|
|
Generated rung 15: BYCB_6_BCN1_A (amber) -> BYCB_6_VFD1:SO.Out00Output
|
|
Generated rung 16: BYCD_3_BCN1_A (amber) -> BYCD_3_VFD1:SO.Out00Output
|
|
Generated rung 17: BYCD_6_BCN1_A (amber) -> BYCD_6_VFD1:SO.Out00Output
|
|
Generated rung 18: BYDB_10_BCN1_A (amber) -> BYDB_10_VFD1:SO.Out00Output
|
|
Generated rung 19: BYDB_12_BCN1_A (amber) -> BYDB_12_VFD1:SO.Out00Output
|
|
Generated 20 safety tag mapping rungs
|
|
[DEBUG] Found 20 SO beacon tags for safety mapping
|
|
[DEBUG] Adding SO beacon mapping: BYAB_3_BCN1_A=SFT_BYAB_3_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYAB_5_BCN1_A=SFT_BYAB_5_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYAB_9_BCN1_A=SFT_BYAB_9_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYAC_6_BCN1_A=SFT_BYAC_6_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYAD_6_BCN1_A=SFT_BYAD_6_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYBA_5_BCN1_A=SFT_BYBA_5_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYBA_7_BCN1_A=SFT_BYBA_7_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYBA_12_BCN1_A=SFT_BYBA_12_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYBA_14_BCN1_A=SFT_BYBA_14_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYBC_7_BCN1_A=SFT_BYBC_7_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYBD_8_BCN1_A=SFT_BYBD_8_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYBD_11_BCN1_A=SFT_BYBD_11_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYCA_4_BCN1_A=SFT_BYCA_4_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYCA_8_BCN1_A=SFT_BYCA_8_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYCB_4_BCN1_A=SFT_BYCB_4_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYCB_6_BCN1_A=SFT_BYCB_6_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYCD_3_BCN1_A=SFT_BYCD_3_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYCD_6_BCN1_A=SFT_BYCD_6_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYDB_10_BCN1_A=SFT_BYDB_10_BCN1_A
|
|
[DEBUG] Adding SO beacon mapping: BYDB_12_BCN1_A=SFT_BYDB_12_BCN1_A
|
|
Found STATION_S_PB config for BYBA_15_S1
|
|
Found STATION_S_PB config for BYBA_15_S2
|
|
Found STATION_S_PB config for BYCA_9_S1
|
|
Found STATION_S_PB config for BYCD_5_S1
|
|
Found STATION_S_PB config for BYDA_8_S1
|
|
Found STATION_S_PB config for BYDA_9_S2
|
|
Found STATION_S_PB config for BYDB_4_S2
|
|
Found STATION_S_PB config for BYDC_13_S1
|
|
Found STATION_S_PB config for BYCD_5_S2
|
|
Found STATION_S_PB config for BYDC_13_S2
|
|
Found STATION_S_PB config for BYDC_6_S1
|
|
Found STATION_S_PB config for BYDB_4_S1
|
|
Found STATION_S_PB config for BYCA_9_S2
|
|
Found STATION_S_PB config for BYDA_8_S2
|
|
Found STATION_S_PB config for BYDC_6_S2
|
|
Found STATION_S_PB config for BYAB_2_S1
|
|
Found STATION_S_PB config for BYAD_2_S2
|
|
Found STATION_S_PB config for BYAB_2_S2
|
|
Found STATION_S_PB config for BYAC_2_S1
|
|
Found STATION_S_PB config for BYAC_2_S2
|
|
Found STATION_S_PB config for BYAD_2_S1
|
|
Found STATION_S_PB config for BYAC_11_S1
|
|
Found STATION_S_PB config for BYAC_11_S2
|
|
Found STATION_S_PB config for BYBD_3_S1
|
|
Found STATION_S_PB config for BYBD_3_S2
|
|
Found STATION_S_PB config for BYBA_3_S1
|
|
Found STATION_S_PB config for BYBA_3_S2
|
|
Found STATION_S_PB config for BYBC_3_S1
|
|
Found STATION_S_PB config for BYBC_3_S2
|
|
Found STATION_S_PB config for BYCA_3_S1
|
|
Found STATION_S_PB config for BYCA_3_S2
|
|
Found STATION_S_PB config for BYCB_3_S1
|
|
Found STATION_S_PB config for BYCB_3_S2
|
|
Found STATION_S_PB config for BYDA_3_S1
|
|
Found STATION_S_PB config for BYDC_3_S2
|
|
Found STATION_S_PB config for BYDA_3_S2
|
|
Found STATION_S_PB config for BYDB_3_S1
|
|
Found STATION_S_PB config for BYDB_3_S2
|
|
Found STATION_S_PB config for BYDC_3_S1
|
|
Found STATION_S_PB config for BYDA_6_S2
|
|
Found STATION_S_PB config for BYDA_6_S1
|
|
Found STATION_S_PB config for BYDC_8_S1
|
|
Found STATION_S_PB config for BYDC_8_S2
|
|
Found STATION_JR_PB config for BYAB_9_JR1
|
|
Found STATION_JR_PB config for BYAB_11_JR1
|
|
Found STATION_JR_PB config for BYAC_6_JR1
|
|
Found STATION_JR_PB config for BYAD_6_JR1
|
|
Found STATION_JR_PB config for BYBA_12_JR1
|
|
Found STATION_JR_PB config for BYBA_14_JR1
|
|
Found STATION_JR_PB config for BYBA_7_JR1
|
|
Found STATION_JR_PB config for BYBC_7_JR1
|
|
Found STATION_JR_PB config for BYBD_11_JR1
|
|
Found STATION_JR_PB config for BYBD_8_JR1
|
|
Found STATION_JR_PB config for BYCB_4_JR1
|
|
Found STATION_JR_PB config for BYCD_6_JR1
|
|
Found STATION_JR_PB config for BYAB_3_JR1
|
|
Found STATION_JR_PB config for BYAB_5_JR1
|
|
Found STATION_JR_PB config for BYAC_4_JR1
|
|
Found STATION_JR_PB config for BYAD_4_JR1
|
|
Found STATION_JR_PB config for BYBA_5_JR1
|
|
Found STATION_JR_PB config for BYBC_5_JR1
|
|
Found STATION_JR_PB config for BYCA_4_JR1
|
|
Found STATION_JR_PB config for BYCA_8_JR1
|
|
Found STATION_JR_PB config for BYCB_6_JR1
|
|
Found STATION_JR_PB config for BYCD_3_JR1
|
|
Found STATION_JR_PB config for BYDB_10_JR1
|
|
Found STATION_JR_PB config for BYDB_12_JR1
|
|
Created SafetyTagMapping.txt with 90 mappings
|
|
File: /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/SafetyTagMapping.txt
|
|
Found JPE config for BYBA_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_13_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_15_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_15_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_14_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_9_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCA_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_9_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_12_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_4_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCD_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_10_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_15_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_4_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_6_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAC_11_TPE1 (station from config)
|
|
Found JPE config for BYAC_11_TPE2 (station from config)
|
|
Found JPE config for BYAC_2_TPE1 (station from config)
|
|
Found JPE config for BYAC_2_TPE2 (station from config)
|
|
Found JPE config for BYAC_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_2_TPE1 (station from config)
|
|
Found JPE config for BYAD_2_TPE2 (station from config)
|
|
Found JPE config for BYAD_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_6_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_6_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBD_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCA_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_2_TPE2 (station from config, beacon from config)
|
|
Created virtual JR: BYDA_JR
|
|
Found JPE config for BYDA_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDA_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_16_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDB_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_9_TPE1 (station from config, beacon from config)
|
|
Created virtual JR: BYDC_JR
|
|
Found JPE config for BYDC_11_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_13_TPE1 (station from config)
|
|
Found JPE config for BYDC_13_TPE2 (station from config)
|
|
Found JPE config for BYDC_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_2_TPE1 (station from config)
|
|
Found JPE config for BYAB_2_TPE2 (station from config)
|
|
Found JPE config for BYAB_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBD_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_3_TPE1 (station from config)
|
|
Found JPE config for BYCA_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_3_TPE1 (station from config)
|
|
Found JPE config for BYCB_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCD_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_6_TPE1 (station from config)
|
|
Found JPE config for BYDB_11_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_11_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDB_15_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_12_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_12_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_3_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_3_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_10_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_4_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_11_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_3_TPE1 (station from config)
|
|
Found JPE config for BYDB_3_TPE1 (station from config)
|
|
Found JPE config for BYDB_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_3_TPE1 (station from config)
|
|
Found JPE config for BYAB_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_14_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAC_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAD_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_3_TPE1 (station from config)
|
|
Found JPE config for BYBA_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_8_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_3_TPE1 (station from config)
|
|
Found JPE config for BYBC_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_8_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_12_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_12_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBD_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_3_TPE1 (station from config)
|
|
Found JPE config for BYBD_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_6_TPE2 (station from config)
|
|
Found JPE config for BYDA_8_TPE1 (station from config)
|
|
Found JPE config for BYDA_8_TPE2 (station from config)
|
|
Found JPE config for BYDB_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_13_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDB_14_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_6_TPE1 (station from config)
|
|
Found JPE config for BYDC_6_TPE2 (station from config)
|
|
Found JPE config for BYDC_8_TPE1 (station from config)
|
|
Found JPE config for BYDC_8_TPE2 (station from config)
|
|
Found JPE config for BYDC_9_TPE1 (station from config, beacon from config)
|
|
FIOM BYAB_2_FIO1 -> DPM BYAB_7_DPM1
|
|
FIOM BYAC_11_FIO1 -> DPM BYAC_8_DPM1
|
|
FIOM BYBA_2_FIO1 -> DPM BYBC_3_DPM1
|
|
FIOM BYCA_2_FIO1 -> DPM BYCA_3_DPM1
|
|
FIOM BYDA_2_FIO1 -> DPM BYDA_4_DPM1
|
|
FIOM BYDA_6_FIO1 -> DPM BYDA_4_DPM1
|
|
FIOM BYDC_8_FIO1 -> DPM BYDA_6_DPM1
|
|
FIOM PDP12_FIO1 -> DPM BYBC_3_DPM1
|
|
FIOM PDP13_FIO1 -> DPM BYCA_3_DPM1
|
|
FIOM PDP15_FIO1 -> DPM BYAD_3_DPM1
|
|
FIOM PDP16_FIO1 -> DPM BYAD_3_DPM1
|
|
FIOH PDP12_FIOH1 -> FIO PDP12_FIO1
|
|
FIOH PDP13_FIOH1 -> FIO PDP13_FIO1
|
|
FIOH PDP15_FIOH1 -> FIO PDP15_FIO1
|
|
FIOH PDP16_FIOH1 -> FIO PDP16_FIO1
|
|
- Added unlatch rung for 44 _CHECKED tags
|
|
- Added 45 E-stop check rungs total
|
|
Belt tracking for BYAB_2_VFD1 -> zzz_BYAB_2Tracking
|
|
Belt tracking for BYAB_3_VFD1 -> zzz_BYAB_3Tracking
|
|
Belt tracking for BYAB_4_VFD1 -> zzz_BYAB_4Tracking
|
|
Belt tracking for BYAB_5_VFD1 -> zzz_BYAB_5Tracking
|
|
Belt tracking for BYAB_6_VFD1 -> zzz_BYAB_6Tracking
|
|
Belt tracking for BYAB_7_VFD1 -> zzz_BYAB_7Tracking
|
|
Belt tracking for BYAB_8_VFD1 -> zzz_BYAB_8Tracking
|
|
Belt tracking for BYAB_9_VFD1 -> zzz_BYAB_9Tracking
|
|
Belt tracking for BYAB_10_VFD1 -> zzz_BYAB_10Tracking
|
|
Belt tracking for BYAB_11_VFD1 -> zzz_BYAB_11Tracking
|
|
Belt tracking for BYAB_12_VFD1 -> zzz_BYAB_12Tracking
|
|
Belt tracking for BYAB_13_VFD1 -> zzz_BYAB_13Tracking
|
|
Belt tracking for BYAB_14_VFD1 -> zzz_BYAB_14Tracking
|
|
Belt tracking for BYAB_15_VFD1 -> zzz_BYAB_15Tracking
|
|
Belt tracking for BYAC_2_VFD1 -> zzz_BYAC_2Tracking
|
|
Belt tracking for BYAC_3_VFD1 -> zzz_BYAC_3Tracking
|
|
Belt tracking for BYAC_4_VFD1 -> zzz_BYAC_4Tracking
|
|
Belt tracking for BYAC_5_VFD1 -> zzz_BYAC_5Tracking
|
|
Belt tracking for BYAC_6_VFD1 -> zzz_BYAC_6Tracking
|
|
Belt tracking for BYAC_7_VFD1 -> zzz_BYAC_7Tracking
|
|
Belt tracking for BYAC_8_VFD1 -> zzz_BYAC_8Tracking
|
|
Belt tracking for BYAC_9_VFD1 -> zzz_BYAC_9Tracking
|
|
Belt tracking for BYAC_10_VFD1 -> zzz_BYAC_10Tracking
|
|
Belt tracking for BYAC_11_VFD1 -> zzz_BYAC_11Tracking
|
|
Belt tracking for BYAD_2_VFD1 -> zzz_BYAD_2Tracking
|
|
Belt tracking for BYAD_3_VFD1 -> zzz_BYAD_3Tracking
|
|
Belt tracking for BYAD_4_VFD1 -> zzz_BYAD_4Tracking
|
|
Belt tracking for BYAD_5_VFD1 -> zzz_BYAD_5Tracking
|
|
Belt tracking for BYAD_6_VFD1 -> zzz_BYAD_6Tracking
|
|
Belt tracking for BYAD_7_VFD1 -> zzz_BYAD_7Tracking
|
|
Belt tracking for BYAD_8_VFD1 -> zzz_BYAD_8Tracking
|
|
Belt tracking for BYAD_9_VFD1 -> zzz_BYAD_9Tracking
|
|
Belt tracking for BYBA_2_VFD1 -> zzz_BYBA_2Tracking
|
|
Belt tracking for BYBA_3_VFD1 -> zzz_BYBA_3Tracking
|
|
Belt tracking for BYBA_4_VFD1 -> zzz_BYBA_4Tracking
|
|
Belt tracking for BYBA_5_VFD1 -> zzz_BYBA_5Tracking
|
|
Belt tracking for BYBA_6_VFD1 -> zzz_BYBA_6Tracking
|
|
Belt tracking for BYBA_7_VFD1 -> zzz_BYBA_7Tracking
|
|
Belt tracking for BYBA_8_VFD1 -> zzz_BYBA_8Tracking
|
|
Belt tracking for BYBA_9_VFD1 -> zzz_BYBA_9Tracking
|
|
Belt tracking for BYBA_10_VFD1 -> zzz_BYBA_10Tracking
|
|
Belt tracking for BYBA_11_VFD1 -> zzz_BYBA_11Tracking
|
|
Belt tracking for BYBA_12_VFD1 -> zzz_BYBA_12Tracking
|
|
Belt tracking for BYBA_13_VFD1 -> zzz_BYBA_13Tracking
|
|
Belt tracking for BYBA_14_VFD1 -> zzz_BYBA_14Tracking
|
|
Belt tracking for BYBA_15_VFD1 -> zzz_BYBA_15Tracking
|
|
Belt tracking for BYBC_2_VFD1 -> zzz_BYBC_2Tracking
|
|
Belt tracking for BYBC_3_VFD1 -> zzz_BYBC_3Tracking
|
|
Belt tracking for BYBC_4_VFD1 -> zzz_BYBC_4Tracking
|
|
Belt tracking for BYBC_5_VFD1 -> zzz_BYBC_5Tracking
|
|
Belt tracking for BYBC_6_VFD1 -> zzz_BYBC_6Tracking
|
|
Belt tracking for BYBC_7_VFD1 -> zzz_BYBC_7Tracking
|
|
Belt tracking for BYBC_8_VFD1 -> zzz_BYBC_8Tracking
|
|
Belt tracking for BYBC_9_VFD1 -> zzz_BYBC_9Tracking
|
|
Belt tracking for BYBC_10_VFD1 -> zzz_BYBC_10Tracking
|
|
Belt tracking for BYBD_2_VFD1 -> zzz_BYBD_2Tracking
|
|
Belt tracking for BYBD_3_VFD1 -> zzz_BYBD_3Tracking
|
|
Belt tracking for BYBD_4_VFD1 -> zzz_BYBD_4Tracking
|
|
Belt tracking for BYBD_5_VFD1 -> zzz_BYBD_5Tracking
|
|
Belt tracking for BYBD_6_VFD1 -> zzz_BYBD_6Tracking
|
|
Belt tracking for BYBD_7_VFD1 -> zzz_BYBD_7Tracking
|
|
Belt tracking for BYBD_8_VFD1 -> zzz_BYBD_8Tracking
|
|
Belt tracking for BYBD_9_VFD1 -> zzz_BYBD_9Tracking
|
|
Belt tracking for BYBD_10_VFD1 -> zzz_BYBD_10Tracking
|
|
Belt tracking for BYBD_11_VFD1 -> zzz_BYBD_11Tracking
|
|
Belt tracking for BYBD_12_VFD1 -> zzz_BYBD_12Tracking
|
|
Belt tracking for BYBD_13_VFD1 -> zzz_BYBD_13Tracking
|
|
Belt tracking for BYBD_14_VFD1 -> zzz_BYBD_14Tracking
|
|
Belt tracking for BYCA_2_VFD1 -> zzz_BYCA_2Tracking
|
|
Belt tracking for BYCA_3_VFD1 -> zzz_BYCA_3Tracking
|
|
Belt tracking for BYCA_4_VFD1 -> zzz_BYCA_4Tracking
|
|
Belt tracking for BYCA_5_VFD1 -> zzz_BYCA_5Tracking
|
|
Belt tracking for BYCA_6_VFD1 -> zzz_BYCA_6Tracking
|
|
Belt tracking for BYCA_7_VFD1 -> zzz_BYCA_7Tracking
|
|
Belt tracking for BYCA_8_VFD1 -> zzz_BYCA_8Tracking
|
|
Belt tracking for BYCA_9_VFD1 -> zzz_BYCA_9Tracking
|
|
Belt tracking for BYCB_2_VFD1 -> zzz_BYCB_2Tracking
|
|
Belt tracking for BYCB_3_VFD1 -> zzz_BYCB_3Tracking
|
|
Belt tracking for BYCB_4_VFD1 -> zzz_BYCB_4Tracking
|
|
Belt tracking for BYCB_5_VFD1 -> zzz_BYCB_5Tracking
|
|
Belt tracking for BYCB_6_VFD1 -> zzz_BYCB_6Tracking
|
|
Belt tracking for BYCB_7_VFD1 -> zzz_BYCB_7Tracking
|
|
Belt tracking for BYCB_8_VFD1 -> zzz_BYCB_8Tracking
|
|
Belt tracking for BYCB_9_VFD1 -> zzz_BYCB_9Tracking
|
|
Belt tracking for BYCB_10_VFD1 -> zzz_BYCB_10Tracking
|
|
Belt tracking for BYCD_2_VFD1 -> zzz_BYCD_2Tracking
|
|
Belt tracking for BYCD_3_VFD1 -> zzz_BYCD_3Tracking
|
|
Belt tracking for BYCD_4_VFD1 -> zzz_BYCD_4Tracking
|
|
Belt tracking for BYCD_5_VFD1 -> zzz_BYCD_5Tracking
|
|
Belt tracking for BYCD_6_VFD1 -> zzz_BYCD_6Tracking
|
|
Belt tracking for BYCD_7_VFD1 -> zzz_BYCD_7Tracking
|
|
Belt tracking for BYCD_8_VFD1 -> zzz_BYCD_8Tracking
|
|
Belt tracking for BYCD_9_VFD1 -> zzz_BYCD_9Tracking
|
|
Belt tracking for BYCD_10_VFD1 -> zzz_BYCD_10Tracking
|
|
Belt tracking for BYCD_11_VFD1 -> zzz_BYCD_11Tracking
|
|
Belt tracking for BYCD_12_VFD1 -> zzz_BYCD_12Tracking
|
|
Belt tracking for BYDA_2_VFD1 -> zzz_BYDA_2Tracking
|
|
Belt tracking for BYDA_3_VFD1 -> zzz_BYDA_3Tracking
|
|
Belt tracking for BYDA_4_VFD1 -> zzz_BYDA_4Tracking
|
|
Belt tracking for BYDA_5_VFD1 -> zzz_BYDA_5Tracking
|
|
Belt tracking for BYDA_6_VFD1 -> zzz_BYDA_6Tracking
|
|
Belt tracking for BYDA_7_VFD1 -> zzz_BYDA_7Tracking
|
|
Belt tracking for BYDA_8_VFD1 -> zzz_BYDA_8Tracking
|
|
Belt tracking for BYDA_9_VFD1 -> zzz_BYDA_9Tracking
|
|
Belt tracking for BYDB_2_VFD1 -> zzz_BYDB_2Tracking
|
|
Belt tracking for BYDB_3_VFD1 -> zzz_BYDB_3Tracking
|
|
Belt tracking for BYDB_4_VFD1 -> zzz_BYDB_4Tracking
|
|
Belt tracking for BYDB_5_VFD1 -> zzz_BYDB_5Tracking
|
|
Belt tracking for BYDB_6_VFD1 -> zzz_BYDB_6Tracking
|
|
Belt tracking for BYDB_7_VFD1 -> zzz_BYDB_7Tracking
|
|
Belt tracking for BYDB_8_VFD1 -> zzz_BYDB_8Tracking
|
|
Belt tracking for BYDB_9_VFD1 -> zzz_BYDB_9Tracking
|
|
Belt tracking for BYDB_10_VFD1 -> zzz_BYDB_10Tracking
|
|
Belt tracking for BYDB_11_VFD1 -> zzz_BYDB_11Tracking
|
|
Belt tracking for BYDB_12_VFD1 -> zzz_BYDB_12Tracking
|
|
Belt tracking for BYDB_13_VFD1 -> zzz_BYDB_13Tracking
|
|
Belt tracking for BYDB_14_VFD1 -> zzz_BYDB_14Tracking
|
|
Belt tracking for BYDB_15_VFD1 -> zzz_BYDB_15Tracking
|
|
Belt tracking for BYDB_16_VFD1 -> zzz_BYDB_16Tracking
|
|
Belt tracking for BYDC_2_VFD1 -> zzz_BYDC_2Tracking
|
|
Belt tracking for BYDC_3_VFD1 -> zzz_BYDC_3Tracking
|
|
Belt tracking for BYDC_4_VFD1 -> zzz_BYDC_4Tracking
|
|
Belt tracking for BYDC_5_VFD1 -> zzz_BYDC_5Tracking
|
|
Belt tracking for BYDC_6_VFD1 -> zzz_BYDC_6Tracking
|
|
Belt tracking for BYDC_7_VFD1 -> zzz_BYDC_7Tracking
|
|
Belt tracking for BYDC_8_VFD1 -> zzz_BYDC_8Tracking
|
|
Belt tracking for BYDC_9_VFD1 -> zzz_BYDC_9Tracking
|
|
Belt tracking for BYDC_10_VFD1 -> zzz_BYDC_10Tracking
|
|
Belt tracking for BYDC_11_VFD1 -> zzz_BYDC_11Tracking
|
|
Belt tracking for BYDC_12_VFD1 -> zzz_BYDC_12Tracking
|
|
Belt tracking for BYDC_13_VFD1 -> zzz_BYDC_13Tracking
|
|
- Added 131 belt tracking AOI calls
|
|
Found JPE config for BYBA_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_13_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_15_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_15_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_14_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_9_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCA_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_9_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_12_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_4_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCD_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_10_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_15_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_4_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_6_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAC_11_TPE1 (station from config)
|
|
Found JPE config for BYAC_11_TPE2 (station from config)
|
|
Found JPE config for BYAC_2_TPE1 (station from config)
|
|
Found JPE config for BYAC_2_TPE2 (station from config)
|
|
Found JPE config for BYAC_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_2_TPE1 (station from config)
|
|
Found JPE config for BYAD_2_TPE2 (station from config)
|
|
Found JPE config for BYAD_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_6_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_6_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBD_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCA_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_2_TPE2 (station from config, beacon from config)
|
|
Created virtual JR: BYDA_JR
|
|
Found JPE config for BYDA_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDA_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_16_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDB_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_9_TPE1 (station from config, beacon from config)
|
|
Created virtual JR: BYDC_JR
|
|
Found JPE config for BYDC_11_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_13_TPE1 (station from config)
|
|
Found JPE config for BYDC_13_TPE2 (station from config)
|
|
Found JPE config for BYDC_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_2_TPE1 (station from config)
|
|
Found JPE config for BYAB_2_TPE2 (station from config)
|
|
Found JPE config for BYAB_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBD_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_3_TPE1 (station from config)
|
|
Found JPE config for BYCA_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_3_TPE1 (station from config)
|
|
Found JPE config for BYCB_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_2_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_2_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCD_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_6_TPE1 (station from config)
|
|
Found JPE config for BYDB_11_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_11_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDB_15_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_12_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_12_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAB_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_3_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_3_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_5_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_10_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_4_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_11_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_3_TPE1 (station from config)
|
|
Found JPE config for BYDB_3_TPE1 (station from config)
|
|
Found JPE config for BYDB_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_3_TPE1 (station from config)
|
|
Found JPE config for BYAB_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAB_14_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAC_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAC_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYAD_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYAD_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_3_TPE1 (station from config)
|
|
Found JPE config for BYBA_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBA_8_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBA_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_3_TPE1 (station from config)
|
|
Found JPE config for BYBC_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBC_8_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBC_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_12_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_12_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYBD_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_3_TPE1 (station from config)
|
|
Found JPE config for BYBD_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYBD_5_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCA_6_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_7_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCB_7_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYCB_8_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_10_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYCD_9_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDA_6_TPE2 (station from config)
|
|
Found JPE config for BYDA_8_TPE1 (station from config)
|
|
Found JPE config for BYDA_8_TPE2 (station from config)
|
|
Found JPE config for BYDB_13_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDB_13_TPE2 (station from config, beacon from config)
|
|
Found JPE config for BYDB_14_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_4_TPE1 (station from config, beacon from config)
|
|
Found JPE config for BYDC_6_TPE1 (station from config)
|
|
Found JPE config for BYDC_6_TPE2 (station from config)
|
|
Found JPE config for BYDC_8_TPE1 (station from config)
|
|
Found JPE config for BYDC_8_TPE2 (station from config)
|
|
Found JPE config for BYDC_9_TPE1 (station from config, beacon from config)
|
|
Created safety tag mapping file: /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/SafetyTagMapping.txt
|
|
|
|
=== Step 2: Routines Generator stderr ===
|
|
[11:08:06] [INFO] [logging_config.py:128:_log_with_context] Logging to file: /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/logs/workflow_MTN6_MCM07_20250917_110801.log
|
|
[11:08:06] [INFO] [logging_config.py:128:_log_with_context] === Generating All PLC Artifacts ===
|
|
[11:08:06] [INFO] [logging_config.py:128:_log_with_context] Generating SafetyProgram L5X...
|
|
[11:08:06] [WARNING] [logging_config.py:128:_log_with_context] LimitedSafetyProgramGenerator is deprecated; using ModernSafetyProgramGenerator
|
|
[11:08:06] [INFO] [logging_config.py:128:_log_with_context] Starting ModernSafetyProgramGenerator generation
|
|
[11:08:06] [DEBUG] [logging_config.py:128:_log_with_context] Creating SafetyProgram XML structure
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: main_routine (core)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: apf (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: belt_tracking (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: cb_monitor (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: d2c_chute (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: d2c_en1 (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: dpm (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: encoder (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: estops (safety)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: estop_check (safety)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: extendo (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: fioh (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: fiom (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: flow_ctrl (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: fpe (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: inputs (safety)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: jpe (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: mcm (core)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: nc_chute (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: nc_jr_station (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: outputs (safety)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: pb_chute (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: pb_chute_simple (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: pmm (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: rack (core)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: resets (safety)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: safety_tag_map (core)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: safety_tag_mapping (safety)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: speed_ctrl (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: station_epc (safety)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: station_jr_chute (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: station_jr_pb (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: station_ss_pb (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: station_s_pb (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: taching_belts (device)
|
|
[11:08:06] [DEBUG] [logging_config.py:126:_log_with_context] Registered plugin: zones (safety)
|
|
[11:08:06] [INFO] [logging_config.py:128:_log_with_context] Generating safety routines...
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: inputs
|
|
[11:08:07] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: inputs
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: outputs
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: subsystem key
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: heuristic best match
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: loaded
|
|
[11:08:07] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: outputs
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: resets
|
|
[11:08:07] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: resets
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: zones
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYAB_2: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYAB_2: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYAC_11: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYAC_2: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYAD_2: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYBA_15: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYBA_3: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYBC_3: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYBD_3: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYCA_3: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYCA_9: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYCB_3: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYCD_5: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYDA_3: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYDA_6: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYDA_8: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYDB_3: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYDB_4: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYDC_13: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYDC_3: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYDC_6: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Found DCS controllers for BYDC_8: {'EPC2', 'EPC1'}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Available DCS controllers: {'BYAB_2': {'EPC2', 'EPC1'}, 'BYAC_11': {'EPC2', 'EPC1'}, 'BYAC_2': {'EPC2', 'EPC1'}, 'BYAD_2': {'EPC2', 'EPC1'}, 'BYBA_15': {'EPC2', 'EPC1'}, 'BYBA_3': {'EPC2', 'EPC1'}, 'BYBC_3': {'EPC2', 'EPC1'}, 'BYBD_3': {'EPC2', 'EPC1'}, 'BYCA_3': {'EPC2', 'EPC1'}, 'BYCA_9': {'EPC2', 'EPC1'}, 'BYCB_3': {'EPC2', 'EPC1'}, 'BYCD_5': {'EPC2', 'EPC1'}, 'BYDA_3': {'EPC2', 'EPC1'}, 'BYDA_6': {'EPC2', 'EPC1'}, 'BYDA_8': {'EPC2', 'EPC1'}, 'BYDB_3': {'EPC2', 'EPC1'}, 'BYDB_4': {'EPC2', 'EPC1'}, 'BYDC_13': {'EPC2', 'EPC1'}, 'BYDC_3': {'EPC2', 'EPC1'}, 'BYDC_6': {'EPC2', 'EPC1'}, 'BYDC_8': {'EPC2', 'EPC1'}}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-01 candidates: ['BYAC_2', 'BYAC_3']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAC_3 in zone 07-01
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-02 candidates: ['BYAC_4', 'BYAC_5', 'BYAC_6', 'BYAC_7']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAC_4 in zone 07-02
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAC_5 in zone 07-02
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAC_6 in zone 07-02
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAC_7 in zone 07-02
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-03 candidates: ['BYAC_8', 'BYAC_9', 'BYAC_10', 'BYAC_11']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAC_8 in zone 07-03
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAC_9 in zone 07-03
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAC_10 in zone 07-03
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-04 candidates: ['BYAD_2', 'BYAD_3']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAD_3 in zone 07-04
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-05 candidates: ['BYAD_4', 'BYAD_5', 'BYAD_6', 'BYAD_7']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAD_4 in zone 07-05
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAD_5 in zone 07-05
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAD_6 in zone 07-05
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAD_7 in zone 07-05
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-06 candidates: ['BYAD_8', 'BYAD_9']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAD_8 in zone 07-06
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAD_9 in zone 07-06
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-07 candidates: ['BYAB_2', 'BYAB_3', 'BYAB_4', 'BYAB_5', 'BYAB_6', 'BYAB_7']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_3 in zone 07-07
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_4 in zone 07-07
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_5 in zone 07-07
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_6 in zone 07-07
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_7 in zone 07-07
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-08 candidates: ['BYAB_8', 'BYAB_9', 'BYAB_10', 'BYAB_11', 'BYAB_12', 'BYAB_13']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_8 in zone 07-08
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_9 in zone 07-08
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_10 in zone 07-08
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_11 in zone 07-08
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_12 in zone 07-08
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_13 in zone 07-08
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-09 candidates: ['BYAB_14', 'BYAB_15']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_14 in zone 07-09
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYAB_15 in zone 07-09
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-10 candidates: ['BYCA_2', 'BYCA_3']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCA_2 in zone 07-10
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-11 candidates: ['BYCA_4', 'BYCA_5']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCA_4 in zone 07-11
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCA_5 in zone 07-11
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-12 candidates: ['BYCA_6', 'BYCA_7', 'BYCA_8', 'BYCA_9']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCA_6 in zone 07-12
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCA_7 in zone 07-12
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCA_8 in zone 07-12
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-13 candidates: ['BYCB_2', 'BYCB_3']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCB_2 in zone 07-13
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-14 candidates: ['BYCB_4', 'BYCB_5', 'BYCB_6', 'BYCB_7', 'BYCB_8']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCB_4 in zone 07-14
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCB_5 in zone 07-14
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCB_6 in zone 07-14
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCB_7 in zone 07-14
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCB_8 in zone 07-14
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-15 candidates: ['BYCB_9', 'BYCB_10']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCB_9 in zone 07-15
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCB_10 in zone 07-15
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-16 candidates: ['BYCD_2', 'BYCD_3', 'BYCD_4', 'BYCD_5']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCD_2 in zone 07-16
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCD_3 in zone 07-16
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCD_4 in zone 07-16
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-17 candidates: ['BYCD_6', 'BYCD_7', 'BYCD_8', 'BYCD_9', 'BYCD_10']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCD_6 in zone 07-17
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCD_7 in zone 07-17
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCD_8 in zone 07-17
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCD_9 in zone 07-17
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCD_10 in zone 07-17
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-18 candidates: ['BYCD_11', 'BYCD_12']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCD_11 in zone 07-18
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYCD_12 in zone 07-18
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-19 candidates: ['BYBD_2', 'BYBD_3']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_2 in zone 07-19
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-20 candidates: ['BYBD_4', 'BYBD_5', 'BYBD_6', 'BYBD_7', 'BYBD_8', 'BYBD_9', 'BYBD_10', 'BYBD_11', 'BYBD_12']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_4 in zone 07-20
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_5 in zone 07-20
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_6 in zone 07-20
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_7 in zone 07-20
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_8 in zone 07-20
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_9 in zone 07-20
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_10 in zone 07-20
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_11 in zone 07-20
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_12 in zone 07-20
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-21 candidates: ['BYBD_13', 'BYBD_14']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_13 in zone 07-21
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBD_14 in zone 07-21
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-22 candidates: ['BYBC_2', 'BYBC_3']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBC_2 in zone 07-22
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-23 candidates: ['BYBC_4', 'BYBC_5', 'BYBC_6', 'BYBC_7', 'BYBC_8']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBC_4 in zone 07-23
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBC_5 in zone 07-23
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBC_6 in zone 07-23
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBC_7 in zone 07-23
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBC_8 in zone 07-23
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-24 candidates: ['BYBC_9', 'BYBC_10']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBC_9 in zone 07-24
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBC_10 in zone 07-24
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-25 candidates: ['BYBA_2', 'BYBA_3']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_2 in zone 07-25
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-26 candidates: ['BYBA_4', 'BYBA_5', 'BYBA_6', 'BYBA_7', 'BYBA_8', 'BYBA_9']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_4 in zone 07-26
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_5 in zone 07-26
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_6 in zone 07-26
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_7 in zone 07-26
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_8 in zone 07-26
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_9 in zone 07-26
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-27 candidates: ['BYBA_10', 'BYBA_11', 'BYBA_12', 'BYBA_13', 'BYBA_14', 'BYBA_15']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_10 in zone 07-27
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_11 in zone 07-27
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_12 in zone 07-27
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_13 in zone 07-27
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYBA_14 in zone 07-27
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-28 candidates: ['BYDC_2', 'BYDC_3']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDC_2 in zone 07-28
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-29 candidates: ['BYDC_4', 'BYDC_5', 'BYDC_6', 'BYDC_7', 'BYDC_8']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDC_4 in zone 07-29
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDC_5 in zone 07-29
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDC_7 in zone 07-29
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-30 candidates: ['BYDC_9', 'BYDC_10', 'BYDC_11', 'BYDC_12', 'BYDC_13']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDC_9 in zone 07-30
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDC_10 in zone 07-30
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDC_11 in zone 07-30
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDC_12 in zone 07-30
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-31 candidates: ['BYDA_2', 'BYDA_3']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDA_2 in zone 07-31
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-32 candidates: ['BYDA_4', 'BYDA_5', 'BYDA_6', 'BYDA_7', 'BYDA_8', 'BYDA_9']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDA_4 in zone 07-32
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDA_5 in zone 07-32
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDA_7 in zone 07-32
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDA_9 in zone 07-32
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-33 candidates: ['BYDB_2', 'BYDB_3']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_2 in zone 07-33
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-34 candidates: ['BYDB_4', 'BYDB_5', 'BYDB_6']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_5 in zone 07-34
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_6 in zone 07-34
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-35 candidates: ['BYDB_7', 'BYDB_8', 'BYDB_9', 'BYDB_10', 'BYDB_11', 'BYDB_12', 'BYDB_13', 'BYDB_14']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_7 in zone 07-35
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_8 in zone 07-35
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_9 in zone 07-35
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_10 in zone 07-35
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_11 in zone 07-35
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_12 in zone 07-35
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_13 in zone 07-35
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_14 in zone 07-35
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Zone 07-36 candidates: ['BYDB_15', 'BYDB_16']
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_15 in zone 07-36
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] No DCS controllers found for base BYDB_16 in zone 07-36
|
|
[11:08:07] [DEBUG] [logging_config.py:126:_log_with_context] Zones: rung
|
|
[11:08:07] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: zones
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: estops
|
|
[11:08:07] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: estops
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: safety_tag_mapping
|
|
[11:08:07] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: safety_tag_mapping
|
|
[11:08:07] [INFO] [logging_config.py:128:_log_with_context] Safety routine generation results: {'inputs': True, 'outputs': True, 'resets': True, 'zones': True, 'estops': True, 'safety_tag_mapping': True}
|
|
[11:08:07] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag map with 64 tags (44 push buttons, 20 beacons)
|
|
[11:08:07] [INFO] [logging_config.py:126:_log_with_context] Routines created (7): MainRoutine, R010_INPUTS, R011_OUTPUTS, R012_RESETS, R020_ESTOPS, R030_ZONES, R999_SAFETY_TAG_MAPPING
|
|
[11:08:07] [INFO] [logging_config.py:126:_log_with_context] - R010_INPUTS: 133 rungs | example: XIC(Local:7:I.Pt02.Status)XIC(Local:7:I.Pt03.Status)OTE(MCM_EPB_STATUS);
|
|
[11:08:07] [INFO] [logging_config.py:126:_log_with_context] - R011_OUTPUTS: 36 rungs | example: XIC(EStop_MCM_OK)XIC(EStop_07_01_OK)[OTE(BYAC_2_VFD1:SO.STOOutput),OTE(BYAC_3_VFD1:SO.STOOutput)];
|
|
[11:08:07] [INFO] [logging_config.py:126:_log_with_context] - R012_RESETS: 42 rungs | example: [XIC(SFT_BYAB_2_S1_PB) ,XIC(SFT_MCM_S_PB)]OTE(RST_BYAB_2_EPC1_ESTOP);
|
|
[11:08:07] [INFO] [logging_config.py:126:_log_with_context] - R030_ZONES: 37 rungs | example: XIC(BYAC_2_EPC1_DCS_CTRL.O1)XIC(BYAC_2_EPC2_DCS_CTRL.O1)OTE(EStop_07_01_OK);
|
|
[11:08:07] [INFO] [logging_config.py:126:_log_with_context] - R020_ESTOPS: 45 rungs | example: DCS(MCM_EPB_DCS_CTRL,EMERGENCY STOP,EQUIVALENT - ACTIVE HIGH,500,MANUAL,AUTOMATIC,Local:7:I.Pt02.Data,Local:7:I.Pt03.Data,MCM_EPB_STATUS,SFT_MCM_S_PB);
|
|
[11:08:07] [INFO] [logging_config.py:126:_log_with_context] - R999_SAFETY_TAG_MAPPING: 20 rungs | example: XIC(SFT_BYAB_3_BCN1_A)OTE(BYAB_3_VFD1:SO.Out00Output)OTE(BYAB_3_VFD1:SO.Out01Output);
|
|
[11:08:07] [INFO] [logging_config.py:126:_log_with_context] - MainRoutine: 1 rungs | example: [JSR(R010_INPUTS,0) ,JSR(R011_OUTPUTS,0) ,JSR(R012_RESETS,0) ,JSR(R020_ESTOPS,0) ,JSR(R030_ZONES,0) ];
|
|
[11:08:07] [INFO] [logging_config.py:128:_log_with_context] Successfully completed ModernSafetyProgramGenerator generation
|
|
[11:08:07] [INFO] [logging_config.py:128:_log_with_context] Written ModernSafetyProgramGenerator to /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/SafetyProgram_Generated.L5X
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] [SUCCESS] SafetyProgram written to /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/SafetyProgram_Generated.L5X
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Generating MainProgram L5X...
|
|
[11:08:08] [WARNING] [logging_config.py:128:_log_with_context] LimitedMainProgramGenerator is deprecated; using ModernMainProgramGenerator
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Starting ModernMainProgramGenerator generation
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Creating MainProgram XML structure
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Adding controller tags...
|
|
[11:08:08] [DEBUG] [logging_config.py:126:_log_with_context] Zones: subsystem key
|
|
[11:08:08] [DEBUG] [logging_config.py:126:_log_with_context] Zones: heuristic best match
|
|
[11:08:08] [DEBUG] [logging_config.py:126:_log_with_context] Zones: loaded
|
|
[11:08:08] [DEBUG] [logging_config.py:126:_log_with_context] Extracting SPEED_CTRL data
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Data: SPEED_CTRL VFDs=131
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: project_name=MTN6_MCM04_CHUTE_LOAD, excel_path=/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/DESC_IP_MERGED.xlsx
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Using project prefix from project_name: MTN6
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS1_1_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS1_2_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS1_3_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS1_4_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS1_5_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS2_1_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS2_2_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS2_3_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS2_4_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS2_5_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS2_6_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_1_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_12_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_2_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_3_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_4_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_5_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_6_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS3_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_1_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_12_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_13_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_14_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_2_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_3_VFD1 = 220 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_4_VFD1 = 220 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_5_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_6_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS4_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_10A_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_10B_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_11_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_12_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_13_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_5_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_9_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL10_1_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL10_10_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL10_2_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL10_3_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL10_4_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL10_5_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL10_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL10_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL10_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL10_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_10A_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_10B_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_11_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_12_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_13_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_4_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_5_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_6_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL12_10_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL12_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL12_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL12_5_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL12_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL12_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL12_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL12_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL2_10_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL2_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL2_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL2_5_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL2_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL2_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL2_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL2_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL3_1_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL3_2_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL3_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL3_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL3_5_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL3_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL3_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL3_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL3_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_10A_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_10B_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_11_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_12_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_13_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_5_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_9_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL5_10_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL5_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL5_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL5_5_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL5_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL5_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL5_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL5_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL6_1_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL6_2_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL6_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL6_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL6_5_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL6_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL6_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL6_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL6_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_10A_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_10B_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_11_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_12_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_13_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_5_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_9_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL8_1_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL8_2_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL8_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL8_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL8_5_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL8_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL8_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL8_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL8_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL9_10_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL9_11_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL9_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL9_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL9_5_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL9_6_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL9_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL9_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL9_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_1_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_12_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_13_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_2_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_3_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_4_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_5_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_6_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS5_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_1_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_12_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_13_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_2_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_3_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_4_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_5_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_6_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS6_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_1_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_12_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_13_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_14_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_2_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_3_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_4_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_5_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_6_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS7_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_1_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_10_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_11_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_12_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_2_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_4_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_5_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_6_VFD = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_8_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_9A_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_9B_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL14_10_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL14_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL14_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL14_5_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL14_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL14_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL14_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL15_10_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL15_11_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL15_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL15_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL15_5_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL15_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL15_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL15_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL15_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL16_1_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL16_2_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL16_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL16_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL16_5_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL16_6_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL16_7_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL16_8_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL16_9_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL17_10_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL17_3_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL17_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL17_5_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL17_6_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL17_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL17_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL17_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_10_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_11_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_12_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_13A_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_13B_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_14_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_15_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_16_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_3_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_5_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_6_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_7_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_8_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_9_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL19_1_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL19_2_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL19_3_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL19_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL19_5_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL19_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL19_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL19_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL19_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL20_10_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL20_11_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL20_3_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL20_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL20_5_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL20_6_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL20_7_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL20_8_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL20_9_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_11_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_12_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_13_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_14A_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_14B_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_15_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_16_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_17_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_3_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_4_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_5_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_6_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_1_VFD = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_2_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_3_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_4_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_5_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_6_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_7_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_8_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_14_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_15_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_16_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_17_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_18_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_19_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL1_20_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_14_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_15_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_16_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_17_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_18_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_19_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL11_20_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_13_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_14_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_15_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_16_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_17_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_18_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL13_19_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_17_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_18_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_19_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_20_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_21_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_22_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL18_23_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_18_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_19_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_20_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_21_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_22_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_23_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL21_24_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_14_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_15_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_16_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_17_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_18_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_19_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL4_20_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_14_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_15_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_16_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_17_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_18_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_19_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: UL7_20_VFD1 = 420 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL1014_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL1018_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL1022_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL1026_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL1034_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL1038_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL3012_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL3016_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL3020_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL3024_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS3_2A_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS3_2B_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS3_3A_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS3_3B_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS3_5_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS4_1_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS4_2_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS10_1_VFD1 = 150 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS10_2_VFD1 = 200 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS10_3_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS10_5_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS11_1_VFD1 = 150 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS11_11_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS11_2_VFD1 = 200 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS11_3_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS11_4_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS11_6_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS11_7_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS11_8_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS11_9_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: ULC5_3_VFD1 = 80 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: ULC6_3_VFD1 = 80 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: ULC7_3_VFD1 = 80 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: ULC8_3_VFD1 = 80 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL2074_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL2078_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL2086_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL2090_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL2094_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL4066_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL4070_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL4074_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL4078_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: FL4082_2_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS1_2A_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS1_2B_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS1_3_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS1_4_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS1_6_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PRS2_1_VFD1 = 120 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS8_1_VFD1 = 140 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS8_11_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS8_2_VFD1 = 180 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS8_4_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS8_5_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS8_6_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS8_8_VFD1 = 220 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS8_9_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS9_2_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: PS9_3_VFD1 = 190 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: ULC1_3_VFD1 = 80 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: ULC2_3_VFD1 = 80 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: ULC3_3_VFD1 = 80 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: ULC4_3_VFD1 = 80 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_10A_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_10B_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_11_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_12_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_13_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_14A_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_14B_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_14C_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_14D_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_15_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_16_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_17_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_18A_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_18B_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_19_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_20_VFD1 = 280 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_21_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCP1_9_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS1_1_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS1_2_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS1_3_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS1_4_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS1_5A_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS1_5B_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS1_6_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS1_7_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS1_8_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS1_9_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS2_1_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS2_2_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS2_3A_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS2_3B_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS2_4_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS2_5_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS2_6_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: NCS2_7_VFD1 = 240 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: S02_1_VFD1 = 250 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: S02_2_VFD1 = 250 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_12_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_13_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_14_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_15_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_2_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_3_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_4_VFD1 = 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_5_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_6_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_7_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAB_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAC_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAC_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAC_2_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAC_3_VFD1 = 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAC_4_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAC_5_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAC_6_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAC_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAC_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAC_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAD_2_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAD_3_VFD1 = 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAD_4_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAD_5_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAD_6_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAD_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAD_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYAD_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_12_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_13_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_14_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_15_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_2_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_3_VFD1 = 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_4_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_5_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_6_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBA_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBC_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBC_2_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBC_3_VFD1 = 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBC_4_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBC_5_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBC_6_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBC_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBC_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBC_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_12_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_13_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_14_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_2_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_3_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_4_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_5_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_6_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYBD_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCA_2_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCA_3_VFD1 = 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCA_4_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCA_5_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCA_6_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCA_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCA_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCA_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCB_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCB_2_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCB_3_VFD1 = 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCB_4_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCB_5_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCB_6_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCB_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCB_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCB_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCD_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCD_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCD_12_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCD_2_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCD_3_VFD1 = 380 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCD_4_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCD_5_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCD_6_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCD_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCD_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYCD_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDA_2_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDA_3_VFD1 = 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDA_4_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDA_5_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDA_6_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDA_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDA_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDA_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_12_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_13_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_14_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_15_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_16_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_2_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_3_VFD1 = 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_4_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_5_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_6_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDB_9_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_10_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_11_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_12_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_13_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_2_VFD1 = 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_3_VFD1 = 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_4_VFD1 = 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_5_VFD1 = 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_6_VFD1 = 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_7_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_8_VFD1 = 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Parsed speed: BYDC_9_VFD1 = 300 FPM
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Loaded 580 VFD speeds from /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/Speeds/MTN6.xlsx
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCB_2_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCB_3_VFD1 -> 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCB_4_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCB_5_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCA_2_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCA_3_VFD1 -> 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCA_4_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCA_5_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCA_6_VFD1 -> 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCA_7_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCA_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCA_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCD_2_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCD_3_VFD1 -> 380 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCD_4_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCD_5_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCD_6_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCD_7_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_2_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_3_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_4_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBC_2_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBC_3_VFD1 -> 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBC_4_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBC_5_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBC_6_VFD1 -> 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBC_7_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBC_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_2_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_3_VFD1 -> 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_4_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_5_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_6_VFD1 -> 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_7_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCB_6_VFD1 -> 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCB_7_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCB_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCB_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCB_10_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_11_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_12_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_13_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_14_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_15_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_12_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_13_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_14_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_15_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_16_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_2_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_3_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_4_VFD1 -> 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_5_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_6_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_7_VFD1 -> 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAB_10_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_6_VFD1 -> 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_7_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_10_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_11_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_5_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_6_VFD1 -> 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCD_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCD_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCD_10_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCD_11_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYCD_12_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_10_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_11_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_12_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_13_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_14_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAD_5_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAD_6_VFD1 -> 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAD_7_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAD_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAD_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_2_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_3_VFD1 -> 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_4_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_5_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDA_2_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDA_3_VFD1 -> 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDA_4_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDA_5_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_2_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_3_VFD1 -> 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_4_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDB_5_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAD_2_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAD_3_VFD1 -> 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAD_4_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAC_2_VFD1 -> 550 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAC_3_VFD1 -> 500 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAC_4_VFD1 -> 450 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAC_5_VFD1 -> 400 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAC_6_VFD1 -> 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_7_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBD_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDA_6_VFD1 -> 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDA_7_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDA_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDA_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_6_VFD1 -> 350 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_7_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAC_7_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAC_8_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAC_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAC_10_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYAC_11_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_10_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_11_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_12_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYDC_13_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBC_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBC_10_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_9_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_10_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_11_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_12_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_13_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_14_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Speed lookup: BYBA_15_VFD1 -> 300 FPM
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] SPEED_CTRL sample=BYAB_2_VFD1(550), BYAB_3_VFD1(550), BYAB_4_VFD1(500), BYAB_5_VFD1(450), BYAB_6_VFD1(400)...
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Data: SPEED_CTRL count=131
|
|
[11:08:08] [INFO] [logging_config.py:126:_log_with_context] Tags created: total=589 | standard=86 safety=254 dcs=43 modules=155
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Added 589 controller tags
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Generating main program routines...
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: mcm
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: mcm
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: dpm
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: dpm
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: fiom
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: fiom
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: fioh
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: fioh
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Plugin d2c_chute cannot generate with current data
|
|
[11:08:08] [INFO] [logging_config.py:128:_log_with_context] Plugin pb_chute cannot generate with current data
|
|
[11:08:08] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: estop_check
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: estop_check
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] Plugin station_jr_chute cannot generate with current data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: safety_tag_map
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Safety tag map: RST data has 44 rows
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: MCM07 -> Local:5:I.Data.0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYBA_15_S1_PB -> BYBA_13_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYBA_15_S2_PB -> BYBA_15_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYCA_9_S1_PB -> BYCA_7_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYCD_5_S1_PB -> BYCD_4_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDA_8_S1_PB -> BYDA_7_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDA_9_S2_PB -> BYDA_9_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDB_4_S2_PB -> BYDB_5_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDC_13_S1_PB -> BYDC_13_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYCD_5_S2_PB -> BYCD_5_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDC_13_S2_PB -> BYDC_12_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDC_6_S1_PB -> BYDC_5_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDB_4_S1_PB -> BYDB_4_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYCA_9_S2_PB -> BYCA_6_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDA_8_S2_PB -> BYDA_6_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDC_6_S2_PB -> BYDC_4_VFD1:I.IO_0
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYAB_2_S1_PB -> BYAB_2_FIO1:I.Pt00.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYAD_2_S2_PB -> BYAB_2_FIO1:I.Pt10.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYAB_2_S2_PB -> BYAB_2_FIO1:I.Pt02.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYAC_2_S1_PB -> BYAB_2_FIO1:I.Pt04.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYAC_2_S2_PB -> BYAB_2_FIO1:I.Pt06.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYAD_2_S1_PB -> BYAB_2_FIO1:I.Pt08.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYAC_11_S1_PB -> BYAC_11_FIO1:I.Pt04.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYAC_11_S2_PB -> BYAC_11_FIO1:I.Pt06.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYBD_3_S1_PB -> BYBA_2_FIO1:I.Pt10.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYBD_3_S2_PB -> BYBA_2_FIO1:I.Pt12.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYBA_3_S1_PB -> BYBA_2_FIO1:I.Pt02.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYBA_3_S2_PB -> BYBA_2_FIO1:I.Pt04.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYBC_3_S1_PB -> BYBA_2_FIO1:I.Pt06.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYBC_3_S2_PB -> BYBA_2_FIO1:I.Pt08.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYCA_3_S1_PB -> BYCA_2_FIO1:I.Pt00.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYCA_3_S2_PB -> BYCA_2_FIO1:I.Pt02.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYCB_3_S1_PB -> BYCA_2_FIO1:I.Pt04.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYCB_3_S2_PB -> BYCA_2_FIO1:I.Pt06.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDA_3_S1_PB -> BYDA_2_FIO1:I.Pt00.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDC_3_S2_PB -> BYDA_2_FIO1:I.Pt10.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDA_3_S2_PB -> BYDA_2_FIO1:I.Pt02.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDB_3_S1_PB -> BYDA_2_FIO1:I.Pt04.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDB_3_S2_PB -> BYDA_2_FIO1:I.Pt06.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDC_3_S1_PB -> BYDA_2_FIO1:I.Pt08.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDA_6_S2_PB -> BYDA_6_FIO1:I.Pt00.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDA_6_S1_PB -> BYDA_6_FIO1:I.Pt02.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDC_8_S1_PB -> BYDC_8_FIO1:I.Pt00.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Added safety tag mapping: BYDC_8_S2_PB -> BYDC_8_FIO1:I.Pt02.Data
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Safety tag map: Generating 44 rungs
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 1: XIC(BYAB_2_FIO1:I.Pt00.Data)OTE(BYAB_2_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 2: XIC(BYAB_2_FIO1:I.Pt02.Data)OTE(BYAB_2_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 3: XIC(BYAB_2_FIO1:I.Pt04.Data)OTE(BYAC_2_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 4: XIC(BYAB_2_FIO1:I.Pt06.Data)OTE(BYAC_2_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 5: XIC(BYAC_11_FIO1:I.Pt04.Data)OTE(BYAC_11_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 6: XIC(BYAC_11_FIO1:I.Pt06.Data)OTE(BYAC_11_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 7: XIC(BYAB_2_FIO1:I.Pt08.Data)OTE(BYAD_2_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 8: XIC(BYAB_2_FIO1:I.Pt10.Data)OTE(BYAD_2_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 9: XIC(BYBA_2_FIO1:I.Pt02.Data)OTE(BYBA_3_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 10: XIC(BYBA_2_FIO1:I.Pt04.Data)OTE(BYBA_3_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 11: XIC(BYBA_13_VFD1:I.IO_0)OTE(BYBA_15_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 12: XIC(BYBA_15_VFD1:I.IO_0)OTE(BYBA_15_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 13: XIC(BYBA_2_FIO1:I.Pt06.Data)OTE(BYBC_3_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 14: XIC(BYBA_2_FIO1:I.Pt08.Data)OTE(BYBC_3_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 15: XIC(BYBA_2_FIO1:I.Pt10.Data)OTE(BYBD_3_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 16: XIC(BYBA_2_FIO1:I.Pt12.Data)OTE(BYBD_3_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 17: XIC(BYCA_2_FIO1:I.Pt00.Data)OTE(BYCA_3_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 18: XIC(BYCA_2_FIO1:I.Pt02.Data)OTE(BYCA_3_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 19: XIC(BYCA_7_VFD1:I.IO_0)OTE(BYCA_9_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 20: XIC(BYCA_6_VFD1:I.IO_0)OTE(BYCA_9_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 21: XIC(BYCA_2_FIO1:I.Pt04.Data)OTE(BYCB_3_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 22: XIC(BYCA_2_FIO1:I.Pt06.Data)OTE(BYCB_3_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 23: XIC(BYCD_4_VFD1:I.IO_0)OTE(BYCD_5_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 24: XIC(BYCD_5_VFD1:I.IO_0)OTE(BYCD_5_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 25: XIC(BYDA_2_FIO1:I.Pt00.Data)OTE(BYDA_3_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 26: XIC(BYDA_2_FIO1:I.Pt02.Data)OTE(BYDA_3_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 27: XIC(BYDA_6_FIO1:I.Pt02.Data)OTE(BYDA_6_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 28: XIC(BYDA_6_FIO1:I.Pt00.Data)OTE(BYDA_6_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 29: XIC(BYDA_7_VFD1:I.IO_0)OTE(BYDA_8_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 30: XIC(BYDA_6_VFD1:I.IO_0)OTE(BYDA_8_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 31: XIC(BYDA_9_VFD1:I.IO_0)OTE(BYDA_9_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 32: XIC(BYDA_2_FIO1:I.Pt04.Data)OTE(BYDB_3_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 33: XIC(BYDA_2_FIO1:I.Pt06.Data)OTE(BYDB_3_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 34: XIC(BYDB_4_VFD1:I.IO_0)OTE(BYDB_4_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 35: XIC(BYDB_5_VFD1:I.IO_0)OTE(BYDB_4_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 36: XIC(BYDA_2_FIO1:I.Pt08.Data)OTE(BYDC_3_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 37: XIC(BYDA_2_FIO1:I.Pt10.Data)OTE(BYDC_3_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 38: XIC(BYDC_5_VFD1:I.IO_0)OTE(BYDC_6_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 39: XIC(BYDC_4_VFD1:I.IO_0)OTE(BYDC_6_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 40: XIC(BYDC_8_FIO1:I.Pt00.Data)OTE(BYDC_8_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 41: XIC(BYDC_8_FIO1:I.Pt02.Data)OTE(BYDC_8_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 42: XIC(BYDC_13_VFD1:I.IO_0)OTE(BYDC_13_S1_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 43: XIC(BYDC_12_VFD1:I.IO_0)OTE(BYDC_13_S2_PB);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generated rung 44: XIC(Local:5:I.Data.0)OTE(MCM07);
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Safety tag map: Generated 44 total rungs
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: safety_tag_map
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: belt_tracking
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: belt_tracking
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Generating routine: main_routine
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] Generating MainRoutine with JSR calls
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] Successfully generated MainRoutine
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] Successfully generated routine: main_routine
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] Main routine generation results: {'mcm': True, 'dpm': True, 'fiom': True, 'fioh': True, 'd2c_chute': False, 'pb_chute': False, 'estop_check': True, 'station_jr_chute': False, 'safety_tag_map': True, 'belt_tracking': True, 'main_routine': True}
|
|
[11:08:10] [INFO] [logging_config.py:126:_log_with_context] Routines created (8): MainRoutine, R010_MCM, R020_DPM, R030_FIOM, R031_FIOH, R120_ESTOP_CHECK, R130_SAFETY_TAG_MAP, ZZZ_BeltTracking
|
|
[11:08:10] [INFO] [logging_config.py:126:_log_with_context] - R010_MCM: 2 rungs | example: NOP();
|
|
[11:08:10] [INFO] [logging_config.py:126:_log_with_context] - R020_DPM: 10 rungs | example: NOP();
|
|
[11:08:10] [INFO] [logging_config.py:126:_log_with_context] - R030_FIOM: 12 rungs | example: NOP();
|
|
[11:08:10] [INFO] [logging_config.py:126:_log_with_context] - R031_FIOH: 5 rungs | example: NOP();
|
|
[11:08:10] [INFO] [logging_config.py:126:_log_with_context] - R120_ESTOP_CHECK: 45 rungs | example: XIO(BYAB_2_VFD1:SI.In00Data)XIO(BYAB_2_VFD1:SI.In01Data)XIC(BYAB_2_VFD1:SI.STOActive)XIC(BYAB_3_VFD1:SI.STOActive)XIC(BYAB_4_VFD1:SI.STOActive)XIC(BYAB_5_VFD...
|
|
[11:08:10] [INFO] [logging_config.py:126:_log_with_context] - R130_SAFETY_TAG_MAP: 45 rungs | example: XIC(Local:5:I.Data.0)OTE(MCM_S_PB);
|
|
[11:08:10] [INFO] [logging_config.py:126:_log_with_context] - ZZZ_BeltTracking: 132 rungs | example: NOP();
|
|
[11:08:10] [INFO] [logging_config.py:126:_log_with_context] - MainRoutine: 1 rungs | example: [JSR(R010_MCM,0) ,JSR(R020_DPM,0) ,JSR(R030_FIOM,0) ,JSR(R031_FIOH,0) ,JSR(R120_ESTOP_CHECK,0) ,JSR(R130_SAFETY_TAG_MAP,0) ,JSR(ZZZ_BeltTracking,0) ];
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] Successfully completed ModernMainProgramGenerator generation
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] Written ModernMainProgramGenerator to /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/MainProgram_Generated.L5X
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] [SUCCESS] MainProgram written to /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/MainProgram_Generated.L5X
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] Generating safety tag mapping...
|
|
[11:08:10] [DEBUG] [logging_config.py:128:_log_with_context] Creating MappingWriter wrapper
|
|
[11:08:10] [DEBUG] [logging_config.py:126:_log_with_context] Creating DataLoader instance
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] [SUCCESS] Safety tag mapping written to /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/SafetyTagMapping.txt
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] - Safety tags: 64
|
|
[11:08:10] [INFO] [logging_config.py:128:_log_with_context] === All artifacts generated successfully! ===
|
|
{"level": "INFO", "message": "Routine generation completed successfully", "timestamp": "2025-09-17T11:08:10.676996", "module": "__main__", "file": "logging_config.py", "line": 128, "function": "_log_with_context", "pathname": "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/Routines Generator/src/logging_config.py"}
|
|
|
|
=== Step 3: IO Tree Generator stdout ===
|
|
Enhanced MCM Generator
|
|
- Project: MTN6_MCM07
|
|
- Excel: /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/PLC Data Generator/DESC_IP_MERGED.xlsx
|
|
- Boilerplate: MTN6_boilerplate
|
|
- Mode: Single file
|
|
--------------------------------------------------
|
|
Created 4 FIOH modules based on TERM analysis
|
|
Found 11 IOLM modules
|
|
Found 131 APF modules
|
|
Found 9 DPM modules
|
|
Found 4 PMM modules
|
|
Created 11 IOLM modules with boilerplate selection:
|
|
BYAB_2_FIO1 (FIO D2CMaster): Using module-specific boilerplate BYAB_2_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_2_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_2_FIO1_Module.L5X
|
|
BYAC_11_FIO1 (FIO D2CMaster): Using module-specific boilerplate BYAC_11_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_11_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_11_FIO1_Module.L5X
|
|
BYBA_2_FIO1 (FIO D2CMaster): Using module-specific boilerplate BYBA_2_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_2_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_2_FIO1_Module.L5X
|
|
BYCA_2_FIO1 (FIO D2CMaster): Using module-specific boilerplate BYCA_2_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_2_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_2_FIO1_Module.L5X
|
|
BYDA_2_FIO1 (FIO D2CMaster): Using module-specific boilerplate BYDA_2_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_2_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_2_FIO1_Module.L5X
|
|
BYDA_6_FIO1 (FIO D2CMaster): Using module-specific boilerplate BYDA_6_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_6_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_6_FIO1_Module.L5X
|
|
BYDC_8_FIO1 (FIO D2CMaster): Using module-specific boilerplate BYDC_8_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_8_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_8_FIO1_Module.L5X
|
|
PDP12_FIO1 (FIO PDP_FIO): Using module-specific boilerplate PDP12_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP12_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP12_FIO1_Module.L5X
|
|
PDP13_FIO1 (FIO PDP_FIO): Using module-specific boilerplate PDP13_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP13_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP13_FIO1_Module.L5X
|
|
PDP15_FIO1 (FIO PDP_FIO): Using module-specific boilerplate PDP15_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP15_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP15_FIO1_Module.L5X
|
|
PDP16_FIO1 (FIO PDP_FIO): Using module-specific boilerplate PDP16_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP16_FIO1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP16_FIO1_Module.L5X
|
|
BYAB_10_VFD1 (APF 3HP): Using module-specific boilerplate BYAB_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_10_VFD1_Module.L5X
|
|
BYAB_11_VFD1 (APF 3HP): Using module-specific boilerplate BYAB_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_11_VFD1_Module.L5X
|
|
BYAB_12_VFD1 (APF 7_5HP): Using module-specific boilerplate BYAB_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_12_VFD1_Module.L5X
|
|
BYAB_13_VFD1 (APF 10HP): Using module-specific boilerplate BYAB_13_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_13_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_13_VFD1_Module.L5X
|
|
BYAB_14_VFD1 (APF 10HP): Using module-specific boilerplate BYAB_14_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_14_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_14_VFD1_Module.L5X
|
|
BYAB_15_VFD1 (APF 3HP): Using module-specific boilerplate BYAB_15_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_15_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_15_VFD1_Module.L5X
|
|
BYAB_2_VFD1 (APF 5HP): Using module-specific boilerplate BYAB_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_2_VFD1_Module.L5X
|
|
BYAB_3_VFD1 (APF 5HP): Using module-specific boilerplate BYAB_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_3_VFD1_Module.L5X
|
|
BYAB_4_VFD1 (APF 3HP): Using module-specific boilerplate BYAB_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_4_VFD1_Module.L5X
|
|
BYAB_5_VFD1 (APF 5HP): Using module-specific boilerplate BYAB_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_5_VFD1_Module.L5X
|
|
BYAB_6_VFD1 (APF 3HP): Using module-specific boilerplate BYAB_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_6_VFD1_Module.L5X
|
|
BYAB_7_VFD1 (APF 7_5HP): Using module-specific boilerplate BYAB_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_7_VFD1_Module.L5X
|
|
BYAB_8_VFD1 (APF 5HP): Using module-specific boilerplate BYAB_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_8_VFD1_Module.L5X
|
|
BYAB_9_VFD1 (APF 2HP): Using module-specific boilerplate BYAB_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAB_9_VFD1_Module.L5X
|
|
BYAC_10_VFD1 (APF 5HP): Using module-specific boilerplate BYAC_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_10_VFD1_Module.L5X
|
|
BYAC_11_VFD1 (APF 3HP): Using module-specific boilerplate BYAC_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_11_VFD1_Module.L5X
|
|
BYAC_2_VFD1 (APF 3HP): Using module-specific boilerplate BYAC_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_2_VFD1_Module.L5X
|
|
BYAC_3_VFD1 (APF 7_5HP): Using module-specific boilerplate BYAC_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_3_VFD1_Module.L5X
|
|
BYAC_4_VFD1 (APF 5HP): Using module-specific boilerplate BYAC_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_4_VFD1_Module.L5X
|
|
BYAC_5_VFD1 (APF 5HP): Using module-specific boilerplate BYAC_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_5_VFD1_Module.L5X
|
|
BYAC_6_VFD1 (APF 3HP): Using module-specific boilerplate BYAC_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_6_VFD1_Module.L5X
|
|
BYAC_7_VFD1 (APF 10HP): Using module-specific boilerplate BYAC_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_7_VFD1_Module.L5X
|
|
BYAC_8_VFD1 (APF 10HP): Using module-specific boilerplate BYAC_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_8_VFD1_Module.L5X
|
|
BYAC_9_VFD1 (APF 3HP): Using module-specific boilerplate BYAC_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAC_9_VFD1_Module.L5X
|
|
BYAD_2_VFD1 (APF 3HP): Using module-specific boilerplate BYAD_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_2_VFD1_Module.L5X
|
|
BYAD_3_VFD1 (APF 7_5HP): Using module-specific boilerplate BYAD_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_3_VFD1_Module.L5X
|
|
BYAD_4_VFD1 (APF 5HP): Using module-specific boilerplate BYAD_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_4_VFD1_Module.L5X
|
|
BYAD_5_VFD1 (APF 7_5HP): Using module-specific boilerplate BYAD_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_5_VFD1_Module.L5X
|
|
BYAD_6_VFD1 (APF 3HP): Using module-specific boilerplate BYAD_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_6_VFD1_Module.L5X
|
|
BYAD_7_VFD1 (APF 10HP): Using module-specific boilerplate BYAD_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_7_VFD1_Module.L5X
|
|
BYAD_8_VFD1 (APF 10HP): Using module-specific boilerplate BYAD_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_8_VFD1_Module.L5X
|
|
BYAD_9_VFD1 (APF 3HP): Using module-specific boilerplate BYAD_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYAD_9_VFD1_Module.L5X
|
|
BYBA_10_VFD1 (APF 7_5HP): Using module-specific boilerplate BYBA_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_10_VFD1_Module.L5X
|
|
BYBA_11_VFD1 (APF 2HP): Using module-specific boilerplate BYBA_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_11_VFD1_Module.L5X
|
|
BYBA_12_VFD1 (APF 3HP): Using module-specific boilerplate BYBA_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_12_VFD1_Module.L5X
|
|
BYBA_13_VFD1 (APF 2HP): Using module-specific boilerplate BYBA_13_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_13_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_13_VFD1_Module.L5X
|
|
BYBA_14_VFD1 (APF 3HP): Using module-specific boilerplate BYBA_14_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_14_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_14_VFD1_Module.L5X
|
|
BYBA_15_VFD1 (APF 2HP): Using module-specific boilerplate BYBA_15_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_15_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_15_VFD1_Module.L5X
|
|
BYBA_2_VFD1 (APF 3HP): Using module-specific boilerplate BYBA_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_2_VFD1_Module.L5X
|
|
BYBA_3_VFD1 (APF 10HP): Using module-specific boilerplate BYBA_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_3_VFD1_Module.L5X
|
|
BYBA_4_VFD1 (APF 7_5HP): Using module-specific boilerplate BYBA_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_4_VFD1_Module.L5X
|
|
BYBA_5_VFD1 (APF 5HP): Using module-specific boilerplate BYBA_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_5_VFD1_Module.L5X
|
|
BYBA_6_VFD1 (APF 3HP): Using module-specific boilerplate BYBA_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_6_VFD1_Module.L5X
|
|
BYBA_7_VFD1 (APF 3HP): Using module-specific boilerplate BYBA_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_7_VFD1_Module.L5X
|
|
BYBA_8_VFD1 (APF 10HP): Using module-specific boilerplate BYBA_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_8_VFD1_Module.L5X
|
|
BYBA_9_VFD1 (APF 10HP): Using module-specific boilerplate BYBA_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBA_9_VFD1_Module.L5X
|
|
BYBC_10_VFD1 (APF 2HP): Using module-specific boilerplate BYBC_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_10_VFD1_Module.L5X
|
|
BYBC_2_VFD1 (APF 3HP): Using module-specific boilerplate BYBC_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_2_VFD1_Module.L5X
|
|
BYBC_3_VFD1 (APF 10HP): Using module-specific boilerplate BYBC_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_3_VFD1_Module.L5X
|
|
BYBC_4_VFD1 (APF 7_5HP): Using module-specific boilerplate BYBC_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_4_VFD1_Module.L5X
|
|
BYBC_5_VFD1 (APF 5HP): Using module-specific boilerplate BYBC_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_5_VFD1_Module.L5X
|
|
BYBC_6_VFD1 (APF 3HP): Using module-specific boilerplate BYBC_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_6_VFD1_Module.L5X
|
|
BYBC_7_VFD1 (APF 3HP): Using module-specific boilerplate BYBC_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_7_VFD1_Module.L5X
|
|
BYBC_8_VFD1 (APF 10HP): Using module-specific boilerplate BYBC_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_8_VFD1_Module.L5X
|
|
BYBC_9_VFD1 (APF 10HP): Using module-specific boilerplate BYBC_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBC_9_VFD1_Module.L5X
|
|
BYBD_10_VFD1 (APF 10HP): Using module-specific boilerplate BYBD_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_10_VFD1_Module.L5X
|
|
BYBD_11_VFD1 (APF 3HP): Using module-specific boilerplate BYBD_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_11_VFD1_Module.L5X
|
|
BYBD_12_VFD1 (APF 10HP): Using module-specific boilerplate BYBD_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_12_VFD1_Module.L5X
|
|
BYBD_13_VFD1 (APF 10HP): Using module-specific boilerplate BYBD_13_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_13_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_13_VFD1_Module.L5X
|
|
BYBD_14_VFD1 (APF 2HP): Using module-specific boilerplate BYBD_14_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_14_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_14_VFD1_Module.L5X
|
|
BYBD_2_VFD1 (APF 3HP): Using module-specific boilerplate BYBD_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_2_VFD1_Module.L5X
|
|
BYBD_3_VFD1 (APF 10HP): Using module-specific boilerplate BYBD_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_3_VFD1_Module.L5X
|
|
BYBD_4_VFD1 (APF 10HP): Using module-specific boilerplate BYBD_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_4_VFD1_Module.L5X
|
|
BYBD_5_VFD1 (APF 10HP): Using module-specific boilerplate BYBD_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_5_VFD1_Module.L5X
|
|
BYBD_6_VFD1 (APF 5HP): Using module-specific boilerplate BYBD_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_6_VFD1_Module.L5X
|
|
BYBD_7_VFD1 (APF 7_5HP): Using module-specific boilerplate BYBD_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_7_VFD1_Module.L5X
|
|
BYBD_8_VFD1 (APF 3HP): Using module-specific boilerplate BYBD_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_8_VFD1_Module.L5X
|
|
BYBD_9_VFD1 (APF 2HP): Using module-specific boilerplate BYBD_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYBD_9_VFD1_Module.L5X
|
|
BYCA_2_VFD1 (APF 3HP): Using module-specific boilerplate BYCA_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_2_VFD1_Module.L5X
|
|
BYCA_3_VFD1 (APF 5HP): Using module-specific boilerplate BYCA_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_3_VFD1_Module.L5X
|
|
BYCA_4_VFD1 (APF 5HP): Using module-specific boilerplate BYCA_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_4_VFD1_Module.L5X
|
|
BYCA_5_VFD1 (APF 5HP): Using module-specific boilerplate BYCA_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_5_VFD1_Module.L5X
|
|
BYCA_6_VFD1 (APF 10HP): Using module-specific boilerplate BYCA_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_6_VFD1_Module.L5X
|
|
BYCA_7_VFD1 (APF 2HP): Using module-specific boilerplate BYCA_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_7_VFD1_Module.L5X
|
|
BYCA_8_VFD1 (APF 5HP): Using module-specific boilerplate BYCA_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_8_VFD1_Module.L5X
|
|
BYCA_9_VFD1 (APF 2HP): Using module-specific boilerplate BYCA_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCA_9_VFD1_Module.L5X
|
|
BYCB_10_VFD1 (APF 2HP): Using module-specific boilerplate BYCB_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_10_VFD1_Module.L5X
|
|
BYCB_2_VFD1 (APF 3HP): Using module-specific boilerplate BYCB_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_2_VFD1_Module.L5X
|
|
BYCB_3_VFD1 (APF 5HP): Using module-specific boilerplate BYCB_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_3_VFD1_Module.L5X
|
|
BYCB_4_VFD1 (APF 3HP): Using module-specific boilerplate BYCB_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_4_VFD1_Module.L5X
|
|
BYCB_5_VFD1 (APF 5HP): Using module-specific boilerplate BYCB_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_5_VFD1_Module.L5X
|
|
BYCB_6_VFD1 (APF 5HP): Using module-specific boilerplate BYCB_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_6_VFD1_Module.L5X
|
|
BYCB_7_VFD1 (APF 10HP): Using module-specific boilerplate BYCB_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_7_VFD1_Module.L5X
|
|
BYCB_8_VFD1 (APF 10HP): Using module-specific boilerplate BYCB_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_8_VFD1_Module.L5X
|
|
BYCB_9_VFD1 (APF 5HP): Using module-specific boilerplate BYCB_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCB_9_VFD1_Module.L5X
|
|
BYCD_10_VFD1 (APF 10HP): Using module-specific boilerplate BYCD_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_10_VFD1_Module.L5X
|
|
BYCD_11_VFD1 (APF 7_5HP): Using module-specific boilerplate BYCD_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_11_VFD1_Module.L5X
|
|
BYCD_12_VFD1 (APF 2HP): Using module-specific boilerplate BYCD_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_12_VFD1_Module.L5X
|
|
BYCD_2_VFD1 (APF 5HP): Using module-specific boilerplate BYCD_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_2_VFD1_Module.L5X
|
|
BYCD_3_VFD1 (APF 5HP): Using module-specific boilerplate BYCD_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_3_VFD1_Module.L5X
|
|
BYCD_4_VFD1 (APF 2HP): Using module-specific boilerplate BYCD_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_4_VFD1_Module.L5X
|
|
BYCD_5_VFD1 (APF 5HP): Using module-specific boilerplate BYCD_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_5_VFD1_Module.L5X
|
|
BYCD_6_VFD1 (APF 3HP): Using module-specific boilerplate BYCD_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_6_VFD1_Module.L5X
|
|
BYCD_7_VFD1 (APF 2HP): Using module-specific boilerplate BYCD_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_7_VFD1_Module.L5X
|
|
BYCD_8_VFD1 (APF 7_5HP): Using module-specific boilerplate BYCD_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_8_VFD1_Module.L5X
|
|
BYCD_9_VFD1 (APF 10HP): Using module-specific boilerplate BYCD_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYCD_9_VFD1_Module.L5X
|
|
BYDA_2_VFD1 (APF 3HP): Using module-specific boilerplate BYDA_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_2_VFD1_Module.L5X
|
|
BYDA_3_VFD1 (APF 7_5HP): Using module-specific boilerplate BYDA_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_3_VFD1_Module.L5X
|
|
BYDA_4_VFD1 (APF 10HP): Using module-specific boilerplate BYDA_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_4_VFD1_Module.L5X
|
|
BYDA_5_VFD1 (APF 5HP): Using module-specific boilerplate BYDA_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_5_VFD1_Module.L5X
|
|
BYDA_6_VFD1 (APF 10HP): Using module-specific boilerplate BYDA_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_6_VFD1_Module.L5X
|
|
BYDA_7_VFD1 (APF 3HP): Using module-specific boilerplate BYDA_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_7_VFD1_Module.L5X
|
|
BYDA_8_VFD1 (APF 10HP): Using module-specific boilerplate BYDA_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_8_VFD1_Module.L5X
|
|
BYDA_9_VFD1 (APF 3HP): Using module-specific boilerplate BYDA_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDA_9_VFD1_Module.L5X
|
|
BYDB_10_VFD1 (APF 5HP): Using module-specific boilerplate BYDB_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_10_VFD1_Module.L5X
|
|
BYDB_11_VFD1 (APF 5HP): Using module-specific boilerplate BYDB_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_11_VFD1_Module.L5X
|
|
BYDB_12_VFD1 (APF 5HP): Using module-specific boilerplate BYDB_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_12_VFD1_Module.L5X
|
|
BYDB_13_VFD1 (APF 10HP): Using module-specific boilerplate BYDB_13_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_13_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_13_VFD1_Module.L5X
|
|
BYDB_14_VFD1 (APF 10HP): Using module-specific boilerplate BYDB_14_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_14_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_14_VFD1_Module.L5X
|
|
BYDB_15_VFD1 (APF 5HP): Using module-specific boilerplate BYDB_15_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_15_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_15_VFD1_Module.L5X
|
|
BYDB_16_VFD1 (APF 3HP): Using module-specific boilerplate BYDB_16_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_16_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_16_VFD1_Module.L5X
|
|
BYDB_2_VFD1 (APF 3HP): Using module-specific boilerplate BYDB_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_2_VFD1_Module.L5X
|
|
BYDB_3_VFD1 (APF 7_5HP): Using module-specific boilerplate BYDB_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_3_VFD1_Module.L5X
|
|
BYDB_4_VFD1 (APF 7_5HP): Using module-specific boilerplate BYDB_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_4_VFD1_Module.L5X
|
|
BYDB_5_VFD1 (APF 3HP): Using module-specific boilerplate BYDB_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_5_VFD1_Module.L5X
|
|
BYDB_6_VFD1 (APF 7_5HP): Using module-specific boilerplate BYDB_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_6_VFD1_Module.L5X
|
|
BYDB_7_VFD1 (APF 7_5HP): Using module-specific boilerplate BYDB_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_7_VFD1_Module.L5X
|
|
BYDB_8_VFD1 (APF 3HP): Using module-specific boilerplate BYDB_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_8_VFD1_Module.L5X
|
|
BYDB_9_VFD1 (APF 3HP): Using module-specific boilerplate BYDB_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDB_9_VFD1_Module.L5X
|
|
BYDC_10_VFD1 (APF 7_5HP): Using module-specific boilerplate BYDC_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_10_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_10_VFD1_Module.L5X
|
|
BYDC_11_VFD1 (APF 3HP): Using module-specific boilerplate BYDC_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_11_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_11_VFD1_Module.L5X
|
|
BYDC_12_VFD1 (APF 5HP): Using module-specific boilerplate BYDC_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_12_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_12_VFD1_Module.L5X
|
|
BYDC_13_VFD1 (APF 3HP): Using module-specific boilerplate BYDC_13_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_13_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_13_VFD1_Module.L5X
|
|
BYDC_2_VFD1 (APF 3HP): Using module-specific boilerplate BYDC_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_2_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_2_VFD1_Module.L5X
|
|
BYDC_3_VFD1 (APF 7_5HP): Using module-specific boilerplate BYDC_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_3_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_3_VFD1_Module.L5X
|
|
BYDC_4_VFD1 (APF 10HP): Using module-specific boilerplate BYDC_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_4_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_4_VFD1_Module.L5X
|
|
BYDC_5_VFD1 (APF 5HP): Using module-specific boilerplate BYDC_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_5_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_5_VFD1_Module.L5X
|
|
BYDC_6_VFD1 (APF 10HP): Using module-specific boilerplate BYDC_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_6_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_6_VFD1_Module.L5X
|
|
BYDC_7_VFD1 (APF 3HP): Using module-specific boilerplate BYDC_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_7_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_7_VFD1_Module.L5X
|
|
BYDC_8_VFD1 (APF 10HP): Using module-specific boilerplate BYDC_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_8_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_8_VFD1_Module.L5X
|
|
BYDC_9_VFD1 (APF 10HP): Using module-specific boilerplate BYDC_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/BYDC_9_VFD1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PMM_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PMM_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PMM_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PMM_Module.L5X
|
|
PDP12_FIOH1 (FIOH PDP_FIOH): Using module-specific boilerplate PDP12_FIOH1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP12_FIOH1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP12_FIOH1_Module.L5X
|
|
PDP13_FIOH1 (FIOH PDP_FIOH): Using module-specific boilerplate PDP13_FIOH1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP13_FIOH1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP13_FIOH1_Module.L5X
|
|
PDP15_FIOH1 (FIOH PDP_FIOH): Using module-specific boilerplate PDP15_FIOH1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP15_FIOH1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP15_FIOH1_Module.L5X
|
|
PDP16_FIOH1 (FIOH PDP_FIOH): Using module-specific boilerplate PDP16_FIOH1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP16_FIOH1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/PDP16_FIOH1_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/SLOT5_IB16_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/SLOT7_IB16S_Module.L5X
|
|
Successfully loaded boilerplate: MTN6_boilerplate/SLOT6_OB16E_Module.L5X
|
|
No EN4TR modules registered for creation
|
|
Importing AOIs/DataTypes from MCM base: MTN6_boilerplate/MCM07.L5X
|
|
Archived old L5X: MTN6_MCM07_20250916_143836.L5X
|
|
Programs already exist (2 programs found), skipping empty program creation
|
|
OK: Generated project: /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/MTN6_MCM07_20250917_110816.L5X
|
|
Single file generation complete
|
|
- ['/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/MTN6_MCM07_20250917_110816.L5X']
|
|
|
|
=== Step 3 Batch Script Creation ===
|
|
Creating project folder compilation for: MTN6_MCM07
|
|
Source L5X: /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07/MTN6_MCM07_20250917_110816.L5X
|
|
Project directory: /mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/generated_projects/MTN6_MCM07
|
|
Generated batch file: compile_MTN6_MCM07.bat
|
|
SUCCESS: Project compilation ready!
|
|
To compile on Windows:
|
|
cd "C:\\Users\\ilia.gurielidze\\Projects\\PLC Generation\\generated_projects\\MTN6_MCM07"
|
|
compile_MTN6_MCM07.bat
|
|
|