Jump to content

Ofir

Members
  • Posts

    377
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Ofir

  1. Hi, First please note that UniStream is SNMP agent that means the UniStream can send traps to SNMP client. Does your device is SNMP client or agent? You can find in UniLogic help file how to configure and send the traps. If you are still not successful with sending traps please send the application and all details to support@unitronics.com Please note that US5/7-x5 does not support web browser so there is no option to browse to the web page of your device.
  2. Hi, The parse message works as follows: When activating this block the system checks if the buffer structure of data (linked to this block) is match to one of the messages configured in the messages composer. (Messages that is marked as scanned). If it finds one the index tag will contain the index of the message. If it does not find it the index tag will be -1.
  3. hello, you can reset the password from the UniApps --> PLC Properties --> Restore password.
  4. Hi Adam, Please perform the following: 1. Open UniApps - select access control 2. Configure a password for VNC guest 3. Try to download again the application. This issue was already fixed in latest version.
  5. Hello, In general you are getting this telegram to a large buffer. For example part of the text in this telegram is 1-0:32.7.0(220.1*V) If you wish to extract the voltage (220.1*V): In the buffer you should search for "1-0:32.7.0(" (If this leading text is fixed ) You can put this string in advance in ASCII string - use the Tag to Buffer (under the buffer tools) and then use find in Buffer for this string. Once you found the index you can copy buffer part to buffer with the correct offset and length - Now you have the 220.1 in a buffer. If you wish to have it a a number you can use Buffer to Tag.
  6. Hello, Both for the password box and when using UAC you can select the keypad to be numbers only: Password box: UAC configuration:
  7. Hello, Yes in order to create user authentication for the web server you should add roles and users. Then for each web page you can determine which roles are allowed to view this page.
  8. Hi All, We already have a solution for this case. As you can see we added the eye button option - if you will click on it the keys will not change their color/shade when pressing and the person who connected by VNC will not be able to see your password.
  9. Hello, Please see below link to article in Unitronics support portal: https://support.unitronics.com/index.php?/selfhelp/view-article/how-to-connect-usl-to-usc-via-vnc
  10. Please follow the steps below: 1.Close VisiLogic or any Unitronics tools. 2.Go to "C:\Program Files (x86)\Common Files\Unitronics" 3. Rename "Eth_Favorites.evb" file to "Eth_Favorites.evb.old" 4. Open VisiLogic and enter the favorites again.
  11. Hello, It seems it is required to review the code in order to determine the cause of this issue. Please send a mail to Support@unitronics.com and we will be happy to assist.
  12. Hello, Please make sure that you are using USB to Serial based on "PL23203 USB to Serial/UART Bridge Controller". You'll have to use it to be able communicating between the LoPy and UniStream controller.
  13. Hi, The communication protocol is Unitronics proprietary.
  14. Hi, Which specific PID block are you referring to? - 13 means Autotune aborted. This may result if the Run Autotune element was not called for at least cycle during the autotune, or in the case of an unknown autotune error. You can try using the Reset PID block and then run the PID autotune again but make sure that you are calling the block every scan.
  15. Hi, Currently it is not possible to send entire folder.
  16. Hello, Which protocol are you using over the CANBUS? If the PLC is sending the data then it is possible to control timing of the messages - if the sender is a third party device then you should configure the device to increase its interval.
  17. Hi, Loading a screen with many data tables which in general contain a lot of information takes more time... If you will have 9 displays - one for each data table - is it loading fast? Can you work with this solution?
  18. Hi, As I understand you are going to add more tags/structs to the project. In this case the existing retained tags should not lose their values. Anyway I suggest to backup your project and the retained tags using UniLogic or UniApps. If you are upgrading firmware then I highly recommend to backup the retained tags.
  19. Hello, See attached example for indirect options list in the combo box. (Please make sure you are using the latest UniLogic version 1.26.90). Place the CSV file under UserLogs/Csv/ BTW you can create the CSV in real time as Saragani mentioned using append buffer to SD file. Example Combo Box Indirect.ulprComboBox.csv
  20. Hi, Can you explain in more details the request?
  21. first configure the PLC to be a TCP-Server After that insert to the ladder the element to receive data from the client. The "Received Buffer" should be very long so your incoming message can be fully received with no problem. The "Length received" integer and "Received message" bit will be use to parse your message and get your information. After receiving your buffer you would like to parse the massage, for that you first need to create the general form of the message your PLC receives. You said you will send a message that looks like "/X300,Y300,Z300/" while the numbers are the only one who change, so this is the general message form and in the places your numbers appears I put a different variable for each number. After that you should put the ladder element for parsing your message, and add your number to the HMI. You can use a program called Hercules, to simulate TCP connection as a client, this is how I checked that my application works.
  22. Hi, Only by viewing the application it will be possible to understand why the scan will jump to 35-38ms. There are several actions that might cause the scan time to increase such as loops (Jump to region) , handling data tables such as insert row or remove row that will need to copy large amount of memory etc..
  23. Hi, There is no option to load EDS for Ethernet/IP. (There is an option to load EDS for CANopen devices). In this case we suggest to view the EDS file using EDS viewer by ODVA and configure the O2T , T2O and data size manually in UniLogic Ethernet/IP scanner configuration.
  24. Hi, There is no direct support for IO-Link in UniStream but we know about customers that implemented Ethernet/IP communication with the IO link HUB and UniStream PLC. Check with the IO link supplier whether its HUB supports Ethernet/IP.
×
×
  • Create New...