Mathematic-based instructions.

Hairi

Member
Join Date
Sep 2005
Location
JB
Posts
2
:confused: Hi there!

Kinda desperate for helps right now. I been working on Mitsubishi's MELSEC FX-32MR plc with MELSEC Series GPP for Windows to develop some mathematic-based functions. The problem is I couldn't find any standard instruction to be used to carry out those functions.

Anyone could help?

TQ.
Hairi-Malaysia.
 
[SUB D1 D2 D3] = Subtract D1 from D2 and place the result in D3
[MUL D1 D2 D3] = Multiply " " " "
[DIV D1 D2 D3] = Divide
[ADD D1 D2 D3] = Add

The above are 16 bit math
to make them 32 bit you add a D infront of the math sigh (DSUB)
but this uses 2 consequetive D registers.
 
Hi Goody!
TQ for your help,it really helps. Can you advice me on some advance mathematic like mod, square, squareroot, area and volume calculation. Also some statistical intructions like min, variation and standard deviation.

Have a nice day.
Hairi.
 

Similar Topics

Hi, I wanted to ask is there a way to have a visibility expression use the IP address of the HMI (Dynics, not PV) to show certain elements? The...
Replies
3
Views
200
Hello, I am trying to setup on plc so If I enter 60 jph (job per hour) it will send the vfd hertz based on what jph is entered by...
Replies
2
Views
157
I have an array of 55 REAL values. Is there a way to multiply based on the array location ? I have 55 transfer belts that are equally spaced...
Replies
3
Views
153
Hello everyone, nowadays i am working on a project for remote access to our machines. We are using a remote access module, but i want to make my...
Replies
0
Views
393
Good morning, I'm new to PLC and HMIs, and I was given the following problem: I need to be able to filter alarms and events that are only related...
Replies
0
Views
389
Back
Top Bottom