HOA Integer Control from SCADA

toddp65

Member
Join Date
Aug 2014
Location
Florence, Ky
Posts
282
Hi all,

I've been asked building a PLC micrologix program for a waste water SCADA system.

We aren't doing the SCADA programming, just the ML 1400.

For control of the dosing pumps they want integer based HOA control.
I can do this using binary and bits but I'm a little torn with the integer based setup.
So basically a number system like 1 Auto, 2= Manual and 3= Off.
I tried doing EQU instructions with an N9 data file if the switch/button on the SCADA HMI choses one of the states but it doesn't seem right. Seems as if I need a 3 option instruction, not just a 2 option which is an EQU.

Any suggestions?
 
Right...
But how would you incorporate those state numbers into control on the ladder...Equ is only giving you two options.

I'm assuming the SCADA system will have a 3 pos button.
Maybe I'm looking too deep
 
Yes...that helps.

I was trying to use 3 different integers for source A for each state instead of the one for all 3. This makes sense and it's so simple.

Thx, BOB
 
I'm not for sure, Bernie. It doesn't denote that in my instructions, just the purpose of each state. It's controlled by the SCADA with what appears to be a SCADA HOA switch but it doesn't elaborate. It's a pneumatic sandpiper type pump not an actual motor driven pump.
 
If it does need as Bernie mentioned I "think" you could change to a four state Multistate switch.
0=Hand
1=Off
2=Auto
3=Off


You would just have a parallel EQU of 1 and 3 for off.
 

Similar Topics

I am trying to figure out what the integer value or what the HOA is defined as in the crimson 3.0 software for a Red Lion G310. I need this, so I...
Replies
0
Views
1,682
  • Poll
Fun poll. MOA or HOA is Object in a PLC that represents a Valve or Motor or Pump or something. What do you guys call them?
Replies
14
Views
4,391
Before I drive myself nuts with the lack of programming documentation provided with Crimson, I'll ask you guys. What is my best method for...
Replies
10
Views
3,338
Hi Guys, New Crimson user here. I would like to create a Hand/Off/Auto from a 3-State Toggle button as I would in Wonderware with "Hand" and...
Replies
12
Views
5,485
Can anybody help with programming a Hand/Off/Auto switch on a Red Lion G3/Crimson 3.0?
Replies
13
Views
7,188
Back
Top Bottom