Ladder loigic software for ubuntu
I just started a class on industrial motor controls. I am thinking it would be handy to have a ladder logic diagram software to help me draw, program, and become familiar with PLCs and ladder logic diagrams. Does anyone know a decent program to do that?
I tooled around in the repos for a bit, but found nothing on ladder logic.
software-recommendation
add a comment |
I just started a class on industrial motor controls. I am thinking it would be handy to have a ladder logic diagram software to help me draw, program, and become familiar with PLCs and ladder logic diagrams. Does anyone know a decent program to do that?
I tooled around in the repos for a bit, but found nothing on ladder logic.
software-recommendation
add a comment |
I just started a class on industrial motor controls. I am thinking it would be handy to have a ladder logic diagram software to help me draw, program, and become familiar with PLCs and ladder logic diagrams. Does anyone know a decent program to do that?
I tooled around in the repos for a bit, but found nothing on ladder logic.
software-recommendation
I just started a class on industrial motor controls. I am thinking it would be handy to have a ladder logic diagram software to help me draw, program, and become familiar with PLCs and ladder logic diagrams. Does anyone know a decent program to do that?
I tooled around in the repos for a bit, but found nothing on ladder logic.
software-recommendation
software-recommendation
edited Jun 5 '14 at 8:57
Luís de Sousa
9,1771752101
9,1771752101
asked Jun 4 '14 at 15:31
j0hj0h
6,4071453117
6,4071453117
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
PLC-EMU
[...] a tool for emulating PLCs on a Linux box, using I/O cards. This
way you can build a cheap alternative to PLC's, for use with
automation applications. It consists of a text-based Ladder Diagram
parser, a minimal C API and an optional ncurses-based interface for
online control.
ClassicLadder
Free ladder & sequential (grafcet) languages as used on many PLC for
programming automation process. Ladder language allows to realize
programs on PLC in an electric way. Modbus protocol for SCADA cnx and
remote I/O modules. RTLinux/RTAI/Xenomai support for real-time. Can be
embedded without GTK interface.
Check also the PLC index at SourceForge.
add a comment |
Take a look at The OpenPLC Project it's a great choice! Runs on both linux and Windows and has good support.
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f476813%2fladder-loigic-software-for-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
PLC-EMU
[...] a tool for emulating PLCs on a Linux box, using I/O cards. This
way you can build a cheap alternative to PLC's, for use with
automation applications. It consists of a text-based Ladder Diagram
parser, a minimal C API and an optional ncurses-based interface for
online control.
ClassicLadder
Free ladder & sequential (grafcet) languages as used on many PLC for
programming automation process. Ladder language allows to realize
programs on PLC in an electric way. Modbus protocol for SCADA cnx and
remote I/O modules. RTLinux/RTAI/Xenomai support for real-time. Can be
embedded without GTK interface.
Check also the PLC index at SourceForge.
add a comment |
PLC-EMU
[...] a tool for emulating PLCs on a Linux box, using I/O cards. This
way you can build a cheap alternative to PLC's, for use with
automation applications. It consists of a text-based Ladder Diagram
parser, a minimal C API and an optional ncurses-based interface for
online control.
ClassicLadder
Free ladder & sequential (grafcet) languages as used on many PLC for
programming automation process. Ladder language allows to realize
programs on PLC in an electric way. Modbus protocol for SCADA cnx and
remote I/O modules. RTLinux/RTAI/Xenomai support for real-time. Can be
embedded without GTK interface.
Check also the PLC index at SourceForge.
add a comment |
PLC-EMU
[...] a tool for emulating PLCs on a Linux box, using I/O cards. This
way you can build a cheap alternative to PLC's, for use with
automation applications. It consists of a text-based Ladder Diagram
parser, a minimal C API and an optional ncurses-based interface for
online control.
ClassicLadder
Free ladder & sequential (grafcet) languages as used on many PLC for
programming automation process. Ladder language allows to realize
programs on PLC in an electric way. Modbus protocol for SCADA cnx and
remote I/O modules. RTLinux/RTAI/Xenomai support for real-time. Can be
embedded without GTK interface.
Check also the PLC index at SourceForge.
PLC-EMU
[...] a tool for emulating PLCs on a Linux box, using I/O cards. This
way you can build a cheap alternative to PLC's, for use with
automation applications. It consists of a text-based Ladder Diagram
parser, a minimal C API and an optional ncurses-based interface for
online control.
ClassicLadder
Free ladder & sequential (grafcet) languages as used on many PLC for
programming automation process. Ladder language allows to realize
programs on PLC in an electric way. Modbus protocol for SCADA cnx and
remote I/O modules. RTLinux/RTAI/Xenomai support for real-time. Can be
embedded without GTK interface.
Check also the PLC index at SourceForge.
answered Jun 5 '14 at 8:55
Luís de SousaLuís de Sousa
9,1771752101
9,1771752101
add a comment |
add a comment |
Take a look at The OpenPLC Project it's a great choice! Runs on both linux and Windows and has good support.
New contributor
add a comment |
Take a look at The OpenPLC Project it's a great choice! Runs on both linux and Windows and has good support.
New contributor
add a comment |
Take a look at The OpenPLC Project it's a great choice! Runs on both linux and Windows and has good support.
New contributor
Take a look at The OpenPLC Project it's a great choice! Runs on both linux and Windows and has good support.
New contributor
New contributor
answered 4 hours ago
Aceix SmartAceix Smart
11
11
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f476813%2fladder-loigic-software-for-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown