Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Visual inspection of the components shows correct implementation. However, if you search for the coil name it only appears once. One component uses a 1 (one) in the name (ACDXCoil 1) and the other uses the lowercase letter L. So it's not the coil type that is the problem, it a misspelled coil name.

 AirLoopHVAC:UnitarySystem,
   MiniSplitUnit,           !- Name
   Coil:Cooling:DX:SingleSpeed,  !- Cooling Coil Object Type
   ACDXCoil 1,              !- Cooling Coil Name

 Coil:Cooling:DX:SingleSpeed,
   ACDXCoil l,       !- Name

Visual inspection of the components shows correct implementation. However, if you search for the coil name it only appears once. One component uses a 1 (one) in the name (ACDXCoil 1) and the other uses the lowercase letter L. So it's not the coil type that is the problem, it it's a misspelled coil name.

 AirLoopHVAC:UnitarySystem,
   MiniSplitUnit,           !- Name
   Coil:Cooling:DX:SingleSpeed,  !- Cooling Coil Object Type
   ACDXCoil 1,              !- Cooling Coil Name

 Coil:Cooling:DX:SingleSpeed,
   ACDXCoil l,       !- Name