MicroLogix 1500 Data Log

fturner

Member
Join Date
Jun 2002
Location
LA Calif
Posts
4
Hi all-
I am using a ML1500 LRP with the data logging option, and am trying to write a utility to upload the log using Visual Basic 6. I am not using RSLinx or any AB software, but am using DF1 protocol. I am able to upload the log, and any other address using a protected typed logical read with three address fields. My question is, is there a way to determine how many records are in a particular queue? The ML1500 user manual states that this info is available from ladder logic at "DLS0:Q.RST, where Q is the queue number." .RST appears to be sub-element 2, but what is the file number? I know I could use a move statement in the ladder to copy this number to an integer file and read it from there, and maybe that's the way to go and I have answered my own question, but does anyone have another way? Thanks in advance.
 

Similar Topics

Hi all. I am working on converting a PV300 to a PV C400. System is using a Micrologix 1500LRP with several expansion IO modules. Communication...
Replies
5
Views
2,137
I have a Micrologix 1500 with LRP processor. My program has several floating point data files which are used to store machine settings, with about...
Replies
5
Views
3,364
Hi there: I use NI Lookout 6.0.2 with Micrologix 1500. In the PLC program, I have some data files like L9 (long integer - 2 words), F10 (real)...
Replies
0
Views
2,290
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...
Replies
10
Views
4,404
I need to move some data from N7:20 to ST20:1 so I can send it as an ASCII String to a data logger. I used the mov command: Source: N7:20 51...
Replies
18
Views
5,007
Back
Top Bottom