LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Power Switch Serial Control | PCM815SHNA

Dear Labview Community,

 

Hope you are doing well. I am planning to buy a power switch (Power Switch 8 Outlet Serial Control PDU - Rack PDUs | Server Rack Accessories | StarTech.com) for an emergency stop algorithm I am trying to build up. I have several process controllers that I need to turn off if a certain limit is exceeded in a pressure transducer. I am being able to communicate with the transducer with a serial port. However, I am not finding any power switch/ power distribution unit that can be communicated via Labview. 

 

The product I have shared seems to have off command through serial port. Can I use labview to turn off the power switch? (Manual Link: PCM815SHNA.qxd (startech.com)

 

Additionally, if you have suggestion about any product, you know that has certified LabVIEW driver will be much appreciated.

 

Thanks,

Jarir

0 Kudos
Message 1 of 7
(1,039 Views)

@Jarir wrote:

The product I have shared seems to have off command through serial port. Can I use labview to turn off the power switch? (Manual Link: PCM815SHNA.qxd (startech.com)


Yes, you can make your own driver fairly easily by using VISA and use the terminal commands as shown starting on page 10 of the manual.  You can get some good information on using the serial port here: VIWeek 2020/Proper way to communicate over serial


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 7
(1,010 Views)

I just had a look at the product page for your PCM815SHNA and noticed it was discontinued.  So you will have to find a different device to use.  It is fairly common to find a managed PDU.  Here's one I found quickly from Eaton: PDUMH15NET2LX.  The documentation shows an Ethernet and a serial option.  Similar to your other device, you would have to program up the terminal commands to control the PDU.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 7
(1,002 Views)

IMO, emergency control situations should be controlled directly by hardware, not software running on a PC.

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
Message 4 of 7
(975 Views)

Thanks a lot for the suggestion. I watched the video as well. This is so helpful. 

 

Question: Could you please refer me to the commands of serial communication from the manual? I am finding the ethernet one. 

0 Kudos
Message 5 of 7
(973 Views)

You have a valid point. We have hardware-controlled emergency control system for our main equipments. This is just to stop a secondary equipment wasting it's lifetime during an emergency shutdown. That's why I am choosing software one. 

 

0 Kudos
Message 6 of 7
(969 Views)

Page 11 has the commands to power off.

0 Kudos
Message 7 of 7
(953 Views)