Sy/Mate Plus Advanced LET instruction LD/LAG

kenawalton

Member
Join Date
Nov 2007
Location
Vancouver BC
Posts
4
I'm trying to understand some old PID logic in a Sy/Mate Plus 600 PLC.
Does anyone know what the syntax means for the advanced LET instruction (049) LD/LAG? In the manual it says: "performs the lead/lag function on a process variable i.e.
[LET S0090 = 0061 049]

I know the 049 refers to the Ld/LAG function BUT what is the 0061? the time delay, gain, an operating mode or a register? The 0061 doesn't appear to be a register in my program as the instances where the LD/LAG is used the equivelant numbers aren't assigned registers.

Thanks for the help.
 
If there is a ; between them, like this
LET S0090 = 0061;049 it means 61 goes into reg 90, and 49 goes into reg 91. sure something isn't missing?
George
 
Thanks for the reply. I am aware of the ";" in the LET instruction to load consecutive registers but in this case there is no ";" in between the operands to the right of the equals sign just spaces. This is exactly the way it appears in the manual "LET S0090 = 0061 049" in the program I am looking at it it is represented as follows:
LD/LAG
[LET S1106 = 01161 049]

LD/LAG
[LET S1378 = 01371 049]

I'm beginning to think the 01161 and 01371 above are IN FACT REGISTERS S1161 and S1371 but I'M still not convinced.
 

Similar Topics

I need to convert a PanelMate eProPS application to a PanelView Plus for a customer. I do not have the panelmate eProPS software but I do have the...
Replies
5
Views
2,319
I am having problems loading the modicon panel mate plus. I keep getting the error invalid frame possible bas crcc. We tested the cable the cable...
Replies
0
Views
1,931
Hi, I have a problem with magelis modicon MM-PMF1-300, I don not have the software to program this panel, I have 2 of that panelmate, but one of...
Replies
0
Views
1,481
Hi all, I am desperately in need of a Modicon Panelmate Plus (2000 series I think). It is a 10 page model and the part number is mm-pmf1-200. I...
Replies
4
Views
3,168
I'm new to the modicon world here and I'm having some issues with backing up some panelmates. Here's the specs: I'm using panelmate power pro...
Replies
19
Views
9,635
Back
Top Bottom