Attention
IronPLC can only run very simple programs. The steps described are accurate but many language features are not yet supported.
V6006¶
- Code
V6006
- Message
Unable to write to variable dump file
The VM could not write to the variable dump file. The disk may be full or the file system may be read-only.
Solutions¶
Check that the disk has sufficient free space
Verify the file system is not mounted as read-only
Ensure the file has not been locked by another process
Check write permissions on the dump file and its parent directory
# Check available disk space
df -h /path/to/dump/
# Check file permissions
ls -l /path/to/dump/output.txt