Engineer_MG

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Everything posted by Engineer_MG

  1. CANOpen comunication

    You would need the .EDS file from the manufacturer of the particular CANopen device and then install it on the PLC software device repository.   
  2. Add array somachine

    You can insert multiple inputs as shown (Check attachment) in FBD. Else, you could write a FOR loop to sum the array elements in ST language.   Thanks.
  3. Somachine and M241

    *Value* datatype needs to be REAL not INT.