Tightening machine as a PLC device
From PlcWiki
Line 29: | Line 29: | ||
<pre> | <pre> | ||
- | #include "drivers/ | + | #include "/usr/local/plc/etc/drivers/AC3000_R2.drv" |
- | workplace.device. | + | #include "/usr/local/plc/etc/drivers/AC3000E_R2.drv" |
- | workplace.device. | + | workplace.device.ac3000_1 = yes |
- | workplace.device. | + | workplace.device.ac3000_1.driver = AC3000E_R2 |
- | + | #workplace.device.ac3000_1.driver = AC3000_R2 | |
- | workplace.device. | + | workplace.device.ac3000_1.settings.host = 10.8.4.180 |
- | workplace.device. | + | #workplace.device.ac3000_1.settings.tty = /dev/ttyS1 |
- | workplace.device. | + | workplace.device.ac3000_1.settings.log_file = /usr/local/plc/log/ac3000_1.log |
+ | workplace.device.ac3000_1.settings.debug_mode = yes | ||
+ | workplace.device.ac3000_1.settings.channelnumber = 1 | ||
+ | </pre> | ||
+ | |||
+ | == Atlas Copco 6000 : == | ||
+ | |||
+ | As Atlas Copco 3000 + this additional line: | ||
+ | |||
+ | <pre> | ||
+ | workplace.device.ac6000_1.settings.ac6000_mode = yes | ||
+ | </pre> | ||
+ | |||
+ | == Stanley : == | ||
+ | |||
+ | As Atlas Copco 3000 + these parameter are also available: | ||
+ | |||
+ | <pre> | ||
+ | workplace.device.tight_mach_1.settings.ac3000_spindle = 01 | ||
+ | workplace.device.tight_mach_1.settings.ac3000_scanner = yes | ||
</pre> | </pre> | ||
Revision as of 08:14, 14 March 2017
The most important properties of a tightening machine defined as a PLC device are its name and channelnumber. These two entries uniquely identify a tightening machine or its spidle.
channelnumber is a logical ID of single tightening spindle connected to a PLC client. It can be any non-zero positive integer as it's only purpose is to assign the tightening tool to appropriate operation. It has no other meaning.
Be aware to use channelnumber setting, not channel. channel is a deprecated setting with many side effects and should not be used anymore.
When a tightening machine has more than one spindle, this setting applies to the first of them. Other spindles' channelnumbers are assigned in sequential order. E.g. if this option is set to 3 and the machine has 2 spindles, then the first spindle has the channelnumber 3 and the second one has the channelnumber 4. The next usable channenumber value is 5.
.settings.channelnumber should match operation's .ChannelNumber value and the device name (i.e. tmachine_1) should match operation's .Device value.
Contents |
Georges Renault :
# Georges Renault #include "drivers/GR_IXPIO_COMBO.inc" workplace.devicehub.tmachine_io_combo_1 = yes workplace.devicehub.tmachine_io_combo_1.settings.debug_mode = yes workplace.devicehub.tmachine_io_combo_1.high_level.device.tmachine_1.settings.channelnumber = 1 # Only results from given spindle are delivered workplace.devicehub.tmachine_io_combo_1.high_level.device.tmachine_1.settings.accept_spindle = 2 # Spindle reported by the tightening machine will be overridden by given value workplace.devicehub.tmachine_io_combo_1.high_level.device.tmachine_1.settings.spindle_override = 1
Atlas Copco 3000 :
#include "/usr/local/plc/etc/drivers/AC3000_R2.drv" #include "/usr/local/plc/etc/drivers/AC3000E_R2.drv" workplace.device.ac3000_1 = yes workplace.device.ac3000_1.driver = AC3000E_R2 #workplace.device.ac3000_1.driver = AC3000_R2 workplace.device.ac3000_1.settings.host = 10.8.4.180 #workplace.device.ac3000_1.settings.tty = /dev/ttyS1 workplace.device.ac3000_1.settings.log_file = /usr/local/plc/log/ac3000_1.log workplace.device.ac3000_1.settings.debug_mode = yes workplace.device.ac3000_1.settings.channelnumber = 1
Atlas Copco 6000 :
As Atlas Copco 3000 + this additional line:
workplace.device.ac6000_1.settings.ac6000_mode = yes
Stanley :
As Atlas Copco 3000 + these parameter are also available:
workplace.device.tight_mach_1.settings.ac3000_spindle = 01 workplace.device.tight_mach_1.settings.ac3000_scanner = yes
Desoutter
#include "/usr/local/plc/etc/drivers/AC3000E.drv" workplace.device.ac3000_dessoutter = yes workplace.device.ac3000_dessoutter.driver = AC3000E workplace.device.ac3000_dessoutter.settings.host = 192.168.1.10 workplace.device.ac3000_dessoutter.settings.log_file = /usr/local/plc/log/tmachine_dessoutter.log workplace.device.ac3000_dessoutter.settings.debug_mode = yes workplace.device.ac3000_dessoutter.settings.channelnumber = 1 workplace.device.ac3000_dessoutter.settings.requestresenddelay = 0 workplace.device.ac3000_dessoutter.settings.waitforgroupchange = no workplace.device.ac3000_dessoutter.settings.commstart_revision = 1 #workplace.device.ac3000_dessoutter.settings.looseningjobnumber = 07