Overview
ISO 11783-13:2022 defines the file server (FS) message set for tractors and machinery used in agriculture and forestry. Part 13 of the ISO 11783 series specifies how a distinct control function (CF) on a mobile implement network provides file-based storage services so that any client CF can store, retrieve and manage files on a shared storage device. This edition adds Unicode support for path/file names, removes legacy 8.3 short-name support and includes clarifications to improve protocol implementation and testability.
Key topics and technical requirements
- File server role: The FS is a control function on the mobile implement bus that handles file and directory operations for other CFs (clients).
- Message format: Uses parameter group numbers (Annex C) and follows ISO 11783 transport rules. Character data is left-most first; multi-byte numerics are LSB-first; unused bytes in short messages are filled with 0xFF.
- Data formats: Files are byte streams (0–255). Bit groups (1–16 bits) and integers (unsigned 8/16/32, signed 32) have specified packing and byte order. Character strings include length fields and support Unicode (from file server version 4).
- File attributes and structures: Directories, volumes, file attributes (read-only, hidden, etc.), file handles and primary volume concepts are standardized for consistent access.
- Transport and framing: CAN frames are used for messages ≤ 8 bytes. For messages ≥ 9 bytes the TP/ETP transport protocols (per ISO 11783-3) are required.
- Multi-client support & transaction strategy: Each client maintains a transaction number (TAN) counter to detect lost or duplicate requests. The FS caches the last request/response per client and retransmits previous responses when duplicate TANs are detected.
- Timeouts and status: Clients must monitor timeouts. FS shall indicate busy status if a response takes longer than 200 ms; absence of busy status implies a 600 ms request timeout window. Transport protocol timeouts per ISO 11783-3 apply.
- Annexes: Annex A (character set), B (parameters), C (message definitions), D (example file systems), E (path-name behavior) support implementation.
Practical applications and users
- Equipment manufacturers and embedded systems engineers implementing on-board electronics for tractors, implements and forestry machinery.
- Firmware and ECU developers building FS-compliant storage services or client CFs that read/write configuration, application data, logs, maps or prescription files.
- Systems integrators and suppliers ensuring interoperability across implements and tractors using the ISO 11783 (ISOBUS) ecosystem.
- Test engineers validating FS message handling, timeouts, multi-client behavior and Unicode filename handling.
Related standards (context)
- ISO 11783 series (notably Part 1, Part 3 and Part 5)
- ISO 11898-2 (CAN high-speed physical/data link)
- SAE J1939 family (common heritage for vehicle network messages)
Keywords: ISO 11783-13, file server, ISOBUS, tractors, agriculture machinery, CAN, transport protocol, TAN, Unicode filenames, file attributes, multi-client.