photovoltaic

MrPLC Member
  • Content count

    634
  • Joined

  • Last visited

Everything posted by photovoltaic

  1. ROTARY AXIS POSITION ERROR

    It sets the degrees one full rotation does in the case of a rotary application. if you had 361 then you were losing a degree every rotation.
  2. ROTARY AXIS POSITION ERROR

    What do you have your pulses per rotation set to and are you using absolute or relative move instructions
  3. ROTARY AXIS POSITION ERROR

    Is the measurement you're getting the degrees from a physical measurement or is it from the plc?
  4. NX1P2 - Modbus TCP/IP

    https://www.support-omron.fr/details/librairie.php?id=2017-03-06%20-%2015-51-59%20-%20956985889
  5. Even if there was an error in your data type it shouldn't affect the connection. You would simply get nonsensical data back from the device. In sysmac it simply cares about the sizes matching, not the data type layout. I often use byte arrays at first just to test a connection. I would start at a lower level if I were you. Have you tried an explicit message to those instances either from a PLC or a PC? Are there managed switches in between the devices? Are the IPs and subnets compatible?  
  6. In your PLC/HMI project (not your IAG) navigate to the HMI-> Data types At the top click the arrow next to root and select the controller. You can cut and paste the structure from here into your IAG project
  7. Runtime not loading

    I have 3.2, can you share the project?
  8. SCU41 password protected

    How are you trying to connect to the SCU? What serial converter are you using?