Straton: Difference between revisions
From ArmadeusWiki
(New page: ==Introductionn== Straton is a software PLC runtime used to develop under IEC61131 languages. ==Straton runtime on ARMadeus== ==Straton toolbox on Windows== ==Configure toolbox== ==Modify...) |
No edit summary |
||
Line 1: | Line 1: | ||
==Introductionn== | ==Introductionn== | ||
Straton is a software PLC runtime used to develop under IEC61131 languages. | [http://www.copalp.com/products/ide/editors.html Straton] is a software PLC runtime developed by [http://www.copalp.com COPALP], used to develop under IEC61131 languages. | ||
==Straton runtime on ARMadeus== | |||
To use straton runtime under armadeus simply select it under menuconfig (make menuconfig): | |||
<pre class="config"> | |||
Package Selection for the target ---> | |||
Armadeus specific tools/utilities ---> | |||
... | |||
[*] straton IEC-61131-3 environment | |||
... | |||
[*] straton_ios | |||
... | |||
</pre> | |||
Straton runtime is not an open source software, to use it under ARMadeus System 3 options are available on '''straton IEC-61131-3 environment''' option: | |||
*'''straton_dev''': If you have a '''VMTK''' license provided by COPALP select this option. You will have to set the code path directory under '''straton development directory''' option : | |||
<pre class="config"> | |||
Package Selection for the target ---> | |||
Armadeus specific tools/utilities ---> | |||
... | |||
[*] straton IEC-61131-3 environment | |||
(/home/runtime) straton development directory | |||
[*] straton_ios | |||
... | |||
</pre> | |||
*'''straton_bin''': If you have a '''runtime''' license provided by COPALP select this option. You will have to set the binary archive path under '''straton runtime path''' option : | |||
<pre class="config"> | |||
Package Selection for the target ---> | |||
Armadeus specific tools/utilities ---> | |||
... | |||
[*] straton IEC-61131-3 environment | |||
(/home/runtime) straton runtime path | |||
[*] straton_ios | |||
... | |||
</pre> | |||
*'''straton_demo''': If you don't have any license and you just want to test it select this option. Demo runtime binary will be installed under rootfs automatically. | |||
==Straton | ==Straton Workbench on Windows== | ||
==Configure Workbench== | |||
==Configure | |||
==Modify I/O profiles== | ==Modify I/O profiles== |
Revision as of 15:05, 24 June 2011
Introductionn
Straton is a software PLC runtime developed by COPALP, used to develop under IEC61131 languages.
Straton runtime on ARMadeus
To use straton runtime under armadeus simply select it under menuconfig (make menuconfig):
Package Selection for the target ---> Armadeus specific tools/utilities ---> ... [*] straton IEC-61131-3 environment ... [*] straton_ios ...
Straton runtime is not an open source software, to use it under ARMadeus System 3 options are available on straton IEC-61131-3 environment option:
- straton_dev: If you have a VMTK license provided by COPALP select this option. You will have to set the code path directory under straton development directory option :
Package Selection for the target ---> Armadeus specific tools/utilities ---> ... [*] straton IEC-61131-3 environment (/home/runtime) straton development directory [*] straton_ios ...
- straton_bin: If you have a runtime license provided by COPALP select this option. You will have to set the binary archive path under straton runtime path option :
Package Selection for the target ---> Armadeus specific tools/utilities ---> ... [*] straton IEC-61131-3 environment (/home/runtime) straton runtime path [*] straton_ios ...
- straton_demo: If you don't have any license and you just want to test it select this option. Demo runtime binary will be installed under rootfs automatically.