RSLogix5000: monitoring a line level with a LIT

buhnen

Member
Join Date
May 2008
Location
Somewhereland
Posts
131
Hi again mates,

I've been the whole day squeezing my brains for trying to solve an issue here with the RSLogix 5000...Talking about a tank being filled with water, I'd need to monitor its level line using a level transmitter . I'd need two bits: one going true when the level goes up ("going up" bit) and other going true when the level goes down ( "go down" bit).

I had thought of sampling the input signal, let's say, each 1 minute. The idea here is to sample a level measure and store it in a variable and one minute after do again the same. Then afterwards,right after sampling by second time, compare both to determine if the level has increased or decreased.

I've tried to go with this, but I can't succeed when I try to store the variables.

May someone have a look at my small routine and please give some tips about how to focus this issue?

Thanks in advance to everyone,
 
Using a function block diagram, you could connect the level input to an analog alarm block. The block calculates rate of change. A positive number is increasing level, a negatice number is decreasing level.
 

Similar Topics

Is there a way in RSLogix5000 to setup a table to monitor some tags? I am looking something like the VAT tables in Step7 or Animation tables in...
Replies
1
Views
2,567
Hi! So my problem is a little funky, I had Studio 5000 v 24 and 30 installed, but forgot to install RSLogix (which I cannot go without). Is there...
Replies
2
Views
118
So I had an odd request from a customer for the above. I have written the logic and tested it all in one PLC with only using 7 outputs and 7...
Replies
15
Views
427
Hello everyone, I have an RSLogix5000 project which is running live in the factory but I need to make some changes to the logic. I want to test...
Replies
0
Views
1,121
Good Morning Everyone, I'm looking to use the GSV instruction to get I/O fault codes for my project so I know if there's a comms issue in my E/IP...
Replies
5
Views
868
Back
Top Bottom