PLC5 ASCII CH0 Port Communication

Join Date
Apr 2012
Location
Serpong
Posts
33
Dear Expert,
Currently I am working in old PLC5 to get the data from Weighing scale delivered by Mettler-Toledo. Here is the result so far:
1. Setting in the weighing scale done ( I can select to send the data continuesly or by event for example by push the "P" button)
2. Setting in PLC5 CH0 is done ( I can see the random data appearing in my ST data files)

I need to understand
1. how is the ascii buffer (256 character max) working, if for example first data send from Weighing Scale contain 10 character then the next data will place in the next position (11 to 20)? if so, what happend after the buffer is full?

2. The read ascii instrunctions (ABL and ACB) is only read the data or after reading its clear the buffer (according to the length) ? if it's clear the buffer, how about the next character position, is it stay in his position or shifted

3. I have make a for-next instruction to clear the buffer by using ARD 4 times but seems not working. If you have experience before, please share that part of program
 

Similar Topics

Hello, I am converting to iFIX 6.1 and talking to a PLC5. I have several TX tags that were looking at N32 addresses in the PLC5 and were getting...
Replies
4
Views
2,924
I must first say that i can only do very basic ascii such as modify an ascii msg bound for an infomaster display. At work we are having troubles...
Replies
0
Views
1,914
I am a student at Utah State University and am working on a project that involves a PLC-5. I am hoping some of you won't mind offering some...
Replies
5
Views
6,332
Hi Fella's, GOt a problem with a PLC5, I have an integer number....lets say 1234 for example, and I need to convert this to a HEX number and...
Replies
2
Views
2,764
PLC5/SLC500 ASCII export only shows I/O tags which are configured (have description in them) When I click on the Data File I or O I can see other...
Replies
6
Views
7,588
Back
Top Bottom