Sending string out RS232 port on PanelView 1000 Standard?

colin158

Member
Join Date
Jan 2008
Location
GA
Posts
2
Hi,
I have a retrofit enhancement on an existing PV1000 (Not PV +).
It is a 2711-T10C10 with a RS232 port and DeviceNET.
I need to send a string out the RS232 port to communicate with a 3rd party machine.
The requirements are as follows:
Port Settings for the interface:

- 9600 baud
- 8 data bits
- 1 stop bit
- No parity
- No flow control

The data required would be RS232 standard control / data characters. Data would be 10 characters followed by a End of Line (Carriage Return) character.
For example I would need to send to the port: 0123456789<CR>

Any clues on if I can do this with the existing PV1000? If not, then what HW would you choose to upgrade with to achieve this? (Need to stick with Allen Bradley and Devicenet and minimum screen of 10" touch)

Thanks in advance

 
There's a Print object, and a Print-Only Alarm that can be made to send data out the serial port.

Does the string have to change according to PLC values, or will it be a static string ?
 
Has to change according to a string tag in the PLC, and send the data when triggered by a button press on the PV.
 

Similar Topics

I am using a compactlogix 1769-L16ER BB1B to send a print string to a L-series Mathew printer. My main question is can I setup a TCP/IP...
Replies
4
Views
1,853
Hello everyone, what I am trying to do is import a specific string directly into a cell in an excel sheet. I have been using the Copy DDE/OPC link...
Replies
6
Views
3,241
Anyone know how to receive the string (UPC Code) from a dataman 302 (Cognex) to a SLC 5/05. I need to be able to retrieve this code, and I am...
Replies
1
Views
1,881
I would like to send a simple ASCII string from a PanelView 550 Printer port with a button press. String Sample: ABCDF 1 Any Ideas?
Replies
3
Views
3,619
I used DDE to message down data to a bunch of PLCs, most of the time it is all numeric and this works fine. However with this latest PLC I have...
Replies
5
Views
4,616
Back
Top Bottom