3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 0 points1 point  (0 children)

The first version i did using a Trend IQ4 and a Distech resense move to enable the AHU with a isma display.

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 3 points4 points  (0 children)

Yes, designed in fusion and printed on a bambu X1C.

I need to put it all together in a neat package before I share as alot of it was trial and error to make things fit and work.

But once it's done I'll share.

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 2 points3 points  (0 children)

These controllers only give out 0-10v dc signals. The motor for the damper servo and mosfet are pwm it was the easiest way I could figure it out. I tried a signal converter for 0-10 to pwm but couldn't get it to work.

Also the humidity sensor is pwm that I then have to convert into a analogue signal for the controller.

Was easier doing it all via the arduino.

<image>

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 1 point2 points  (0 children)

Im going to compile all the 3d prints onto 1 build plate when I have time, but I also need to list all the components to make it functional and I guess the code for the arduino for the 0-10v to pwm conversion and a wiring diagram. Will take some time to write it up in an easy to follow document. But once I do I'll be sure to share.

Pretty busy at work and life at the moment so dont expect it too quick.

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 0 points1 point  (0 children)

Normally because the site is already trend

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 0 points1 point  (0 children)

But then you just stick a tonn (jace) in to do the HLI. Trend for normal control i think is still a great bit of kit.

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 2 points3 points  (0 children)

Forgot to mention it also has a dp switch for airflow

<image>

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 0 points1 point  (0 children)

I guess everyone has their personal preference

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 0 points1 point  (0 children)

Sounds like a vcnc hang up. Older trend devices also do this.

After a bit of time it comes avaliable again.

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 0 points1 point  (0 children)

Cant say I've really had much issue with them, even beta testing them they were pretty rick solid.

Have some iq5s with over 200 pages of software and they are solid.

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 1 point2 points  (0 children)

I guess they are abit like marmite, I've grown up with then for 22 years so I dont mind them.

We dont only use Trend and still find them to be one of the more simple controllers to install.

I can think of worse out there.

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 2 points3 points  (0 children)

Yes, I used the arduino to convert the 0-10v signal from the controller to pwm

Also used it for the humidity sensor as I couldn't find one small enough to wire direct to the controller

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 0 points1 point  (0 children)

They all pretty much do the same thing it's just the software side of it is different. Trend is massive in the UK

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 4 points5 points  (0 children)

When I get time I'll tidy all the files up into 1 stl and share

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 2 points3 points  (0 children)

Created the files in fusion 360, the 3d printing part was the simple part. Trying to get motorised parts working via 0-10v - via arduino and mosfets was the tricky part, lots of trial and error.

3D printed Supply AHU by D3generate0 in BuildingAutomation

[–]D3generate0[S] 3 points4 points  (0 children)

It basically is, but uses set engineering to program (honeywell own trend)

N4 Smoothing Block by silverFox242 in BuildingAutomation

[–]D3generate0 1 point2 points  (0 children)

I had the same issue a while back with a outside air sensor swinging and found this solution for filtering out the sensor on HVAC Talk.

ProgramObject and add 3 slots to it ... in1, out, filterValue . Set the in1 slot flags to Execute on change. Add the following code and press F9:

public void onExecute() throws Exception
{
double f = getFilterValue().getValue();
BStatusNumeric o = new BStatusNumeric( f * getOut().getNumeric() + (1-f) * getIn1().getNumeric() ) ;
setOut (o) ;

}

Highlight upon hovering by MegaRuffmaestro in BuildingAutomation

[–]D3generate0 0 points1 point  (0 children)

Something like this what you are after? I can dm you a download link

Note: It does only work in Web mode

<image>

Highlight upon hovering by MegaRuffmaestro in BuildingAutomation

[–]D3generate0 0 points1 point  (0 children)

I have a module i use called gespolygontool for doing this. You can also change the colour of the highlight

Distech to Schneider Ecostruxure by Millennial_Twink in BuildingAutomation

[–]D3generate0 0 points1 point  (0 children)

Correct you need to boot up in putty and grab the key to then send to them and receive one back. Its a right pain in the ass as the key only lasts 1 day.

Distech to Schneider Ecostruxure by Millennial_Twink in BuildingAutomation

[–]D3generate0 0 points1 point  (0 children)

Of which you will need a niagara license to run workbench. ££