TUFLOW Message 5058
Revision as of 16:55, 6 February 2025 by Emilie Nielsen (talk | contribs) (Created page with "{{TUFLOW_Message |tuflow_message=ERROR 5058 - Cannot define a new "Device" within another "Device" block. Line [no.]: "<>" |alt_msg=NA |type=ERROR |message_desc=Devices ar...")
TUFLOW Message
ERROR 5058 - Cannot define a new "Device" within another "Device" block. Line [no.]: "<>"
Alternate Message
NA
Message Type
ERROR
Description
Devices are defined in blocks that start with "Device == [name]" and close with "End Device". Cannot define a new device within another device block. For example, the following is not allowed:
- Device == Device1
- ... Treatment Parameterisation Properties ...
- Device == Device2
- ... Treatment Parameterisation Properties ...
- End Device
- End Device
Suggestions
In the TUFLOW CATCH control file (.tcc), ensure all devices are defined in their own blocks. For example:
- Device == Device1
- ... Treatment Parameterisation Properties ...
- End Device
- Device == Device2
- ... Treatment Parameterisation Properties ...
- End Device
Up |
---|
![]() |