Jump to content

Guy Sela

Members
  • Posts

    28
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Guy Sela

  1. Windows May 2020 update caused VisiLogic to be identified as a "Trojan horse". VisiLogic is safe to use. To overcome this issue, go in to "Windows Defender" and change the "Recommended action" to "Allow". After you will allow VisLogic, you will be able to operate it: If VisiLogic.exe is missing, you will need to reinstall VisiLogic.
  2. Please send the code you got to Support@unitronics.com via the next link: https://support.unitronics.com/index.php?/ticket/submit-ticket
  3. M2xx and other controllers from Minicon series are very old. It was discontinued more than 20 years ago, we have no controllers in stock and, as most of electronic components were discontinued long time ago. I hope someone here could help...
  4. Hi Don The IO`s are updated constantly each scan, so you will get the "true" value of your IO`s. If you are trying so simulate as if your IO is triggered, you can add a contact for input or a coil as output in parallel to your presses that you what to simulate.
  5. Hello Michel, Is this still relevant. Where you able to establish communication?
  6. 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?
  7. 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
  8. 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. Time .ulpr
  9. Although we do not support this modem, you can send and receive arbitrary messages over TCP via message composer, you can check the next video on message composer: https://www.youtube.com/watch?time_continue=5&v=G8bWtpYDt7E All so, I`ve attached a project that can help you see how to pars a message. UniStream_070_GPS_String_Parsing_Subroutine - Copy.ulpr
  10. The Sample file should be saved in the folder name you set, in my case "MySample". A file will be saved to the SD once the sample count will reach 60,000 samples or if you will stop sampling using the "Start/End Sampling". "Start/End Sampling" can be set to power up value `1`. You can check the next video on Data Sampling
  11. You can use "List of Images Variable" and set multiple images with a slight difference and by setting that specific Tag value the correlating picture will be displayed.
  12. The Numeric Box title can be switched automatically pending the displayed language. My numeric box is "Numeric Box21", you can see that my default language is Spanish and the second is English. When I will switch between languages that specific numeric box title will automatically switch between headlines titles languages.
  13. Hi Andreas, I have sent you a private message with some instructions in order to solve this issue.
  14. Hi Guys, There is no direct option to reset HSC which is on expansion unit. Attached is application which implements resetting HSC using virtual HSC. In the attached application instead of working directly with the MI that linked to the HSC (which you are unable to change/reset) working with the virtual HSC. Expansion HSC reset.vlp
  15. 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":
  16. As for the application long time, in the first connection of the application it is downloading the images, depending on the number of element on the HMI will determine the connection delay time. Can you please end me your project to Support@unitronics.com so i could try to simulate the red screen. If you could provide a scenario that i could simulate this red screen?
  17. I commander you to get in touch with our local distributor in Brazil, they are very professional and have a grate support (in Portugais). DAKOL Instrumentos e Sistemas Ltda. Phone:11 3855 0060 Fax:11 3855 0060 Email:vendas@dakol.com.br Website: http://www.dakol.com.br
  18. Hi Rjustino To get you up to speed, please refer to Unitronics CANopen video webinar. You can find many example project within VisiLogic itself including CANopen: C:\Program Files (x86)\Unitronics\Unitronics VisiLogic_C\Examples\Version 900\Project examples\Communications\CANopen. More information can be found in VisiLogic Help (F1) under CANopen.
  19. Hi Brianwainw, Two text boxes will not work in this case. You can accomplish this by using "List of Text" element. List of Text ex.vlp
  20. Hi Vamalgise, In "SMS Send" function block, you can select "Last Received Phone Number" to sand back an SMS to the last sender phone number.
  21. In vision, there is a ladder element that resolves an IP for a domain. In UniLogic there is also an element that resolves the IP Address (element called Resolve DNS). As I understand, the data is not JSON or XML, but rather the same old way as sending the data in the url.
  22. 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".
  23. 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
  24. Dear Mike, Please see the attached project. Using EX-RC1 with DI-16 high speed counter using ML. Best Regards. Guy Sela virtual Counter.vlp
  25. Dear Mike, thank you for contacting Unitronics Support. Can you please send us your email? I would like to send you an example that will be suitable to your request. You can also reach us at support@unitronics.com Guy Sela
×
×
  • Create New...