TUFLOW Message 5058

From Tuflow
Revision as of 16:56, 6 February 2025 by Emilie Nielsen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
Go-up.png 5xxx Messages