photovoltaic

MrPLC Member
  • Content count

    626
  • Joined

  • Last visited

Everything posted by photovoltaic

  1. NX102 SSI encoder problem

    How do you have the encoder axis setup in your Axis Settings?
  2. Help need Data From CJ to AB CPLX

    Just a bit of a gotcha when doing this - Make your input assembly on the CJ side 4 bytes larger than what you ask for with the CL PLC. This is to accommodate the run-idle header. Example: CJ input assembly size in Network Configurator: 104 bytes Generic Ethernet Device assembly size in Studio: 100 bytes This is only for the CJ input, not the CJ output.
  3. Help need Data From CJ to AB CPLX

    The typical way to establish an implicit connection between a CJ and a Compact Logix is to have the CL PLC control the communications. You can use the Generic Ethernet Device profile in Studio and assign instance numbers to the CJ network variables using network configurator.
  4. The instruction "GetTime" shouldn't exist really. The system variable "_CurrentTime" gives you the exact same thing and is updated automatically.
  5. Variables are not laoding

    Have you synchronized with the controller, made sure that you have "Monitor" turned on, and the program is assigned to a task?
  6. NS Recovery

    I might have a 12 buried somewhere, I'll check in the new year. If so I can clone the internal CF and send you the contents.
  7. How to count to 120000

  8. How to count to 120000

    Use an increment instruction instead of a counter.
  9. Linmot drive to nx1p2-9B24DT1 through ethercat

    Can you share the axis setup?
  10. NS Recovery

      Yes, checked on Windows. It is split into 2 partitions and Windows can't tell what filesystem they are. Perhaps one contains a bootloader, the other the OS.
  11. NS Recovery

    Its an unrecognized file system on the internal CF. If you formatted yours I think that's the end of your screen
  12. NS Recovery

    I believe the special requirement is you never touch the internal CF card. If I get a chance today I'll see what mine contains.
  13. Sheet alignment with FH vision

    If correcting one side disrupts the other side I think you should be looking at a mechanical fix first. If you're simply looking to get real world units out of the camera the math is pretty straightforward and there is also the ability to setup real world units and the vision tools can inherit that scaling factor. I'm a little unsure what you are asking exactly.
  14. NS Recovery

    In Windows I used a generic 1GB CF card. I used the Windows Disk Management utility. 1) Delete the volume 2) Create a new volume (size 64MB, FAT, Default Allocation, Quick Format) 3) Transfer Restore Files and recover the screen  
  15. NJ and 1S Servo problem

    I suggest comparing the drive parameters with your backup. I've only ever seen this behavior when an axis isn't tuned.
  16. NB Designer help please

    Yes, each reference a timer/counter/variable. You will likely need to do some pre-formatting/scaling of the values in the PLC as the NB only accepts elementary data types.
  17. MQTT / Spakplug with Omron

    Omron PLCs are not brokers, just clients. We can interface with multiple brokers though so I don't see why you couldn't do that.
  18. NB Designer help please

    You'll have to use 2 variables and place a ":" in between them.
  19. MQTT / Spakplug with Omron

    It works well. I have use LAN and WAN brokers (mosquito primarily) and had no major issues. It's worth noting if you need secure comms the NX PLCs do this, NJs don't. You'll need an older version of the library for an NJ, the latest only works on NX. It's well documented and the example program is pretty easy to setup.
  20. MQTT / Spakplug with Omron

    I have tested it lots, I don't believe it is compatible with Sparkplug B
  21. The NA HMI will not communicate with a Siemens PLC. You will need to do PLC-to-PLC comms and then read the tags from the NJ.
  22. The drive likely only supports 8 PDOs.
  23. Omron NA5, NX & Zebra ZD421T (Ethernet)

    Looks like you'll be using socket communications and embedding the barcode contents in the strings you send over. There are a few ways to do it, lots of documentation on the Zebra site for it. You'll probably want to use something like Putty at first to get the formatting and commands all sorted out and then duplicate that with the socket functions in the PLC.
  24. Simple query loop?

    1.70 is the latest. Previous versions were 1.60 then 1.43
  25. Safety PLC Upload

    @kckku Have you tried connecting directly to the coupler with USB and transferring from it? Just go offline with the main PLC, right click on the coupler in your Configurations and Setup section, and choose USB -> Online. You can then right click on it again and select Transfer from Coupler