Jump to content

Pista

Members
  • Posts

    33
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Pista

  1. Hi Elad S,

    I downloaded the latest software version 1.33.348 and it doesn't work.
    But I found that the PC application is sending Content-Type : application/x-www-form-urlencoded\r\n
    and PLC sends Content-Type : application/json\r\n.


    Unfortunately, the customer's server does not support  the POST request with json Content type .
    Do you have an idea how to solve this?
    Well thank you.

    SharktestB0.thumb.PNG.1fea8abd71efed9e1f4dd409052c5e8c.PNG

    PLC send

    SharktestB1.thumb.PNG.ce5d88370cd631a188e06fa371227792.PNG

    PC application send

    SharktestA1.thumb.PNG.7a8367fa52e3cf237223170730d22b42.PNG

  2. Hi NoamM,

    thank you for your response.
    I had the wrong DNS address. Ping works fine.
    I made my own webserver on my computer to see what the PLC sends me. (B4J software)
    It works on my web server but not on the company server.
    The company server returns an HTTP error.

    I suspect that the PLC sends the POST command in the same way as the GET command is sent.

    MetaData and URI as sent by the application are captured in the image.
    Method: POST, OriginalURI: /can_test2
    And request is in table.

    But PLC sends:
    method:       POST
    OriginalURI:      /can_test2? Tester=fogonly&Barcode=ABCD
    table= NULL

    posttest1.PNG.0d570fcb9a1e4651825d7fe127e39c99.PNG

    posttest2.thumb.PNG.8eed40661f261bec4667cd6c6952c132.PNG

    posttest3.thumb.PNG.2cfb4059b00e3db688437a6027b2c357.PNG

    Do you have any idea how to feed POST function in PLC unitronics?

  3. Hi,

     I have a program Visilogic version 9.8.90 .
    Windows-10 has blocked some files.
    Threats identified: Trojan: Win32 / Azden.B! Cl

     Files in quarantine:

    file: C:\Program Files (x86)\Unitronics\Unitronics VisiLogic_C\Main\VisiLogic.exe

    file: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VisiLogic\VisiLogic.lnk


    Does anyone know if they are dangerous?

    Thanks

  4. Hi,

    After upgraded to version 1.28.34
    try to upgrade CPU FPGA.

    There are changes in RTC in this version.

    UniLogic_Version_Changes.pdf

    RTC /GMT:   UniStream now supports two clocks, Local Time and GMT. You can use these in Ladder elements, HMI Widgets, and set them via UniApps.

    A new parameter has been added to the RTC struct, Time Zone Existing Ladder functions Set PLC Time/Date now have a new parameter, Status. New System structs have been added, UTC Time and UTC Date

    We had this problem with the USC-P-B10  and now works OK.

  5. Hi Cam,

    you haven't tried through the EIP: General Explicit Message ?

    Bytes to copy is 3.  It is OK?

    but be careful, hex numbers need to be entered  for example #H32  for Service code.  (decadic 50).

        #H96  for Class. (decadic 150).

    Notes
     You must create an Ethernet/IP Scanner node in order to enable Explicit messaging; you do not need to define any assemblies or I/Os, only the node is required.

    If you are implementing Explicit messaging alone, when the Scanner Initialization Status = 2, the connection is ready. However, if you are implementing both Implicit and Explicit types, Status = 4 allows both types to flow through the connection.

     

    ExplicitCommand.JPG

  6. Thank you for your early response.
    Maybe I didn't describe my problem well enough.
    I just need  play video and audio separately.
    The problem is that ,if I start part of the video and stop it, you can not start the audio player.
    Then I have to start the Video again and play it to the end.
    Only then does the audio player work.

     

  7. Hello,
    I'm using the USP-156-B10 with UniLogic version 1.25.61.

    I have a problem with the MP3 player. I use the mpeg-4 video player and MP3 player on the screen.
    Start and stop buttons for play audiofile.mp3 via RCT Action.
    If I play video, simultaneous audio playback does not work.
    I accept, can't play 2 files at the same time from SD card.

    If I give a play video and then a stop video, the audio file will not be played.
    I have to give Play video and wait to be played to the end.
    Then audio file playing.

    Also, bit in TAG (System\Panel Events\Video Complete) is not setting on after pressing the video controls button StopVideo.
    Can you fix this error in the future?
    You could add the Audio Complete bit in (System\Panel Events\) also helps me.

    Thank you, Pista

  8. Hi Scott,
    I see that you are trying to implicyt communication.
    The Alan Bradly should have 128 bits on the input side and also on output.
    Size at AB. is 8 byts, x (16bits) = 128 bits
    Size at Unitronics is 8 bytes, x (8bits) = 64 bits.
    Therefore, you need to rebuild global tags Input_Scale and Output_Scale to
    had 128 bits.
    Do not forget to mark the Run Idle O2T.

    Picture1.thumb.JPG.37285e4148239d161e5006b2a0b755c3.JPG

  9. Hello,
    you have a version of the system 1.23.25 or higher?

    Before  version 1.23.25 all HID devices have logged in as a keyboard!


    I use the LS2208 scanner
    and it works ok.

    Scanner setup:
    Interface: USB
    Scanned codes: Set All SDefault, HID Keyboard Emulation, Time-out between similar symbols 02, Time-out between different symbols 02, Scan Option, <DATA><SUFFIX>1013, Enter

    Try unilogic examples:
    UniLogic Examples_V1.23 Rev 25\Communications\Barcode Scanner\Barcode Scanner_US-10.4.ulpr

  10. After a successful automotive project,
    I provide EDS struct for Universal Robots.
    Do not cry over the EDS translator,
    if you write it once you already have it. :)


    PLC connection with universal robot Works super.
    Specifically (USP-104-B10) and Universal Robot (UR3 v.6.1).


    Import into the project  (Struct for Robot.xls) and
    create Global tags (UR1in.Robot_In) and  (UR1out.Robot_Out).
    Set the EIP scanner according to the picture.

     

    try it.

    Scanner.JPG

    Struct for Robot.xls

    ScrInit.JPG

  11. Hi GBerkheimer,

    I do not know how you want to communicate.
    Implicitly or explicitly.

    If the output signal will not go out to the controllers, try to check the cell "Use Run Idle for O2T".

    I am have problem with SMC motor drivers JXC91 series.

    I wrote it recently in topic  

    "Use Run Idle for O2T" check-box in Ethernet/IP configuration

    The EDS file compiler for EIPscanner does not exist in the unilogic programmer.

    EIPscanner.PNG

×
×
  • Create New...