Memory, Timer, Counter

It depends on your PLC.

Modbus is used to read holding registers so your variable needs to be in an externally accessable register. The Modbus protocol usually defines the register starting location (sometimes called an offset) and then the number of consecutive registers (sometimes called a count).
 
I'm sorry

I'm sorry. I forgot to mention. I use the T100MX+ PLC. So, anyone with a suggestion???
 
Somewhere in the Modbus documentation for your PLC, there should be an explanation of which memory addresses correspond to Modbus commands. In a Modicon PLC, the holding registers that Jim referred to would be registers with addresses in the range 4xxxx.

In PLCs that support the Modbus protocol, but don't use the Modicon addressing scheme, you need to know which address corresponds to Modicon's 40000.

It may be necessary for you to move Timer/Counter values into holding registers to make the values accessible via Modbus.
 

Similar Topics

Hi I need clock memory in s7-200 plc. I found SM0.4 30 s off / 30 s on and SM0.5 0.5 s off / 0.5 s on but they're not good because I need 1s off...
Replies
0
Views
4,160
Anybody out there know exactly where a timer's time base data is stored in memory for a SLC 500? Is it in the reserved portion of the timer...
Replies
5
Views
5,111
I like to have a memory that "SET" on , for example, X1 and then "RST" when the time has run out... PLZ help me... I am use to...
Replies
17
Views
3,692
R
I don't no why I'm having a problem with this, I wrote a program to run a not timer with a foot pedel and I can't seem to latch it in so you can...
Replies
17
Views
9,739
I am kind of new to GE products, but we have several in my area. I made a minor logic change and it verified good, but when I tried to download I...
Replies
5
Views
43
Back
Top Bottom