Siemens PLC Timer Change without step7

Multispeed08

Member
Join Date
Jan 2022
Location
Dublin
Posts
1
Hi! i'm just wondering did there is any chance to change Set Time(TV) on Siemens plc timer without step 7 using c# or python if timer not set in DB(data block). like in img - 3.PNG
Plc is connected using IBH Link S7++ and i want to change set time without using step7 or TIA. There is example c# and python codes when installing IBH Link drivers/soft.. and there is option to change output timer time see img.
Capture.PNG
Thx.
 
As the timer value is hardcoded in the block, possible options are:


Create some c#/pythoncode that will upload the relevant block from the plc, modify the timer value and then download the modified block to the plc.


Remove the memory card from the plc and insert it into your PC, write some c#/pythoncode that will determine the location of the timer value on the memory card, modify the memory card data as required and insert it back into the plc (I've done this before, S7-300 plcs only)
 
Last edited:

Similar Topics

Hi there I'm guessing this is a straightforward one but after much experimenting I've been unable to find an answer. The software is TIA V16...
Replies
5
Views
2,344
Dear Sir, can you explain that how can we implement the timer s5t Timer time base changes in plc working program. as i have changed the timer...
Replies
8
Views
2,479
Hello everyone, I am newer on Siemens PLC 1200. From HMI, I set timer value and place in MW20(120) like 120 second How to input MW20 to timer PV...
Replies
17
Views
3,579
how to make a timer TOF with S7 200 CPU 214 this S7 200 does not have a timer TOF, it y' has only TON and TONR thank you
Replies
4
Views
14,836
L
Anyone know how to write a looping 1 minute timer routine? where it counts to one minute and reset and counts to 1 minutes over and over again? TIA!
Replies
11
Views
17,954
Back
Top Bottom