|
Procedures, FAQs, |
Configuring the Adept Controller as a DeviceNet Slave
The following text describes how to configure the Adept controller as a DeviceNet slave. It includes the ESD information that will be required by the Master device. This example configures 8 inputs and 8 outputs for the Adept controller that can be accessed by the DeviceNet master. For general information on DeviceNet, see the MV Controller User's Guide for V+ 13.0 and Later.
Using the Adept CONFIG_C utility, add the following lines in the DeviceNet section of the V+ system configuration:
LOCAL = "/MACID 2 /BAUD 500"
MAPPING 1 = "/MACID 2 /BYTE 1 /BIT 1 /BIT_LENGTH 8 /SIGNAL
65"
MAPPING 2 = "/MACID 2 /BYTE 1 /BIT 1 /BIT_LENGTH 8 /SIGNAL
1065"
After the lines have been added and saved:
| Mac ID | 2 (for this example) |
| Input size | 64 (bytes) |
| Output size | 64 (bytes) |
| Vendor ID | 279 |
| Device type | 12 |
| Product Code | 1 |
Mapping inputs on the Master device for Mac ID 2 starting at Byte 1 and Bit 1 with a bit length of 8 will connect those Master device inputs to Adept Controller outputs 65-73 (for this example).
Mapping outputs on the Master device for Mac ID 2 starting at Byte 1 and Bit 1 with a bit length of 8 will connect those Master device outputs to Adept controller inputs 1065-1073 (for this example).
|
Last modified on: 01/23/2006
|