dbozic

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About dbozic

  • Rank
    Hi, I am New!

Profile Information

  • Country Croatia
  1. Hi guys, I installed new MachineExpert v1.2 and Vijeo 6.2.9 on Win10 machine. When connecting simulation PLC to Vijeo to test my application everything is good. I go to PLC and check the nodename (see the pic attached) which I put in my Vijeo application and everything works. Issue is, because of my hard drive capacity I am forced to work via VM (but this is my preffered way also because of number of PLC softwares used). When I installed from the same installer (everything same as my local Win10) on Win7 VM when I run simulation I get empty space where the PC simulator should be visible which nodename I should type in Vijeo. Also I noticed when going to gateway management console in VM the process is active, same parameters as in host machine. Turning off the gateway on the VM turns it off as well on the host. Is there a known problem of connecting to simulator on VM? Or win10? Unfortunately I don't have Win10 VM to try right now.. Anyone can help? Much appreciated!
  2. TIA Portal HMI Button Not working

    Hi, not sure if you are still seeking solution but regarding pictures you uploaded you set the bit when you press the button and reset it while you release button. So you get the short activation pulse while you keep the key pressed. Looking at your ladder code I don't feel like you want this kind of behaviour or? If you want to bit remain energized until you second press that same button best is to use the event InvertBit on Press button event instead of events Setbit-Resetbit. Hope I understood the problem and my solution helps you!   
  3. S7 300 Profibus fault

    I had a problem of profibus node going out of communication for very short time (matter of milliseconds). It wasn't a big deal in my system such short loss of comms so I called OB86 in my program to avoid going in to stop mode. Maybe this can help you. More about diagnostic with OB86 you can find here: https://support.industry.siemens.com/tf/WW/en/posts/rack-station-failure-and-ob86/27733?page=0&pageSize=10   My symptoms were same as yours but we never found out the reason why it went to stop..