![]() |
||
|
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc. |
||
| ||
New Here? Please read this important info!!!
|
|
#1 |
|
Member
![]() Join Date: May 2009
Location: Bacolod City
Posts: 37
|
siemens plc s7 300
anybody pls provide a how to program analog inputs/outputs for siemens s7 300 PLC, using step7 lite software, thanks
|
|
|
|
#2 |
|
Member
![]() Join Date: Mar 2009
Location: Tønsberg
Posts: 40
|
There are a lot of different things to do with a analoge input. What are u trying to achieve in youre program?
|
|
|
|
#3 |
|
Member
![]() Join Date: May 2009
Location: Bacolod City
Posts: 37
|
just how to configure it in the program, since I only have program a simple DI/DO only. I do not know how to do it, please help, thanks
|
|
|
|
#4 |
|
Member
![]() Join Date: May 2009
Location: Bacolod City
Posts: 37
|
just need to know the addressing of analog inputs and outputs
|
|
|
|
#5 |
|
Member
|
Search this forum after FC105 (Scale) and FC106 (Unscale), I´m sure you will find a lot of information about it. Not sure if the same blocks is avalible in Step7 Lite...Have never used that software but you can do it like this in the normal Step7.
FC105 lets you convert your analog input (i.e. PIW128) to a real value via the high and low limit. The block "SCALE" is FC105 (You can find it under Standard Library -> TI-S7 Converting Blocks). Here is an example: CALL "SCALE" IN :=PIW128 HI_LIM :=1.000000e+002 LO_LIM :=0.000000e+000 BIPOLAR:=FALSE RET_VAL:=#RET_VAL OUT :=MD10 IN = your analog input (lets say that its set for 4-20mA). HI_LIM = Your highlimit, here set to 100. LO_LIM = Lowlimit = 0. BIPOLAR = If the signal should be bipolar, normally set to false. RET_VAL = Here you can error information, its here set to be written to a temp word. OUT = Here you receive your converted value. So if you got 20mA in the example above you get 100.0 in MD10... And if you got 4mA you will receive 0.0 in MD10. FC106 works the same way just backways =) When using FC105 analog inputs (PIW) and FC106 outputs (PQW) shuld be set to INT in the symboltable. Regards /e
|
|
|
|
#6 |
|
Member
![]() Join Date: Mar 2009
Location: karachi
Posts: 49
|
can anybody explain da same thing on ladder?
|
|
|
|
#7 |
|
Member
|
Pretty much same thing...
|
|
|
|
#8 |
|
Member
![]() Join Date: May 2009
Location: Bacolod City
Posts: 37
|
thank you very much edda, I will try this one and keep you posted after testing.regards
|
|
|
|
#9 |
|
Member
![]() Join Date: May 2009
Location: Bacolod City
Posts: 37
|
does anybody seems to now how to program speed indicator using only a proximity sensor and digital input for Siemens S7300 PLC?
|
|
|
|
#10 |
|
Lifetime Supporting Member
|
Depending on wether the CPU has a built in counter - you can use SFB48 "FREQUENC" Frequency Counter its quite straightforward and the help is useful.
__________________
Warning: The dates in this calendar are closer than they appear |
|
|
|
#11 |
|
Member
![]() Join Date: Jun 2006
Location: Edmonton
Posts: 2,418
|
If its fairly fast you may want to buy a digital to analogue converter and feed the signal in as a 4-20mA signal.
|
|
|
|
#12 | |
|
Member
![]() Join Date: May 2009
Location: Bacolod City
Posts: 37
|
Quote:
could you give an example since SFB48 have a lot of parameters/address to fill in, say I will use a CPU 6ES7312-5BDO1-OABO(Siemens)with 2 channel counting and measuring. |
|
|
|
|
#13 |
|
Member
![]() Join Date: May 2009
Location: Bacolod City
Posts: 37
|
hellooooooooooooo........
anybody does'nt seem to be answering my query .....any help please
|
|
|
|
#14 |
|
Member
|
One question first: have you already read the manual? Have you even started to? It's the main error my students used to make. Once they had read the manual, or at least the help items for the concerned block, they suddenly had almost no questions left.
Regards,
__________________
Jean Pierre Vandecandelaere Trainer nautical sector VDAB Competentiecentrum L. Blondeellaan 9 B-8380 Zeebrugge Belgium |
|
|
|
#15 |
|
Member
![]() Join Date: May 2009
Location: Bacolod City
Posts: 37
|
I have done reading the manual....but just asking for an example since the manual doesn't have one...anyway if you find it hard enough to give an example, don't bother....thanks
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Topics
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Communication Between siemens S7 400 PLC and Abb AC800 PLC | Asim Shahzad | LIVE PLC Questions And Answers | 3 | October 30th, 2008 01:54 AM |
| Siemens or Omron? | Gromit | LIVE PLC Questions And Answers | 30 | September 13th, 2008 11:22 AM |
| how to write a program for Siemens S7 300 touch-screen | ersinist | LIVE PLC Questions And Answers | 11 | June 19th, 2007 01:40 PM |
| COMMUNICATION LINL B/W MODICON & S7 300 PLC | shabi | LIVE PLC Questions And Answers | 2 | August 11th, 2006 04:45 PM |
| VT510 as HMI for Siemens S7 PLC? | Angel Lopez | LIVE PLC Questions And Answers | 0 | October 1st, 2003 11:09 PM |