How do I enter a time from my HMI to S5Timer Format

msoucy

Member
Join Date
Aug 2009
Location
Rhode Island
Posts
1
I am using a Siemens HMI (19" MP377) with Siemens WinCC Flexible. I have a Siemens PLC (S7 CPU315-2 PN/DP)

I need to allow the user to enter time, in Hours, Mins, Secs, and ms.

I am building my own block but I have to think that this is a common need and someone must have done this before me.

I dont think it will be hard, but it will take a bit of time.

The format can be read in hex.

Example, the word entered would be:
0001 for 10 ms
0100 for one second
1600 for one minute
3360 for one hour

The first digit is the time base, 0=10ms, 1=100ms, 2=1s, 3=10s,
The rest is that value in BCD 0-999
 
Hi use IEC timers instead, and use linear scaling of the HMI tag to multiply the HMI value by 1000
 

Similar Topics

I need to add a timer value of 1.2sec to FX series Mitsubshi series plc through HMI.How can I add a decimal value through a pfoface HMI and how...
Replies
1
Views
2,918
I am new to pv+ want to allow a user to enter a number on the pv+ and have that number stored in the plc program N7:0
Replies
3
Views
3,523
Hi Everyone, We are getting an error window whenever I opened the Factory talk asset center Application as "The Database size is critical level...
Replies
0
Views
338
My system are taking data from RHT sensors, around 45 points. Now I want to make a function in which, if the data is #BAD or 0 in values for all...
Replies
0
Views
481
*VMWare vCenter Converter Standalone version 6.3 & 6.4 Hello Experts I want to convert my current physical hardware machine to a virtual...
Replies
2
Views
1,624
Back
Top Bottom