Difference between revisions of "TUFLOW Message 5058"
Jump to navigation
Jump to search
(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...") |
|||
Line 1: | Line 1: | ||
{{TUFLOW_Message | {{TUFLOW_Message | ||
− | |tuflow_message=ERROR 5058 - Cannot define a new "Device" within another "Device" block. Line | + | |tuflow_message=ERROR 5058 - Cannot define a new "Device" within another "Device" block. Line "<>" |
|alt_msg=NA | |alt_msg=NA | ||
|type=[[ERROR]] | |type=[[ERROR]] |
Latest revision as of 16:56, 6 February 2025
TUFLOW Message
ERROR 5058 - Cannot define a new "Device" within another "Device" block. Line "<>"
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 |
---|
![]() |