Micrologix 1500 Serial - Data read but not shown

donl517

Member
Join Date
Dec 2005
Location
Michigan
Posts
127
I am using a Micrologix 1500 ARD instruction, It says it read in 56 characters but they are not being displayed in the ST register where they are supposed to be. Is there another way to find this data? Any suggestions on why it is not in the register?

TIA,
Don
 
Is the ARD completing? What do you have for your string length? How did you get your string length? Does the ARD show an error?
 
No Errors. The String is coming from a data logger and can very in length. I would assume it is completing since it read 56 characters, but I will try latching the R6 and see.

Thanks,
Don
 
Don,


This is how mine are done, like TW said...also how many times are you using your control R-file,

buffer.gif
 
Well I have verified that good data is being sent to the PLC but I am still not seeing it put in the ST register. My program is attached.

Thanks,
Don
 
Don,

The only thing I saw that might cause it...you put B3:4/0 infront of it...I thought that B3:5/3 might over write it...but no, maybe someone else will take a look
 
It could be that this would overwrite it, I could deal with that, but I am not getting anything, If it was being overwritten there would be something there, so what is overwriting it? It is perplexing to say the least. I have tried several variations of this program. I'm just hoping someone has the silver bullet!

Thanks Anyway,
Don
 
I wound up putting a one shot (ONS) on the rung that was coping ST20:0 to ST20:10 and then clearing ST20:0. Apparently the rung was staying true long enough to overwrite itself. I would not have thought that possible but that is what was happening. Thanks for all the help.

Don
 

Similar Topics

Hi, I'm trying to send hex strings to a printer via the serial port of my micrologix 1500 but it is not working. I'm not getting any activity...
Replies
10
Views
3,296
Does anyone have a pin out for the 9 pin serial port on an AB Micrologix 1500 to PC? (The comm 1 port on the PLC) Thanks in advance, Don
Replies
2
Views
6,261
Does anyone know how or if multiple serial printers can be connected to one (1) serial port of a MocroLogix 1500 (LRP - the version with 2 serial...
Replies
3
Views
5,708
I have been working on this for a while now and I can't seem to get it. I was finally able to view the 1500 on the PanelView under the serial...
Replies
1
Views
97
Hello, I have a 1764 1500 LSP Series A that keeps failing with DTL_E_FAIL I/O error. Searching around it seems there's a weird issue specifically...
Replies
2
Views
108
Back
Top Bottom