Peripheral Devices
534
9836 3521 01
How to map input and outputs
The mapping between the areas inside the PowerMACS PLC and the external communication device
addresses are as follows:
For the EXTCOM_in/out driver
PLC address
XCOM device address
2000..2999
0..999
For the EXTCO2_in/out driver
PLC address
XCOM device address
8000..11999
6000..9999
How much of the respective areas to use for inputs and/or outputs is set up using the drivers as explained
below. Please note that if an area is used for both inputs and outputs the outputs must be located directly
after the inputs.
Example:
Correct
Erroneous
Inputs
8000..8999
8000..8999
Outputs
9000..9999
10000..10999
Note!
All numerical values are written and read as Big Endian values (commonly referred to as Motorola
format).
8.13.3
Access to Process data
The external device accesses the Process Data areas by normal read and writes accesses.
Since Process Data quite often is bigger than what can be transferred using a single read or write
operation all process data handling are done by splitting up each process data item into smaller parts
called packages. Each access will transfer a new package. The external device must then put the
packages together to recreate the original data. How to do this is described in chapter: Process data.
8.13.4
Serial Communication Protocol Information
Serial communication devices use serial protocols to communicate with PowerMACS. Chapters below do
not describe the protocols in full detail but gives a brief description of major characteristics and how they
are used with PowerMACS.
The communication is for all protocols based on simple read and write operations. Examples of character
flow is included for two types of communication:
Read five integers at address 500..509, i.e. PLC outputs area, address 2500..2509
Содержание PowerMACS 4000
Страница 1: ...User guide PowerMACS 4000 Atlas Copco Tools and Assembly Systems 9836 3521 01 2010 11 Edition 10 3 0...
Страница 2: ......
Страница 46: ...System Architecture 46 9836 3521 01...
Страница 127: ...Set Up and Maintenance 9836 3521 01 127 See chapter Station Set Up for a description of the parameters...
Страница 267: ...Tightening 9836 3521 01 267...
Страница 400: ...Tightening 400 9836 3521 01...
Страница 422: ...Peripheral Devices 422 9836 3521 01 When connected to a system the form will show show the signal values in realtime...
Страница 486: ...Peripheral Devices 486 9836 3521 01...
Страница 622: ...Peripheral Devices 622 9836 3521 01...
Страница 664: ...References 664 9836 3521 01...
Страница 668: ...9836 3521 01 2010 11 Edition 10 3 0 www atlascopco com...