running Industrial Automation Aplications on LINUX

Questions about Wine on Linux
Locked
Romac
Newbie
Newbie
Posts: 2
Joined: Fri Jan 24, 2014 1:44 pm

running Industrial Automation Aplications on LINUX

Post by Romac »

If I am to use Linux I need to be able to run Industrial Automation Application software. These application packages are written to run on windows, and are written by major electronic companies such as: Mitsubishi, LG, Delta, Toshiba, GE Fanuc, Siemens, Yaskawa etc. This software comes in many forms as each manufacture has their own method of doing things and probably the only thing they have in common is that they allow you to control all types of equipment.
Any help would be welcome.

Regards
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: running Industrial Automation Aplications on LINUX

Post by oiaohm »

Romac exactly what form of Industrial Automation Aplications.

http://linuxscada.info/ If you dealing with scada systems there are a lot of Linux native solutions. Yes there are a lot of common standards used between the different vendors.

Wine path has its issues every application is on a case by case base as each application could use features wine does not support or badly supports.

Items requiring exact timing are way better for Native than inside wine. So direct driving a cnc lathe from wine would not be sane for example. Direct driving a cnc lathe using Linux native software is fine.

Romac so my first question have you looked at the Linux native software?
Romac
Newbie
Newbie
Posts: 2
Joined: Fri Jan 24, 2014 1:44 pm

Re: running Industrial Automation Aplications on LINUX

Post by Romac »

Hi oiaohm

I have no experience with linux and that is why I posted this before I jumped in and got lost and frustrated.

I have not been to http://linuxscada.info/ for scada but I will be going there after I leave here.

The Industrial Automation Aplications I wrote about are PLC programs, VFD programs, display and keypad programs and full scada (Cimplicity)

I hope this gives a better idea of what I am looking for.

Where do I look for native Linux Plc application?
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: running Industrial Automation Aplications on LINUX

Post by oiaohm »

Romac I need a clarification on PLC.

I guess not like this where you are building them from base parts like https://www.olimex.com/Products/OLinuXino/ or http://code.google.com/p/open-plc/ or even https://sites.google.com/site/classicladder/ that is a software form.

http://mblogic.sourceforge.net/ is another I have used.

You will find a lot of the Linux Scada software has options for sending control messages to plc.

VFD I know linuxcnc has this. But its not something I look for often myself.


There are quite a few different solutions out there for Linux. Lots of them open source.
Locked