Need addressing help for EQU in PB32

bright676

Member
Join Date
Nov 2012
Location
va
Posts
494
I am using my PV-600 (not plus) and I am using S:40 to turn on a output at a certain time.

I made a numeric entry for the PV-600 to set S:40 and it does change it, but I need it to change source b.

How do I address to S:40 source B?

Thanks

screen shot.jpg
 
Hi,

Make source B an integer (say) N7:0, then create a tag in the PV to write to it...

Regards,

Rob
 
[Glad you worked it out but I'll leave this posted anyway.]

The EQU instruction looks at two numbers, either constants or memory locations, and gives a TRUE if they are equal.

'Source A' and 'Source B' are just the names of the two values you give to the EQU instruction. Other than both items being used by the instruction they have not other relationship to each other.

In two of your instructions the 'Source A' value was set as S:40. The 'Source B' value is given as a constant number. The 'Source B' value could just as easily have been a VARIABLE value, for example N7:0 as KidBlue suggested.

Try changing 'Source B' in one of the instructions To an unused 'N' address. (N7:0 is just an example) Then download the changed program (if you weren't changing it online. Then, using RSLogix 500 change the value in the N data table. You will see the value also change in the instruction. Verify that the effect is what you want. When satisfied set up the Panelview program to change the selected N address just as you did from RSLogix.
 

Similar Topics

I have a DL06 PLC from Automation direct and I am trying to learn how to use the expansions slots in my program. Coming off of allen Bradley...
Replies
20
Views
6,226
Hi, I need to address the inputs and output for a ladder diagram. It is an 8-point, single slot module. I have to address the inputs in slot 0 and...
Replies
3
Views
1,432
hi guys, just new to plc and I'm trying to understand a program that a previous employee in the company did. when i looked at the I/O comment in...
Replies
3
Views
2,943
I try to read several explanations regarding PLC addressing on the internet but it seems that I am not fully satisfied. I need a brief and...
Replies
10
Views
3,535
Does anybody have the available addressing (in Modbus TCP) for one of these recorders (or equivalent). ABB is being very stingy with information...
Replies
0
Views
1,214
Back
Top Bottom