Using S5TIME

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
kingnoboru
Posts: 11
Joined: Fri Jul 19, 2013 7:53 am

Using S5TIME

Post by kingnoboru »

Hi guys,
someone have used a siemens datatype S5TIME in a tag? I follow the user guide about s7 controller but i don't understand how to use this kind of datatype. I need to convert each tag via script? There's a better way?
Thank's a lot.

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Using S5TIME

Post by mark.monroe »

The S7 driver in iX Dev does not support the S5TIME PLC data type. You will need to split out the time into support datatypes, like Data Blocks. Then use a script if you need to rebuild the time on the HMI.
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

bjornidar
Posts: 49
Joined: Thu Nov 17, 2011 2:10 am
Location: Norway
Contact:

Re: Using S5TIME

Post by bjornidar »

Hi,

I've done this a couple of times, also with other HMI/ SCADA products.
There is no support for S5Time in any of the HMI/SCADA I've tried - other than WinCC / WinCC Flexible, so the best solution I've come up with is to convert the S5Time to INT in the PLC and then read to HMI/ SCADA.

Post Reply