. .

Thread: Game on!

Page 1 of 2 12 LastLast

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    So the last few days have been a "getting it all working" scenario. First off was a power problem: I'd had some issues with the control box and other gear (typically with big SMPS) tripping out the RCCB in the workshop, and as soon as I tried to power up the VFD it did it every time. Investigation showed that the whole workshop was on a 30mA trip, fine for a domestic ring main, but unlikely to be stable with a couple of big EMI filters on the line, I've come across such issues before. Thankfully I have a humungous (1.5KVA) isolation transformer I use when developing switch mode supplies, putting that in the line has at least enabled me to get going. looks like I'm going to have to have a word with the estate to get a more realistically rated breaker fitted Then came the joys of programming the VFD (a Sunfar 300 - the more usual Huanyang doesn't go high enough for a 4 pole spindle), although the manual (or at least the newer version of it) isn't so bad there's a couple of things that vary between ambiguous and rather misleading. Anyway finally I've managed to get the spindle spinning (and the right way round!!) and sorted out stopping and starting from UCCNC. This showed up and interesting twist in that for survivability's sake you need a high voltage open collector O/P from the AXBB-E to switch the spindle On/Off as it's switching something that seems to vary between 5.5 and 6.5V; OK so you could use one of the Port 2 isolated outputs. BUT the switching input is referred to the 5V/processor ground on the AXBB-E through the 0-10V speed control line, NOT the 24V "machine" ground that the isolated outputs run from, so the choice is to either common all the grounds up, or get creative: I chose the latter and added a wee MOSFET on the output of Port1 p17 to buffer it. Then lastly I had some issues with limits triggering when the spindle started, after some parping about this was solved by tying the 24V ground to earth but floating the 5V ground.
    Last edited by Voicecoil; 01-02-2020 at 11:25 PM.

  2. #2
    Quote Originally Posted by Voicecoil View Post
    Thankfully I have a humungous (1.5KVA) isolation transformer I use when developing switch mode supplies, putting that in the line has at least enabled me to get going.
    You know this, but I'm going to say it anyway in case anyone else wants to have a go: You are now completely unprotected from electric shocks. What would previously (thanks to the annoying 30mA RCD) have resulted in nothing worse than a bout of swearing could now lead to a funeral.
    An optimist says the glass is half full, a pessimist says the glass is half empty, an engineer says you're using the wrong sized glass.

  3. #3
    Quote Originally Posted by Kitwn View Post
    You know this, but I'm going to say it anyway in case anyone else wants to have a go: You are now completely unprotected from electric shocks. What would previously (thanks to the annoying 30mA RCD) have resulted in nothing worse than a bout of swearing could now lead to a funeral.
    Care to explain that? Because, like voicecoil I use an isolation transformer when developing 240V switching devices (in my case 3 phase pmsm drives) specifically to prevent myself getting an electric shock. That and stopping me melting 'scope probe leads anyway.... ;)

  4. #4
    Quote Originally Posted by brman View Post
    Care to explain that? Because, like voicecoil I use an isolation transformer when developing 240V switching devices (in my case 3 phase pmsm drives) specifically to prevent myself getting an electric shock. That and stopping me melting 'scope probe leads anyway.... ;)
    Yes it does need qualifying.

    If there is no earth reference connection anywhere following the transformer and you touch a live connection then that side of the supply will float to your potential and no current will flow. Same with your scope probes, the scope floats to the same potential as that side of the supply (or vice versa) and there is no problem.

    The problem arises when one side of the supply is connected to exposed metalwork either deliberately or by accident such as touching a metal bench or via another piece of equipment plugged into a dis board fed from the transformer. This creates the risk of you contacting both sides of the supply at once.

    You are quite right that an isolating transformer can protect you in certain circumstances but most electronic workshops have strict guidelines about the use of isolating transformers including only ever plugging in one piece of equipment at a time, covering metal benches with rubber mats etc. My concern was if the whole CNC machine and other gear was going to be isolated by the transformer something somewhere could be providing an earth reference and that creates a danger.

    The primary danger I was concerned with is the fact that a transformer negates the protection provided by an RCD. If you connect yourself between a standard mains supply and earth it's the leakage to earth (which creates a small difference in the live and neutral currents at the RCD) that is picked up by the RCD and that trips the supply. Put a transformer downstream of the RCD and connect yourself across it's output and there is no earth leakage back to the mains supply so the RCD won't protect you.
    An optimist says the glass is half full, a pessimist says the glass is half empty, an engineer says you're using the wrong sized glass.

  5. #5
    Quote Originally Posted by Kitwn View Post
    Y

    The problem arises when one side of the supply is connected to exposed metalwork either deliberately or by accident such as touching a metal bench or via another piece of equipment plugged into a dis board fed from the transformer. This creates the risk of you contacting both sides of the supply at once.
    ......That's why SMPS engineers tend to work with one hand behind their back I guess!

    Seriously though, the danger isn't that great as to get a shock off an isolated supply you'd basically need to be touching something live with one hand and something neutral with the other, which is likely a smaller risk than touching something live and leakage to earth via feet etc.. And of course as part of the procedure I've always gone through when working in such a way, you do a check that there's mains earth continuity through the iso. transformer, so that in this case the machine chassis is properly earthed.
    Last edited by Voicecoil; 02-02-2020 at 10:46 AM.

  6. #6
    Quote Originally Posted by Voicecoil View Post
    ......That's why SMPS engineers tend to work with one hand behind their back I guess!

    Seriously though, the danger isn't that great as to get a shock off an isolated supply you'd basically need to be touching something live with one hand and something neutral with the other, which is likely a smaller risk than touching something live and leakage to earth via feet etc.. And of course as part of the procedure I've always gone through when working in such a way, you do a check that there's mains earth continuity through the iso. transformer, so that in this case the machine chassis is properly earthed.
    I could have misunderstood but I think kitwin was making the point that, even with a good chassis earth, you will not notice if you have a short from line or neutral to the chassis. So, if you then touch chassis and live you will get a belt the RCD might not protect you from.

  7. #7
    .
    Last edited by Voicecoil; 03-02-2020 at 02:04 PM.

  8. #8
    .
    Last edited by Voicecoil; 03-02-2020 at 02:04 PM.

  9. #9
    OK, I see what you mean, I must have read it wrong. But I guess in an industrial setup you're not going to have a 30mA RCD, so similarly it's going to be a matter of working carefully.Anyway it's a lot less scary than 370V DC on the primary side of a power supply (or on the braking terminals of a VFD for that matter )
    Interesting to hear you work on PMSM drives, what sort of power? I've only ever come across quite small PMSM's

    Quote Originally Posted by brman View Post
    I could have misunderstood but I think kitwin was making the point that, even with a good chassis earth, you will not notice if you have a short from line or neutral to the chassis.
    It's not beyond the wit of man to make a circuit that detects that, if I have a spare moment I might just add one to my isolation transformer. Not that the current arrangement is anything more than temporary until the workshop electrics get sorted out (type F RCCB maybe?), but I can see it might have other uses.
    Last edited by Voicecoil; 02-02-2020 at 02:10 PM.

  10. #10
    You may be overthinking or misunderstanding this. Having spent most of my career designing and developing mains powered SMPS products, I would endorse the use of an isolation transformer. It's true that the RCD no longer protects you against accidental contact with an HV circuit - but when it's floating, by definition one such point of contact isn't in itself an issue. On the other hand, if it's non-isolated mains, you can get a lethal (deadly) belt just by touching a live node unless you are fully enclosed in a heavy duty rubber gimp suit. Unfortunately these are expensive, uncomfortable and can get you arrested.

    Most professional labs use an mains isolation transformer and a variable source, either a variac (variable autotransformer) or a modern switchmode AC source. There is generally an e-stop to completely kill the power remotely in case you observe anything untoward. And you don't let anyone near the stuff without full and formal training.

    There's no protecting against complete idiocy and at some point you need to learn the importance of NOT touching 2 different nodes, particularly with different hands. I once did that across 415Vac and somehow live to tell the tale. It hurt like f*ck and I never did it again but might not have been so lucky. For that reason, only using one hand to attach probes etc, combined with an isolation transformer is an <almost> foolproof way to avoid unnecessary bouts of death. Nowadays, we are trained in CPR and have access to defibrillators but those are the ambulance at the bottom of the cliff rather than the fence at the top.

  11. The Following User Says Thank You to Muzzer For This Useful Post:


Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. New to this game and need link to Chai at lineramotionbearings Ebay page
    By worksengineer in forum Marketplace Discussion
    Replies: 6
    Last Post: 30-06-2014, 06:37 PM
  2. trying to improve my board game
    By cubikoman in forum General Discussion
    Replies: 28
    Last Post: 12-05-2012, 06:57 AM
  3. NEW MEMBER: I'm new at this game.
    By rwery in forum New Member Introductions
    Replies: 1
    Last Post: 01-06-2009, 01:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •