MC-Basic:axis.DRIVEADDRESS

From SoftMC-Wiki
Revision as of 13:43, 13 July 2014 by Miborich (talk | contribs)
Jump to: navigation, search

* SERCOS:
This property associates an axis with a drive. The actual drive address is set by a DIP switch on the drive. If an axis is to be simulated, the drive address of that axis is set to zero. The association may be set explicitly, using this property, or the association may be set during Sercos communication phase 1, when the Sercos driver scans the ring for drives. You must explicitly ask that the ring to be scanned for drives, using the SERCOS.SCAN property.
* CANOpen:
This property associates an axis with a drive. Usually address is set by a DIP/Rotary switch (located at device/node!) or stored in node's nonvolatile memory.
The association is set explicitly, using this property. Value reflects 7 LSBs in TPDO/RPDO COBID.
softMC will start sending/receiving PDOs only when this property is not zero.
see CAN_SETUP for details
* EtherCAT:
This property associates an axis with a drive. Reflects physical (topology) position of the device (node) on the network, that's, first device has address 1, second is 2 and so on.
Fist device is the device that is connected to the softMC EtherCAT port.
The association is set explicitly, using this property.

see EC_SETUP for details

Short form

<axis>.DAdd

Syntax

<axis>.DriveAddress = <drive address>

?<axis>.DriveAddress

Availability

All versions

Type

Long

Range

0 to 254

Default

0

Scope

Task or Terminal

Limitations

* SERCOS:
The physical address is explicitly set only during communication phase 0.
* EtherCAT:
Property can be set only in PREOP mode.

Examples

a1.dadd = 10

See Also