[?): why PLCSIM V14 forces data to HMI?

SIMATIC S7-200/300/400, Step7, PCS7, CFC, SFC, PDM, PLCSIM,
SCL, Graph, SPS-VISU S5/S7, IBHsoftec, LOGO ...
m_eijie
Posts: 3
Joined: Fri Apr 21, 2017 6:41 am

[?): why PLCSIM V14 forces data to HMI?

Post by m_eijie »

hi
i have a problem with plcsim and HMI simulation.
i made a simple start/stop program in TIA V14 and simulated it in plcsim,works fine.
also a simple wincc project created with tag management and some button that indicates start/stop and motor output state.
when i start plcsim and hmi simulation at one time, values [like bit state] that are in plcsim forces to hmi and when i clicked a start button in hmi, nothing run
but when i set start bit in plcsim, output activated and indicators in hmi blinks on.
what is problem in my project?

thanks for yours attention.
CoMod
Site Admin
Posts: 3992
Joined: Thu Feb 16, 2006 3:25 pm
Location: Russia

Re: [?): why PLCSIM V14 forces data to HMI?

Post by CoMod »

ScreenCopy or YouTube video with problem ?
m_eijie
Posts: 3
Joined: Fri Apr 21, 2017 6:41 am

Re: [?): why PLCSIM V14 forces data to HMI?

Post by m_eijie »

i cant take video,because this is my office system and i don't have this access. i can upload hole tia V14 project in upload center , if this help to solve my problem i do it.
thanks
CoMod
Site Admin
Posts: 3992
Joined: Thu Feb 16, 2006 3:25 pm
Location: Russia

Re: [?): why PLCSIM V14 forces data to HMI?

Post by CoMod »

only screencopy can help
Enrico999
Posts: 2
Joined: Mon Aug 23, 2010 6:32 pm

Re: [?): why PLCSIM V14 forces data to HMI?

Post by Enrico999 »

Use "Compile Software (rebuild all)" for your HMI and try again
m_eijie
Posts: 3
Joined: Fri Apr 21, 2017 6:41 am

Re: [?): why PLCSIM V14 forces data to HMI?

Post by m_eijie »

thank you much. my problem solved.i've changed I/O bits status like I0.0 from HMI side, so that's wrong. i must set or reset a memory bit like m0.0 from hmi for start or restart a motor output.