How to establish communication between MVI69-GSC with Parker HPC Servo drive

AB2005

Member
Join Date
Nov 2006
Location
Soth Asia
Posts
306
Hi,

We are working now days to establish communication between Compact Logic PLC and Parker HPC Servo drive via Prosoft MVI69-GSC ASCII communication module. Problem we are facing that we are not understanding that how to Write/Read data from Servo drive. In manual, following examples are written;

Examples of utilization of the serial line
To gain a better understanding of how to implement the communication protocol via the serial line, the
following section provides examples for each type of message.
The values in the examples are purely hypothetical.
Case 1: reading a 1 byte parameter
Assume you need to read the value of the i2t (Pr.23) with address 00, and that the value of the parameter is 79;
the string to transmit is as follows:
[$7E] [$80] [$01] [$23] [$A4]
The Drive will respond with this string:
[$7E] [$20] [$01] [$23] [$4F] [$93]
Case 2: reading a 2 byte parameter
Assume you need to read the reference speed (Pr.07) with address 01, and that the value of the parameter is
3000.0; the string to transmit is as follows:
[$7E] [$81] [$02] [$0E] [$91]
The Drive will respond with this string:
[$7E] [$21] [$02] [$0E] [$30] [$75] [$D6]

We need help how to write/read above ASCII characters in to drive.
 

Similar Topics

Good day Programmers I have a RSTi-EP CPE100 Standalone Controller from Emerson as well as a STXMBE001 (MODBUS TCP/IP) as a Modbus communication...
Replies
0
Views
612
Hi everyone, I need to establish the communication with two differents PLC platforms (Siemens S7 400 and Micrologix 1400) for a project. We...
Replies
1
Views
3,556
If any body have the solution of the following problem, please help me out. The problem is that I have an SLC 5/03 PLC in the control room and...
Replies
6
Views
5,915
HI Can somebody tell me how to establish communication between InTouch SCADA application and RSEmulator500?? Thanks in advance
Replies
5
Views
7,956
I have Bailey infi 90 DCS system The composer (EWS) was unable to establish communication with ICI . I got this error message anyone has any...
Replies
0
Views
457
Back
Top Bottom