Siemens S7300, PT100 input -> 4-20mA output

Egil-s

Member
Join Date
Jul 2008
Location
Norway
Posts
18
Hi.

I use a PT100 ipnut on a SM331 analog input module. To control the temperature in a hydraulic transmission circuit.

All I do to get right temperature displayed is this;

L PIW 290
ITD
DTR
L 1.000000e+002
/R

And my problem is:

I want to log this temperature in LabView, and the input module there is 4-20mA.

How can i send out the temperature signal from the PLC as 4-20mA?

I have tried to just move the signal from PIW 290 (PT100 input) to PQW 304 (output to LabView). The scaling isn't right.
 
Well, i tried that now, and i didn't get it to work.

Could you be so kind and explain more?

Wich input do i use? I cant use PIW290 straight away.
 
How did you arrive at this code ?
What unit is temperature in after the /R

Code:
  L   PIW  290
      ITD   
      DTR   
      L     1.000000e+002
      /R
 

Similar Topics

Hi to all, Our company does not usually use Siemens PLCs, but have a press with one in it. We are trying to change the IP address in our Simatic...
Replies
2
Views
1,064
First off, thanks for the patience with my post. Rookie to Siemens. I am trying to use a Retentive timer and it has to be around 24hours. Thus...
Replies
2
Views
1,881
Hi, Is there a simple way to do the following: I have an input from an RTU which is a Real value. The word order from the RTU is different to...
Replies
1
Views
1,166
Hi, I encounter a problem trying to get online to a CPU315, This CPU is part of a MPI network with multiple CPU including a CPU414, When I do...
Replies
2
Views
1,483
We are currently using a number of Rotork IQ valves on a project. The client has a requirement to send/ receive acyclic data from the PLC. This...
Replies
0
Views
1,839
Back
Top Bottom