Set Up Master Station Number And Communication Speed; Coding - Delta C2000 series User Manual

Classical field oriented control ac motor drive
Hide thumbs Also See for C2000 series:
Table of Contents

Advertisement

Step 3: Set up Master station number and communication speed.
Set up the station number for the Master (the default setting of Pr.09-46=100). Do not
to set the same station number as the Slave.
Set up CANopen communication parameter Pr.09-37. It does not matter if the drive is
defined as a Master or a Slave, communication speed is set by Pr.09-37 in both case.
Step 4: Coding
Real-time corresponding action: the data can be Read/Write directly to the corresponding
special "D" register.
Non Real-time corresponding action:
Read: Reading is made by CANRX command. When reading process is complete,
M1066=1. If reading succeeded, M1067 =1; if reading failed, M1067= 0.
Write: Writing is made by CANTX command. When writing process is complete, M1066
=1. If writing succeeded, M1067=1; if reading failed, M1067 =0.
Update: Updating the data is made by CANFLS command. (If special D register is defined
as RW type, Master will write the value into the slave. If special D register is
defined as RO type, then the data in the Slave will be read and write into the
Master.) When updating process is complete, M1066 will be 1. If updating
succeeded, M1067=1; if updating failed, M1067=0.
NOTE
When executing CANRX, CANTX and CANFLS commands, the device will wait till M1066 is
completed before the next CANRX, CANT or CANFLS begins. When the commands
completed, download the program to the drive. (Note: The factory setting of PLC
communication protocol is ASCII 7N2 9600 and station number is 2. Please change WPL
Editor setting at Setting> Communication Setting)
Chapter 16 PLC Function C2000 Series
16-122

Advertisement

Table of Contents
loading

Table of Contents