sending ASCII SICS commands Mettler Toledo moisture analyzer

DaiCLy

Member
Join Date
Nov 2005
Location
New Jersey
Posts
1
Hi,
I have a situation that I'm trying to resolve. I have a MT HR-83 moisture analyzer communicating via RS-232. I want to get info (moisture & weight) over to a Delta-V. But I am asking from a PLC Point-of-View (SLC..for scenario sake) how to send ASCII-based commands in ladder logic to the scale.
Just a little more background on what I am trying to achieve...reading those afore mentioned signals to DeltaV via RS-232 to Profibus (via MT Profibus converter), and ultimately going into the DeltaV backplane via the Profibus module.

Thanks,
Dai
[email protected]
 
Hi,



I guess you are reading thru the built in RS232 port of the SLC - Channel 0.



1. First of all set the comm parameters on both devices matching. Give more thought on the communication format/protocol of the moisture analyser. You can specify certain parameters like the termination characters etc in the Channel o configuration menu of SLC.

2. Store the commands - minus the settings done in the channel 0 configuration - in the string file

3. Use AWA [ASCII Write with Append] SLC instruction to send the string with the commands to the device.

4. Use ARD [ASCII Read] instruction to read the response from the device.

Hope this helps

_______________
 

Similar Topics

Hello, Thanks in advance. How can I send more than 82 characters using AWA or AWT? to Zepra Printer via serial Rs232 communication? Normally I...
Replies
1
Views
781
I am very new to programming PLCs, and one of the first tasks I received was to create a program that creates a socket connection between my PLC...
Replies
5
Views
2,572
I am new to programming in PLC, i have Allen Bradley SLC 5/03. I tried using AWT inst. with data in ST9:0 file directly but in 3 inst. getting...
Replies
4
Views
4,069
:wish:Hello I want to sent the commands attached from PLC to DMX Controller.When i00 command is sent it replies as shown as fig in hyperterminal...
Replies
2
Views
2,067
Can someone help me to find instruction which stores ASCII characters to String data type tag and Is it possible to convert an ASCII string to Hex...
Replies
5
Views
4,636
Back
Top Bottom