module SM334

bahman

Member
Join Date
Nov 2005
Location
esfahan
Posts
19
Hi everybody,

you assumed we have a value from 0 to 10v with an analog module SM334 in slot 6 is inputted(PIW288).
My question is how is it contain 0 to 27648 integers?(16 bit)

Thank you
 
dear bahman



i am not familiar with this type sm334 but i will tell u how the analogue input module is generally handled in siemens



first u have to adjust the type of the analog signal on the card , u will find a small square on
the side of the card remove it and plug it on the correct choice

in the hardware configuration u have to set the type also in the module properties


to read this channel u read the piw and u scale it
either by writing a small program for example


l piw
itd
dtr
l 27648.0
/r
l 100.0
*r
t mw 100
 
Because siemens work with the resolution * number in function of analog card´s resolution. i.e: if you´ve a card with 12 bits, you´ll have 4096*8=32768, but if you´ve a card with 8 bits, you´ll have 256*128=32768.And the valor=27648 is the greatest valor nominal.
regards
 

Similar Topics

Hi Everyone, i was hoping for a little help with this module. i have data that needs to be read from a different plc through the Modbus plus...
Replies
11
Views
168
Good afternoon, I am currently working with an HMI/PLC LP-a070 and I require at least one analog output, but the PLC does not have one. I was...
Replies
5
Views
109
Why does the controllogix redundancy modules use a single mode fiber vs multimode fiber?
Replies
1
Views
80
I'm trying to write a data in Arduino using MODWR function block .I used the code I got from online for both PLC and Arduino. I made the wiring...
Replies
4
Views
114
Why AMIo800 Analog input module's I/O LED is Lighting up Red? Checked module connections, 4-20ma wires etc but this light is continuously Lighting...
Replies
1
Views
112
Back
Top Bottom