Slc 500 Monitor Bits On The Screen

PERSPOLIS

Member
Join Date
Jun 2002
Location
ontario
Posts
295
HI EVERYONE
I think this is the nature of beast but why the state of bits are always with DELAY when seen on the computer monitor. thank you
 
because the processor must "talk" with your monitoring computer through SOME TYPE of communication device ... usually that's a cable and some type of port ...

the faster the baud rate the more closely the data will reflect reality - but it's NEVER quite "real time" ...

you can also speed things up by monitoring ONLY the data table that you really NEED to see ... other tables - even if minimized (hidden but still open) usually slow things down ...

related topic: the Histogram feature for the PLC-5 works pretty good (not perfect) at capturing fast data ... but ... the same feature for the SLC-500 family really stinks ... that's because the PLC-5 processor monitors the data ... with the SLC-500, the only thing monitoring the data is the RSLogix500 software - through the "cable" ... that slows down the information - and often gives unreliable results while troubleshooting ...

PS Edit ... if your model of SLC-500 will support it, you can try scattering a few SVC rungs throughout your program ... I'd only do this temporarily while monitoring - then take them out ... secret handshake: the SLC-500 usually ONLY communicates with the programming terminal at the very end of the ladder logic ... the SVC can tell it to "talk more often" ...
 
Last edited:
Get faster hardware

PERSPOLIS said:
HI EVERYONE
I think this is the nature of beast but why the state of bits are always with DELAY when seen on the computer monitor. thank you
There will always be delay but the delays can be so short they aren't noticeable. I bet the delays can be easily reduced to 10 milliseconds or less with the right hardware. I think that is real time enough.
 
You can minimize the screen update time by reducing the number of data items that are polled by RSLogix500. If you close all data tables, and all ladder views, and put just the items you want to see in a CDM, the update time is noticeably faster.

This is most apparent on slower communication drivers like DF1. RSLogix can get really slow if you open up ten or twleve data tables, even if they are "behind" the window you are viewing, the information they contain gets added to the list of items being polled through RSLinx.

And, like Ron described, communication packets must be organized and passed to RSLinx, then polled over the communication channel, then the responses returned, and only then can the data be displayed.

Depending on which RSLinx driver you're using, there may be settings that can enhance the "freshness" of the display as well.

Look around in RSLinx at your driver configuration for more information.

Paul
 
When using the histogram in slc 500 I see lines 0 to 15 (bits I'm sure) listed on the histogram screen. Let's say that I am looking for B3:5/14...When I type that address in, for me to view the histogram, I will be looking at the line where number "14" is for my logic,correct?
 
Last edited:

Similar Topics

I have a program that I've used 100 times. SQO settings: File N7:0, Mask 0FFFFh, Dest B3:1, Control R6:0, Length 8, Pos 2. Length & Position...
Replies
48
Views
942
Everyone, i am in the process of purchasing the Slc 500 version of software to support what we have and i have a question. Several of our...
Replies
9
Views
751
In a slc 500 plc I am trying to move data with out using a lot of moves. I want to move data from n7:1 to n7:2 and data that was in n7:2 to n7:3...
Replies
16
Views
1,347
Customer has a circa 2004 SLC-500 PLC. Fieldbus is a 1747-SDN DeviceNet scanner. Customer has SLC-500 file (.rss) with no comments. Has no *.dnt...
Replies
7
Views
547
After I tried wiring, I used computer program communication to read the PLC N value, but received a NAK signal. And the DL3500 CHA light keeps...
Replies
0
Views
419
Back
Top Bottom