How to use simulation driver?

Find and share HowTos to various installations / configurations!
5 posts • Page 1 of 1
jiaofueric
Posts:18
Joined: Wed Oct 31, 2018 7:40 am

How to use simulation driver?

Post by jiaofueric »

These days, we want to do a training about wincc oa
but i cant make the simullation driver module module work

Here are my steps

1)
Image

2)
Image
3)
Image
4)
Image

no data return ...

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: How to use simulation driver?

Post by leoknipp »

In your posting the images are missing.
Maybe you can make a document with the description and screenshots and attach it.

What do you want to do with the simulation driver?

Best Regards
Leopold Knipp
Senior Support Specialist

jiaofueric
Posts:18
Joined: Wed Oct 31, 2018 7:40 am

How to use simulation driver?

Post by jiaofueric »

These days, we want to build a demo case for customer

but i cant make the simullation driver module work,

The detailed steps are in the attachment

Thanks.
Regards.
Eric
Attachments
Simulation driver.docx
(367.9 KiB) Downloaded 260 times

jiaofueric
Posts:18
Joined: Wed Oct 31, 2018 7:40 am

Re: How to use simulation driver?

Post by jiaofueric »

thank you i will do it again

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: How to use simulation driver?

Post by leoknipp »

There seem to be several problems.

At "Direction" you have selected "AM_Output" which sounds like an output and not an input address.

In the simulation file you have defined times which shall be used when setting a value. Also you have used the option "-2" which defines that the values will be set in a loop. You have to take into account that new original values with a defined time can only be set if the time is equal or newer to the time which is already saved at the dp element. When trying to set a value with an older time the time will be corrected and the statusbit _stime_inv will be set.

To start the simulation you have to set the dp element _Simulator_<num>.Signal to 1. If the value is set again the simulation is stopped.
In the log file for the simulator you will find information when the simulation is stopped and started.

Best Regards
Leopold Knipp
Senior Support Specialist

5 posts • Page 1 of 1