WITS over Serial

LMBrian

Member
Join Date
Sep 2012
Location
Florida
Posts
54
Just curious to know if anyone has successfully configured WITS over serial using Proficy ME and what commands/logic instructions used?

Appreciate the feedback.
 
Since I don't know what WITS is an acronym for, I probably shouldn't be responding. However, I do have experience implementing serial protocols on GE equipment, so if you can point me to a site that explains WITS, I might be able to help.
 
I'm using a CPE310 and Com Port 1. I'm thinking I will have to use the CommReq instructions but not sure how to do this so as the controller can interpret the data being sent to the controller.
 
Have you looked at Chapter 14 of the manual GFG2222? It describes what you will need to do to set up COMMREQ instructions for serial I/O. You will need to execute one or more COMMREQs to set up the port, but ultimately you'll be using the "Write Bytes" function (code 4401) to send up to 125 words (250 bytes). You will also have to put the proper values into the consecutive data registers prior to executing the COMMREQ so that the receiving device can correctly interpret the data.
 
It will save a lot of time using a Serial Port Module for that type of communications and "time is money". IC695CMM002

I use the Excel file to help lay out the ASCII characters.
 
Last edited:
Have you looked at Chapter 14 of the manual GFG2222? It describes what you will need to do to set up COMMREQ instructions for serial I/O. You will need to execute one or more COMMREQs to set up the port, but ultimately you'll be using the "Write Bytes" function (code 4401) to send up to 125 words (250 bytes). You will also have to put the proper values into the consecutive data registers prior to executing the COMMREQ so that the receiving device can correctly interpret the data.

Thank you Steve,

Did you mean GFK 2222 and Ch. 6? We will just be receiving 6-8 data packages so I guess I will need to use Read Bytes (4402).

Thank you.
 
Yes GFK2222. The revision level I have is GFK2222K and it has the serial I/O information in Chapter 14.
We will just be receiving 6-8 data packages so I guess I will need to use Read Bytes (4402).
See what you get for making assumptions. I was assuming the PLC was the source of the data, not the recipient.

Does this PLC have a Quick Panel HMI as a target in the same Proficy project? I've often found it easier to get serial data through the QP's serial port than to set up and execute COMMREQs.
 
Last edited:
Yes GFK2222. The revision level I have is GFK2222K and it has the serial I/O information in Chapter 14.

See what you get for making assumptions. I was assuming the PLC was the source of the data, not the recipient.

Does this PLC have a Quick Panel HMI as a target in the same Proficy project? I've often found it easier to get serial data through the QP's serial port than to set up and execute COMMREQs.

Unfortunately not. I came across this on the GE Knowledge centre and hoping someone has a pdf of it! I'm currently running ME 7.5 so cannot open it.

https://ge-ip.force.com/communities...e-Unknown-Number-of-Characters-via-Serial-I-O
o_O
 

Similar Topics

I am trying to receive data from WITS(Wellsite Infomation Transfer Specification) to my PLC. I am asking any help what information would be needed.
Replies
0
Views
2,716
Does anyone know of an AOI using the user ASCII protocol select on the L6x controllers that will talk Modbus RTU using RS-485? Thanks, Trevor...
Replies
1
Views
117
I have 9 field devices, three METSEPM5110 power meters and six ACE949-2 rs285 interface modules. I want to read this Modbus rtu data through rs485...
Replies
8
Views
299
I have lm9030 program on my toughbook CF-29 cannot get my program to hook up with the serial port.
Replies
2
Views
61
I have a project to setup base programs across multiple PLC platforms that can be used for Modbus communications to various sensors that have...
Replies
0
Views
112
Back
Top Bottom