AB Communication,

roxtech

Member
Join Date
Mar 2008
Location
Township Lahore
Posts
198
Hi, I am useing micrologix 1400 plc communicate with mypin weighing indicator. I read the actual value on indicator in plc with modbus address 40225. Now problem is on indicator weight value is 19kg standstill while in plc reading switch between two figer (19kg actual value and 4864). Anyone face this kind of problem. please help to find out problem in plc or problem in indicator.
 
Just a wild guess have you tried byte swapping or word swapping? High to low.
 
If you use the "Swap Bytes" instruction, use different Source and Destination data table addresses.

Performing a SWPB on the same data table is just asking for confusion based on when the HMI happens to hit your database.
 
Dear Jeffkiper,
its Hex formate total five byte read.
First two byte for point and other three byte for weight before desimal point.for example we read D8FF310000. its mean D8FF is point(after desimal point and 310000 is weight data before desimal point. According to indicator manufacturer. write data from right to left is 000031.FFD8H.
000031= 49
FFD8 = 99938.
So total Actual value is 49.99938Kg.
further when we Swap point word(byte to byte, we did not get same reading as display of indicator.
 
Last edited:
If you can post your actual MicroLogix 1400 *.RSS program, or at least the relevant sections, that might help.

The value you are viewing switching back and forth between 19 (0x0013) and 4864 (0x1300) still suggests that you are using the Swap Bytes instruction incorrectly.

Do not use the Swap Bytes instruction with the same Source and Destination data table elements.

If you do so, the value you "see" in the RSLogix 500 data table monitor or ladder logic monitor will depend on the timing between the software update and the MicroLogix program scan.
 

Similar Topics

I have Woodward Controller EASYGEN-3500XT and Phoenixcontact make IO CAN-CUPLER part no: 2702230, Analog Input card: 2861412, Analog Output Card ...
Replies
0
Views
23
Hello Everyone, I have a issue with communication between two different PLCs. So here is the facts, The Master PLC is Guard Logix 5069 with IP...
Replies
4
Views
80
i have two plc 1. s7-1212dc/dc/dc ip; 192.168.0.1 2. s7-1500 1513-1pn ip; 192.168.3.2 i need to get data from plc1 to plc2. any idea how to do...
Replies
5
Views
106
I have created a project in TIA Portal v16 Upd6 with S7-1200 (6ES7214-1AG40-0XB0) and WinCC Unified (PC station). The communication between the...
Replies
4
Views
145
Hello We have installed several G.E. Fanuc 90 70 PLC Everything was ok but suddenly we can not communicate anymore with any PLC with the software...
Replies
0
Views
66
Back
Top Bottom