Jump to content

pfort

MrPLC Member
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by pfort

  1. Did you specify the Gateway (remote router adress) in "Built-in Ethernet/IP Port settings?
  2. Maple (Weintek) HMI can read USB barcode reader, and send it to PLC.
  3. LS2208 work fine but you have to order a RS232 serial cable instead of USB.
  4. 0V = 0 count -10V = -15000 count 10V = 15000 count
  5. I would do a Structure Text FB.
  6. Maple HMI (Weinteck) work fine with NX serie.
  7. When installing CX-One you may install only what you want and uncheck the others.
  8. Ctrl+E to begin, Ctrl+Shift+E when finished. You can add global variable but once added you can not edit (erase or modify) them.
  9. Global variables can not be edited or deleted while Online Edit but can be created (Ctrl+E while in the Global Variable Table).
  10. My bad, I misread your post. I thought you had a temperature input unit and use PID FB in your program.
  11. Did you put the good values in the OprSetParams and InitSetParams inputs of the FB?
  12. Hi, I use them for maybe 12 years, and never heard of failure (except of physical dammage). But it is recent that they can work with Omron tags. Maybe 3 years. We mostly use Advanced HMI series.
  13. Maple HMI's allow tags from Omron.
  14. Beckhoff CUxxxx.xml
  15. On that link there is a configuration file that you can download, then you could try it in Sysmac Studio in your Ethercat configuration...
  16. The decimal separator must be the same in the Windows Regional Settings than in your FB.
  17. It is normal, it don't work in simulator.
  18. Or, now you can create groups in global variables table, and associate each variable to the group you want. Then you can filter the table to display the group you want.
  19. It does not work on simulator
  20. PID instructions does not work in simulator.
  21. Is it a Function Block or a Function?
  22. Take a look at G3RV-SR from Omron.
  23. I don't know Mitsubishi HMI but I guess it can read conventional (non tag) adresses from previous Omron PLC, if so, in the HMI you could choose driver for something like CJ1 PLC, then, in Sysmac, you can make adresses like CJ by writing % followed by the adress you want in the AT column in your Global variables table.
  24. I don't know for the NA5 but Maple HMI can be flipped. And they can work with tag adressing of NJ/NX.
  25. I always add prefix in the beginning of my tags. Inputs: i_MyTag Outputs: o_MyTag From HMI: h_MyTag Timer: t_MyTag etc... This way, I know in advance where to find them in the table, when sorted by name. And when adding a variable or contact in the program, I know what to type first.
×
×
  • Create New...