nrm13

MrPLC Member
  • Content count

    11
  • Joined

  • Last visited

Community Reputation

1 Neutral

About nrm13

  • Rank
    Sparky

Profile Information

  • Country United States
  1. CJ1W-SCU21-V1 Setup

    I have a CJ2M CPU-31 PLC with a CJ1W-CIF01 Serial option card. I needed to use serial to recieve information from a barcode scanner and send data to a label printer. I got each of the devices to work with the serial option card, but since I need both to work at the same time I purchased a CJ1W-SCU21-V1 Serial Communications Board with two additional ports. I changed the control word to 0100 to adjust for port one of the serial board but I cant seem to get either device to work on this new card. The PLC will also give a non fatal internal board error when I activate the tramisit command. Any Suggestions?
  2. Conneting to Zebra Printers

    I have a CJ2M CPU 31 with built in ethernet and I am trying to send information via ethernet to a TLP 2824 Zebra Desktop Printer. Has anyone had any experience with this I cant seem to get them to communicate. I have set up the Ethernet Settings on the PLC and Printer and I can ping the IP address of the Printer but thats about it. I have been trying to send the information using the @send instruction using D0 as the control word with 0032 0000 1400 0000 stored as the actual control settings. Any help would be appreciated. Thanks,
  3. Contents Display wont display Image

    I believe the image was just too large. I was able to get a smaller picture to display on the HMI. Thanks,
  4. Contents Display wont display Image

    By Ethernet
  5. Ive got a NS5-SQ11B-V2 HMI being controlled by a CJ2M-CPU31 through ethernet. My problem is that im trying to display an image on the HMI but it will not show up after being transfered to the HMI. I am using a contents display to show the image and it will display in the software and the offline testing but wont show up on the actual HMI. Does anyone have any ideas as to what im doing wrong? Thanks,
  6. Ethernet Issues

    I am trying to directly connect a NS5-SQ11B-V2 HMI and a CJ2M-CPU 33 with built-in Ethernet. I have set up the IP Addresses 192.168.250.198 for the PLC and 192.168.250.199 for the HMI all the switches on the PLC are set correctly and it is not showing any errors. I can connect to the both using my computer via Ethernet but when i connect the ethernet cable between them the HMI times out and gives an error and the communitcation lights on the PLC stay off. I was wondering if anyone had any ideas on something that might be commonly overlooked? Thanks,
  7. The Project is larger than the 3.91 MB allowed, even when zipped. I was able to use my desktop(with the older software) to transfer the program to the HMI using ethernet, but I am still curious as to why it wouldnt run on the newer software. Thanks,
  8. Yes i've tried it that way but still gives a runtime error
  9. I have been trying to update an oldler HMI program. When I pull the program off the HMI onto my laptop it will give a runtime error when I try to open it. My laptop is running CX-Designer Version 3.5 The program will open on my desktop which is running CX-Designer version 3.1 I was wondering if there was a way to make the program run on the new version?
  10. CP1W-CF01 Serial Comm. Board

    I had made a custom cable to interface between the two and changed all the port settings to match the scanner. For some resaon when I blocked the Rxd command and then unblocked it it started working. Thanks
  11. CP1W-CF01 Serial Comm. Board

    I have a CJ2M CPU-33 PLC with a CP1W-CF01 Serial Communication board. I want to use this serial connection to recieve information from a barcode scanner. I have seen this done with a NSJ PLC with built-in Serial port. When I scan a barcode the light on the CP1W-CF01 will flash quickly but I dont seem to reieve any information. The program is using a if A393 <> 0 then activate a 0.2 sec timer when timer done recieve 8 bytes into D20 using the RXD instruction. Again, it works on an NSJ but wont work on this CJ2M does anyone have any ideas?