element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum is arduino reliable for industrial environment for industrial application?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 52 replies
  • Answers 25 answers
  • Subscribers 397 subscribers
  • Views 7974 views
  • Users 0 members are here
  • dil
Related

is arduino reliable for industrial environment for industrial application?

Former Member
Former Member over 11 years ago

hi all,

i have used arduino uno to make datalogger for industy.i used sd card,rtc,lcd and some basic ic in my circuit.plz do rply.is it reliable to use arduino in industry?

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 9 years ago +6 suggested
    Hello everyone, my name is Daren. I am an Engineer and Arduino software developer. This is the question I started asking when I had clients that needed specialized automation systems for industrial applications…
  • dougw
    dougw over 11 years ago in reply to mcb1 +3 suggested
    I hate to contradict, but can't leave people with an incorrect impression of the ATmega328. This chip does have a watchdog timer and it even has a programming lock for software security. The watchdog can…
  • Robert Peter Oakes
    Robert Peter Oakes over 11 years ago +2 suggested
    Agree with Michael Arduino is an echo system to allow rapid development and education without having to get out the soldering Iron for instance, the boards in general lack the protection circuits often…
Parents
  • Former Member
    0 Former Member over 10 years ago

    Dear all,

    Arduino board, as a component is reliable 100% as a industrial PCB. All pcb boards use similar components. But some connectors or function voltage is diferent that industrial voltage or connector plug in. You can see industrial shields wich is using an orginal Arduino boards but with industrial case for Din Rail and are mounting with 24vdc shields, analog 0-10Vdc and relays in its product range.

    In my experience Arduino Mega and Arduino leonardo is 100% usable of industrial environment with current industrialshields.

    br

    Albert

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago in reply to Former Member

    I agree that the main components on an Arduino or Launch pad are suitable for industrial applications, it is the physical and electrical construction of the Arduino or Launch Pads that are the primary issue, they do not use industrial grade connectors, do not have suitable input ,output protection , Isolation etc and so many other minor points that would need correcting for a commercial / industrial application. this does not mean there a bad design, there actually very good for their target audience (Education) and built to a budget

     

    There are many boards, and as you say DIN Rail mountable industrial controllers that are "BASED" on the Arduino or Launchpads or others but have been "Ruggedized" for the target environment

     

    for instance : http://www.industrialshields.com/

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago in reply to balearicdynamics

    So were basically saying the same thing (Mostly)

     

    but by changing the connectors, layout and interfacing, it is no longer an Arduino in the strictest terms. I think (Correct me if im wrong) that your refering to keeping the development environment / DFU parts but upgrade the connection, protection and integration (Signal Handling ) ability

     

    IE.

    24V supply as standard

    24V logic level inputs with surge protection and current limiting

    Isolated Relay or Solid state outputs for mains or 24V control, PCB tracks shuitable to handle MAINS at the prescribed current and voltages.

    Still keeping the Arduino IDE development environmnet

    4-20mA inputs on 12 or more bit ADC, and or 0-10V

    still using an ATMEGA328, 2560 etc at its core

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to Robert Peter Oakes

    Hey Peter, you have perfectly focused the question!

     

    Let me show an example schematics:

    imageimage

    These two sheets shows an Arduino-like board based on the 328p that is the core of the Click-Remote, the first controller for stop motion shooting I have developed for the Canon EOS cameras. With Arduino-like I mean that the micro controller is set so it can be programmed with a 328p with the bootloader and with the standard Arduino IDE. As a matter of fact I have then developer all the firmware with the AVR studio and C++ without the bootloader, but this makes no difference. It is recognised as an Arduino UNO by the IDE with the difference that already hosts the LCD display, the Shift Register, the transisotrs that drive the low power relais for the shooting and autofocus control and so on. The result is that there are no connectors than the 3.5 mm Jack plugs to connect the Canon cables.

     

    Note that this is an early 2014 version and I have not yet added the improvements like those I have mentioned in the previous post.

     

    It is not a product for a Industrial environment but despite this, is anyways exposed to a reasonable number of risks, like shocks, humidity, vibrations etc. as the device will work together the camera in any place where the photographer will do the shooting. Just to complete the circle, the video below shows this board in action.

     

    Cheers, Enrico.

    You don't have permission to edit metadata of this video.
    Edit media
    x
    image
    Upload Preview
    image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago in reply to balearicdynamics

    love the video image

     

    Yes, this is a perfect example of a comercial application where the demands or possible issues of vibration, Electromagnetic interference and consiquences of a failure are minimal, but even here you have moved from the Standard Arduino to a custom one delivering exactly what the product at that time needed, this is a great example of a none industrial but production worthy design

     

    In a few weeks I will be reviewing some Industrial Arduino (Based) shields from "IndustrialShields" and I will be tearing them down on camera too so it will be interesting to see what they have done to make these "Industrial" ?

     

    I dont think these are specifically Shields that plug onto an Arduino but more of an Industrial PLC that ahears to the Arduino IDE and development environment, I will find out for sure when I get them in my hands soon image

     

    Interestingly I beleive there made in Spain image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to Robert Peter Oakes

    Precisely it is done in My Home => Ibiza => Spain

    If you want I have also some images of the internal building, I think.

     

    About te industrial shield me too I am curious. I am seeing that there has been a lot of advertisement on the network of a Arduino PLC that seems proposed for professional / industrial applications and I saw in the images a bare original, standard Arduino with some plug shield on it.

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago in reply to balearicdynamics

    Well as I said, I should have some in a few weeks as the company want me to review them and produce videos etc, including a tear down (Not from E14)

    image

    So i will link in the videos and info whan done, it should be interesting image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to Robert Peter Oakes

    I am really curious. These guys are from Barcelona.

     

    Wait for your considerations.

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to balearicdynamics

    I have found http://www.rs-online.com/designspark/electronics/eng/blog/arduino-based-plc-from-industrial-shields

    I didn't know that RS starts its marketing campaign. I'm from industrialshields. And Arduino boards are totally realiable. There are productos working in several companies more than 1 year already. I attached a picture of the plc inside.You can see Arduino board

    @image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago in reply to Former Member

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to Former Member

    image Great to appear between us Albert !

     

    To be honest, in the context of the image you show, I have no doubt that Arduino is fully reliable. But IMHO if depends most on the things that I see around that is the value-added of your company. Anyway I remain of the idea that if a board should be done, better to do one at all instead fitting pieces. Remain the fact that - waiting the results of Robert Peter Oakes your products seems well done.

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago in reply to Former Member

    I do look forward to reviewing these and it looks like the Arduino is the "Shield" image. but this shows exactly what I was refering to on many previous posts

     

    You need to integrate all the additional interfacing electronics to make it into the industrial Version, and as is clearly seen in the picture, secure the Arduino to its integration parts with more than just the connector

     

    This looks like a nice job you have done Albert and I look forward to reviewing the products

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago in reply to Former Member

    I do look forward to reviewing these and it looks like the Arduino is the "Shield" image. but this shows exactly what I was refering to on many previous posts

     

    You need to integrate all the additional interfacing electronics to make it into the industrial Version, and as is clearly seen in the picture, secure the Arduino to its integration parts with more than just the connector

     

    This looks like a nice job you have done Albert and I look forward to reviewing the products

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube