Attention
IronPLC implements many parts of the IEC 61131-3 standard and is working toward full Structured Text support. Key features still missing include ranges, enum and I/O mapping.
V6004¶
- Code
V6004
- Message
Unable to create variable dump file
The VM could not create the variable dump output file specified by --dump-vars.
Solutions¶
Verify the output directory exists
Check that you have write permissions for the target directory
Ensure the file path does not contain invalid characters
Confirm the disk has sufficient free space
# Ensure the output directory exists
mkdir -p /path/to/output/
# Check write permissions
ls -ld /path/to/output/