keal

MrPLC Member
  • Content count

    27
  • Joined

  • Last visited

Posts posted by keal


  1. Ok, now, i can send with the omron to my PC (multiway) but, in mode "terminal" in sysmac, when i receive the omron tram, there is a message that crash multiway, the datagram is too large to fit into the buffer and is truncated


  2. Hmm ok... So, I think the better way it's to send information with SEND(090) by ethernet and identify the data.

    +Have you an example of program that send data with SEND(090), because, when i send with this function block, the led SD don't blink (that i think mean send data)


  3. 16 hours ago, innoaloe said:

    Hi @keal, unfortunately it's not possible. The said CPU does not support open Socket Service protocol. You can only use it for FINS, web server, or SNTP. It is stated in manual number W441, chapter 1-2.

    You need to connect a CJ1W-ETN21 or CJ1W-ETN11 to use Modbus TCP

    Thank you for your reply, i have see it, but i wanted a confirmation. And it's not possible to use FINS to communicate with a BR automation ?


  4. Hi,

    I need some help please, to print with a printer, i need to use NX_serialSend function block. So, i don't have this FB in my library, but i have SysmacStudio 1.15.

    I try to find it on the web but, nothing, anyone know how to have it ? 

    Thank's in advance.


  5. Hi !

    I have a last problem, so, i can send PCL code to printer, but, i want to do this differently, i need the charactere esc !

    In hexa it's 1Bh, but i need the ascii charactere, when i use the function block to convert, I get a point '.' but it's not this, because when i convert point to hexa, i haven't 1Bh. So it's a special character, i want to copy it, and paste simply, but i can't copy the character, sysmac studio copy the line or the variable..


  6. Hi, sorry for the lack of informations, so it's a HP Printer that understand the PCL Code (language for print), it is connected to the ethernet port of a NJ301-1200, the NJ is connected to the PC via the USB port.

    And i'm use sysmac studio for doing this.

    So, I have test the function block CIPopen and skt, but nothing, i think the PC doesn't see the printer

     

    edit : i've now a NB7 screen for doing this


  7. Thanks ! I'm going to do this now, If any problem appears I'll ask you !

     

    Edit : For the DGT300+, I need the function block server or client ? and fn03,05,...?

     

    Edit : I find it, but, i need only the function block client ? 

     

    DGT300+ is equipped with RJ45 Connector

    Use this port for communication with PLC through Modbus TCP/IP protocol.

    PLC acts as a client (Master)

    DGT300+ acts as a server (Slave)

    IP address by default on DGT300+: 192.168.1.33

    Local port: Modbus communication usually runs via port 502.

     

     


  8. Hello !

    I am new to the world of sysmac studio and PLC in general. I'm looking for 2 weeks all I can but there is no tutorial on the internet that learns really well,  or helps me understand how to achieve what I want.

    I have a NJ301-1200 connected by USB to the PC, I have a NX-ECC202 connected to the ethercat port of the NJ. And a DGT300 + connected to the ethernet port of the NJ. I try to communicate with this DGT through the NJ and therefore sysmac studio.

    Which function to use? and how to detect DGT and connect to it?

    thank's ...