Jump to content

Guy Sela

Members
  • Posts

    28
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Guy Sela

  1. Hi,

    I could not understand your question, the PLC sends your email but in some cases your "tiscali" server  don't forward your mail`s? 

    I`m not familiar with this server, can you narrow down to when your server does not send your email`s?

     

  2. There is no need to clear the Buffer but according to what you wrote, but if your message is cut off, so it`s sounds like that the Buffer is to short.

    Does "read limit parameter 29.12145 0.00010 29.31703 0.00269" is the full message?

    I have added our example project that might help you: UniStream_070_Message_Composer_Example.ulpr

    Easy was to check the Sent/Received message is via "Hercules" software.

    You can check our video tutorial on message composer:

     

    hercules_3-2-8 (1).zip

  3. You can find many example projects that you can refuse to and use.

    You could find there a "UniStream_070_schedule.ulpr" that will help you in setting a schedule.

    Furthermore, with in that folder, you will have a folder named UDFB, copy it`s content and save is in the next path: 

     C:\Users\Guys\Documents\Unitronics\UniLogic\Library\Ladder         (Set your [User Name] incited of "Guy")

    Within UniLogic, go to "Library" and add "RTC to ASCII" , drag the new "RTC to ASCII" subroutine to yor 'Function1", and set in the input the format you like.

    image.png

    image.png

    image.png

    Time .ulpr

    • Like 1
  4. Hi Daniel, 

    you can find example projects on many subjects that could assist you including TCP IP communication:

    To download UniLogic example folder see the next link:

    https://unitronicsplc.com/Download/Support/UniLogic/UniLogic Examples_V1.19 Rev 80.7z 

    Please follow the next link to download an example project that will be  helpful for you (communicating with a 3rd party device via TCP). 

    https://unitronics.exavault.com/share/view/ju4o-219xdl5i

    Please see the the next tutorial on how to use "Message Composer":

     

    • Upvote 1
  5. Hi 

     

    the new website needs some getting used to, I know that you will find it informative as the old website and even more.

     

    To see all of Unitronics products you can click the second tab "PLC`s" and you will be presented with a drop down menu with all of the products sorted to gropes.

    To see V430 table click here, scroll down and click "Vision430 models - Onboard I/O`s".

  6. Hi Michael,

    MI0 holds the real counter, it is using MI2 as a buffer that holds the difference between the real count to the counts that where added in ML0.

    The count than is added to ML1 that is in absolute value, than MI0 is stored to MI2 for a new count that will hold the deference between the counts.

    When MI0 will roll over it will not have any effect on ML1 (Virtual counter) sign.

     

    the formula for this project is:

    MI0 - MI2 = ML0

    ML0 + |ML1| = ML1

    MI0 = MI2 

     

    Please see the attached project.

    Is NET3 you can trigger MB0 to simulate running counter, you will see that MI0(out) will roll over at 32767 (you can use MB1 to increment by one), the result ML1 (Virtual Counter) will not change it`s sign.

     

     

    virtual Counter.vlp

×
×
  • Create New...