Writing a constant value to a register

Ghouse

Member
Join Date
Oct 2018
Location
bangalore
Posts
15
Hello everyone,
I am new to this forum and would like to ask a question.i presently have a Control logix plc with rsview scada.Now, i have written a logic for lighting control with reference as plc time and its functioning perfect.I want to customize set time through scada by writing a value and energize my lighting output as per my requirements.I have used LES and GRT blocks in logic for control with a constant value.How to assign customize this constant value by keying it in SCADA?
 
I have attached the logic for energising lighting output with fucntional blocks.in A>B where B is a constant for which entry is done in logic only.Now without accessing logic is it possible to key in B value through SCADA?
P.S. I am new to RS logix and worked in Melsoft previously

logic.jpg
 
I have attached the logic for energising lighting output with fucntional blocks.in A>B where B is a constant for which entry is done in logic only.Now without accessing logic is it possible to key in B value through SCADA?
P.S. I am new to RS logix and worked in Melsoft previously


No, not possible.


Source B is entered as a "literal" into the PLC code, not a "constant", and will not be changeable by anything.


The only way is to get access to the code for editing the rung, and change Source B in both instructions to tags that the SCADA can write to.


And if you do that, don't make them "Constant" tags, or SCADA will not be able to write to them.
 

Similar Topics

Hi, I'm having an issue in crimson 3.0 when I create a programme using a case statement referencing a fault word that each bit needs to change the...
Replies
1
Views
75
Hello all, I'm currently working on a servo motor linear positioning system (ball screw). I'm all set up regarding communication between my HMI...
Replies
1
Views
79
Hello All: I have a Windows 10 PC running a FTView ME Station 10.00. I have a .mer file version 6.00. It has been running well on it for a long...
Replies
1
Views
156
My R55 Ingersollrand is tripping on motor overload and im falling to see the trip history it is writing Acquarring texts
Replies
0
Views
128
Hi. Not the fist time I'm saying this but just to give a background. 95% of my PLC programming has used Schneider over the last 10 years on...
Replies
66
Views
4,856
Back
Top Bottom