First of All I really impressive for this fantastic software
It's contain from simple to advanced feature and still easy to use
but I found some limit functional to make digital twin for SIEMENS PLC
I use TIA Portal V19 with PLC Sim Advanced 6.0 Update 1
to simulate S7-1500 PLC
If the
input card are configured in hardware config
as below picture there are 32 DI config at input address 0-3
(https://lh3.googleusercontent.com/pw/AP1GczOsi1ojdrzzsSme33_cemiE56a1MpwMWSR4OHdrW2r1oU8uufLUpfqLG4LaCAoC4zlhPGg-8Kb24BY2yktEeiHrannyWNtPpU5be8rTXYsZj6NoxHU=w1920-h1080)
Config Machines Simulator drive input device, such as button or sensor, at address 0-3.
It can push signal to PLCSIM but
it's flickering you can see the trace signal like a pulse in below picture
(https://lh3.googleusercontent.com/pw/AP1GczOtv9kbmnlkKh8YizkqbhKrTcDOeUwcqkZcGv8GD9-uuuAy2udmPOjVrulgpvX1Q2C22L3i6DvizE07k5HBSKPi5HEwMokSTfw4Apu3Va-U727Hnv4=w1920-h1080)
By the way if you
remove input card from hardware config
(https://lh3.googleusercontent.com/pw/AP1GczMBIOkvedeOhXyO8Fkf2rF_kbJw2y_fXeyVRRBkROz2Gf2PRTW0WPdFaAkY0N5d_WkhbuMKvxDjBz7NXeGV--jDitz8HE4DDdT1EunQMWdtAf6Zx60=w1920-h1080)
Machines Simulator are working fine
(https://lh3.googleusercontent.com/pw/AP1GczP-pxCFy0kABluMYjHHAtGJMqdFNiYrQesBjq4PrGxwcsLN2-TMo3wa8QXWS2b3nBP2BazPgIzE9NfUT2_CTGt_TnSGA4JOK0JFTRvI_1rxiBFxoVM=w1920-h1080)
Yes it's may only remove the i/o card but if you have config some technology object like axis, which require input or output assigned to it, to remove i/o card are the big deal
After google I just found that this problem also occur on other brand in the past too.
Seem this problem are occurring because driver are use PUSH/GET library.
They have fixed this problem with new driver, I think they use API method because new driver are linking base on instance name instead of IP Address.
It's would be great if you can make an additional driver to fixed this problem.
----------------------------------------------------------------------------------------
for more clearly below are full video to repeat above problem
If you would like me to test anything more please let me know.
Best Regards,
Thank you very much for the feedback and support :D .
I think you may have 2 drivers, one use PUSH/GET and another one use new method.
as far as I can remember seem from TIA 15.1, PLCSim V15.1/PLCSim Advanced4.0SP1 can be use other method than PUSH/GET.