Moggie
MrPLC Member-
Content count
315 -
Joined
-
Last visited
Community Reputation
18 GoodAbout Moggie
-
Rank
Sparky
Profile Information
- Gender Male
- Location Devon
- Country United Kingdom
-
Try putting a normally closed of "BUSY" in series with "M0.7" in the "REQ" input
-
Have you looked at this ? - https://dl.weintek.com/public/MT8000/eng/FAQ/FAQ_77_Establish_iSeries_S7-1200V4.0_Communication_en.pdf
-
Vince Voltaire liked a post in a topic: Smart 700 IE V3
-
Hmm not sure. Is the PLC in RUN ? Have you tried %IW256 :P
-
Moggie started following Siemens CPU314 Analog Input not showing
-
Have you similar pictures from the TIA set up?
-
WinCC flexible SMART V3 or V4 https://support.industry.siemens.com/cs/document/109810852/delivery-release-smart-line-v4-?dti=0&lc=en-PA
-
Moggie started following Smart 700 IE V3
-
Moggie started following Phoenix Contacts GSD Files for Step 7
-
Is this new or adding to an existing phoenix contact node? If existing then you will already have the GSD file. If new, then the gsd file is available for the bus coupler under "downloads" then "device description". https://www.phoenixcontact.com/en-gb/products/io-component-il-pb-bk-dpv1-pac-2862246#downloads-link-target However check you bus coupler model and search on the Phoenix we site
-
zubair136 liked a post in a topic: Tia Portal Program Upload Error
-
Have you carried out a reset as described in this link?? https://support.industry.siemens.com/cs/document/29801950/how-do-you-reset-a-simatic-s7-300-cpu-and-mmc-(default-reset-or-overall-reset)-?dti=0&lc=en-NL
-
Moggie started following SIMATIC S7-300 training kit STOP LED blinking
-
Moggie started following S5 Program
-
It would have been better to start a new topic. However here is the description of first part, hope it helps? C DB 61 Open Data Block 61 L PW 160 Load PW 160 L KF +4096 Load 4096 Into Accumulator -F Take away 4096 from PW 160 T DW 1 Transfer result to DW1 L KF +14600 Load 14600 Into accumulator memory >F and compare DW 1 for greater than 14600 = F 115.2 If it is turn on F 115.2 A F 115.2 AND F115.2 L KT 015.2 Load timer value 015.2 into T92 SD T 92 Start T92 A T 92 When timer 92 times out S F 105.3 Set F105.3 A F 105.3 And F105.3 = Q 11.2 Turn on Q11.2 L DW 1 Load DW 1 L KF +10000 Load 10000 <F If DW 1 is less than 10000 R F 105.3 Reset F105.3 So if the analog input is greater than 14600 start timer T92. If timer T92 times out SET F105.2 and turn on output Q11.2
-
Have a look at this, it might help https://support.industry.siemens.com/cs/document/97554052/what-options-are-available-in-step-7-(tia-portal)-for-uploading-when-the-project-version-in-the-cpu-no-longer-matches-the-version-on-your-pg-pc-?dti=0&lc=en-WW
-
Moggie started following Tia Portal Program Upload Error
-
Kim Jessen liked a post in a topic: Global DB to output string
-
hati posted the above, which means - From your screen shot your "base address" is DB1.DBW0 So Byte 0 AND Byte1 (DB1.DBW0) will be the String length and number of characters. Your address in the HMI should start with DB1.DBW2 (Start of string).
-
Db1.DBB 0 = Byte 0 DB1.DBB 1 = Byte 1 DB1.dbw0 = Byte 1 AND Byte 1 DB1.DBW2 = Byte 2 AND Byte 3 In your screenshot you show the address as DBxDBW10001 which (in Siemens notation) = DB1.DBW1, which is DB1.DBB1 AND DB1.DBB2
-
What software is this?? Also try DB1.DBW2. The (so called) help file says shift 2 bytes, you have only moved 1 byte !!!
-
Hati liked a post in a topic: Global DB to output string
-
Moggie started following Global DB to output string
-
From your screen shots it looks like you are using "Optimised" DB for your strings where it looks like the HMI is looking for "physical addresses" in the DB - ie non optimised blocks. Right click on your DB, select Properties then select Attributes. You will see a tick box for optimised block access.
-
Try the attached (V15 Archive). (No Guarantee) Test_Ramp_1_1.zap15 Ramp.pdf
-
Moggie started following Working with rate of change and decimals in TIA portal
-
The value that is in the parameter =ADPR is incremented by 11 to give the end address of the indirect transfer. Yes it could be the backplane. Can you go online and check that the inputs from the cards can be seen??