Jump to content

Test Bench for industrial HVAC machinery


Recommended Posts

Dear colleagues,

I'd like to share my first project using Unistream.

It consists in a test bench for an important manufacturer of industrial HVAC systems and compressors in a new factory in Spain. When a new compressor is finished in the production line, it has to pass the test bench in order to be suitable for selling. These compressors can reach up to 250 KVA of power in 50 or 60 Hz and there are three independent lines:

image.png.620bf587063c1faf14194c406c1dfe9e.pngimage.png.f612cfd11e780a0538ca23e52e54edc4.png

-        The first line is for machines from 200 to 460 volts in 50 and 60 Hz and up to 250 KVA.

-        The second line is for machines from 12 to 48 volts in 50 and 60 Hz

-        The third line is for machines from 12 to 48 volts in DC.

I used Unistream mainly for three reasons:

-        I needed to communicate with 5 Modbus RTU slaves (Power meters). Comms are quite easy with Unilogic.

-        I needed to use function blocks to control the great amount of contactors during the commutations. I can also manage them individually in manual mode with a unique faceplate indexing the data of the instance based on the object pressed in the screen. I wanted to integrate also interlock management and the fail-to-start alarms so the function block was almost mandatory.

-        I had a big datalogging requirement with the test results with the powers, currents, voltages, power factor from all the power meters to allow the operator to analyze the data from the test. There was requirements for trends and for exporting the data to CSV files.

image.png.16a86ce4c2263fefd5840e0e514d5a41.pngimage.png.8bc3c1e5cbfa1a97f52e8e7439f504dd.png

So the control consists in a sequence of steps which also requires intervention of the operator to select the frequency, and voltage. Once this is selected, the PLC will close the contactor with the 50 Hz or will start the speed drive with 60 Hz. It will also close the correspondent output of the transformer with the selected voltage and then it will start the fine tuning by regulating a variac up or down acting as a voltage stabilizer. I tried to do this with a PID but it’s quiet complicate since the variac is not analogic. You have to increase or decrease the voltage on it through two digital outputs (up and down). Trying to tune this PID resulted into impossible or not reaching a minimum error between the setpoint and the output or continuously oscillating. So I created my own PID where I sent a continuous pulse or small pulses depending on the distance between SP and MV. With this and a configurable minimum error I could set the MV with less than 0.5 volt error.

image.png.957ec44a92ab3ea4830359bb3f86ee4d.pngimage.png.7f668a72b9c7f9094e7bf8ad2a29ff59.png

 

The part with the communications was quite tricky as I couldn’t communicate with the 5 Modbus RTU slaves at the speed I needed and I had continuous congestions making the RS485 network to crash. Since the values from the power meters were used as the MV for my PID, I needed more speed so we added the TCP module to three of them. Then I had Modbus TCP and RTU but the change in the network performance was very important.

image.png.13a3b360cae2e0ffe21800f137de833f.pngimage.png.4884d6796a7d83fa084f4f3342aae3b2.png

 

The datalogging part was also challenging, because of the amount of data. I added a “record” mode on each line to start the datalogging, create a new CSV and close it once the test was completed.

image.png.607461bef1a1e3f6f5c5ea557b72e2c2.pngimage.png.26c1ac18f3dfb8d919171b8c481167f6.png

image.png.cae18287e9b5ce0d2f0728756f429e26.png

I’d like to thank to my colleagues in Grupo Galiana (Spain) for developing and building this amazing machine and the Unitronics forum people for the help. It was really challenging but the effort was well worthwhile.

Thanks to everyone.

Best Regards

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...