This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SewerCAD User Data Extensions

I am trying to use user data extension in SewerCAD  (under Conduit) and creating the following formula;

(DownStream pipe Invert - Manhole Invert)

But unfortunately I was not able to find Manhole Invert there in the conduit; I know it is under Manhole but I am preparing output and need it to be there.

Regards......MO.

Parents
  • Hello,

    There is no direct way of doing this. This is because the data for different elements is stored in different parts of the database. Therefore, only properties from the same element can be used to make a formula User Data Extension.

    There are a couple of things you can try. First, it is possible to make your own FlexTable for the project. One of the options to do this is to make a Two-Row FlexTable, which allows for limited information from the nodes to be included in a conduit-style FlexTable. This includes the invert for the upstream and downstream nodes. If you create a table with the inverts for the upstream and downstream nodes as well as the invert elevation for the conduit, this can show where these may differ. However, you will not be able to make the User Data Extension.

    Another option can work for manholes in the model. There are results fields for manholes in SewerCAD is called "Elevation (Invert in 1)," "Elevation (Invert in 2)," etc. These show the invert elevations for the first incoming conduit, the second incoming conduit, etc. While these are typically used to show the invert elevations for cases where more than one conduit drains to a single manhole, you may be able to use this to help with your UDX. You can use the different between the "Elevation (Invert in 1)" and "Elevation (Invert)" for the manhole element to show the different between the two. The only place this will not work is upstream-most manhole in a gravity subnetwork.

    Regards,
    Scott
Reply
  • Hello,

    There is no direct way of doing this. This is because the data for different elements is stored in different parts of the database. Therefore, only properties from the same element can be used to make a formula User Data Extension.

    There are a couple of things you can try. First, it is possible to make your own FlexTable for the project. One of the options to do this is to make a Two-Row FlexTable, which allows for limited information from the nodes to be included in a conduit-style FlexTable. This includes the invert for the upstream and downstream nodes. If you create a table with the inverts for the upstream and downstream nodes as well as the invert elevation for the conduit, this can show where these may differ. However, you will not be able to make the User Data Extension.

    Another option can work for manholes in the model. There are results fields for manholes in SewerCAD is called "Elevation (Invert in 1)," "Elevation (Invert in 2)," etc. These show the invert elevations for the first incoming conduit, the second incoming conduit, etc. While these are typically used to show the invert elevations for cases where more than one conduit drains to a single manhole, you may be able to use this to help with your UDX. You can use the different between the "Elevation (Invert in 1)" and "Elevation (Invert)" for the manhole element to show the different between the two. The only place this will not work is upstream-most manhole in a gravity subnetwork.

    Regards,
    Scott
Children