RSLogix Micro Error: Address bust be specified to the word level!

Cam_T

Member
Join Date
Nov 2019
Location
Aberdeen
Posts
1
Hi, All!

I am very new to PLCs and I am currently writing ladder logic for an Allen bradley MLX1200.

I have a number of inputs which i have addressed in the format: I:1.0/1 etc. which should equate to I:Slot.Word/Terminal.
I have checked the SLC 500 Instruction Set document which has informed me that this format should be structured correctly however I still receive the error message "ERROR: Address must be specified to the word level!"

Can anyone see where I am going wrong?

For reference Slot 1 is a 4-Channel Thermocouple Input Module (1762-IT4).

Any help would be greatly appreciated.

Thanks

C
 
I:1.0/1 refers to an individual bit; an address like this would be used on a contact or coil where you want to address a single on/off state.

Since you have a thermocouple card, you are dealing with analog signals and want to look at the entire word value. So, you'd omit the bit number and just use I:1.0 (assuming this is the correct address for the analog value). You'd also have to use it in a proper instruction that is expecting a word value, such as a comparison operator (EQU, GRT, etc).
 
Last edited:

Similar Topics

Hi, I am using the rslogix micro starter lite for plc studying. I have made a very simple program. I try to Go Online and I get this message...
Replies
9
Views
3,727
Hello all, I purchased the RSlogix 500 micro version yesterday. I got the download and activation link through the mail. A 512MB file got...
Replies
14
Views
2,471
Hello, first assignment with A-B stuff. The CPU is a MicroLogix 1000. Have a serial interface, so RS Linx Classic to edit the driver (AB-DF1) with...
Replies
7
Views
1,690
Oh, I hope someone can help! I have one little problem holding me up from studying this weekend. I'm using Rslogix micro starter light, it's a...
Replies
7
Views
2,984
I am using RSlogix Micro Starter for a personal project and currently have it installed on a desktop computer. Soon I will be moving my project...
Replies
6
Views
2,203
Back
Top Bottom