Jump to content

Ofir

Members
  • Posts

    377
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Ofir

  1. Hi, First of all FB Protocol is supported by all the Vision series controllers. If you are connecting the PLC to your device then you need to check the pin out (RX, TX and ground signals) and make sure that the cable you are using match the wiring. You can find the PLC pin out in help topic communication --> RS232
  2. Hi David, First make sure you are using the latest Visilogic version 9.3.1 You can find the Profibus Configuration block under COM menu. (Make sure the hardware is configured to V130 or V350). Attached is a very basic example which sends 1 PGN and receives 2 PGNs. J1939.vlp
  3. Hi, I checked your application and faced te same problem. I passed this issue to our R&D and will let you know when it will be fixed. Meantime please check the option to use MB2 (SMS scan) to recognize when SMS arrives.
  4. Hi, If you check the value in SI199 in online mode, does it contain the right value? Which OS version are you using? Please make sure you are using the latest OS.
  5. Hi, We are not familiar with such case. If there is an option to simulate this issue then please explain step by step. Another option is if we can access your PLC and see this problem on our PC, send the details to support@unitronics.com
  6. Hi Dime, You can turn on/off the back light using system bit 9.
  7. Hi, I have a SIM card with public static IP which after registration to the provider network I'm able to ping its IP, in other hand I have another SIM card which does not have public static IP and after registration I'm not able to ping the IP address. Anyway I belive that this relates to the provider setting. As you mentioned also ping is working on specific port which must be enabled by the provider. Indeed if the IP address is linked to MI, the IP made up from 4 consecutive MI's.
  8. Hi, First please note that GPRS and SMS cannot work at the same time. After using any GPRS functionality, you must activate the SMS CONFIG again to be able receive and send SMS messages. Another note is that you must also disable the SMS SCAN while using GPRS. Regarding the APN settings: This limitations related only to the provider of the SIM card. If you will have public static IP address then you will be able also to connect the PLC in listen mode. Also when you call from the PLC to the PC, if you do not wish to use port forwarding then your PC must have public static IP address.
  9. Hi, In C:\Program Files\Unitronics\Unitronics VisiLogic_C\Data\HW Cfg\Elements List….you will find a file called ElementsList.ini Please enter the file and add V350-35-TU24 to V350 list.
  10. Hi, Try first to Close VisiLogic and delete the file Current_OPLC.udb from C:\Program Files\Unitronics\Unitronics VisiLogic_C\Data\DB. Launch the application again. If you still get the same error then Reinstall Visilogic.
  11. Hi, Which UniOPC version are you using? Please make sure you are using the latest version UniOPC 1.3.8 How many PLCs are you using? Does the error occur randmly or you can point on a specific senario to simulate the error?
  12. Hi, You can set Info password using SI179. Note that when you enter new password to SI179 you will not able to see it via the U90ladder and the value of SI179 will always shows 0.
  13. Hi, The command to reset should be /00CCE2B Make sure at the end of the string to send <CR>
  14. Hi, It seems that printing the graph directly to the printer can be done using FB Protocol. If the printer has serial interface (RS232) and supports ASCII (DOS mode), the communication can be established via FB Protocol and this is relatively easy task. If the printer is “network unit” and is connected via Ethernet, it usually has its own set of commands. Probably printing a logo will be according to x and y cordinates and the relevant commands of the printer.
  15. Hi, Which PLC are you using? As I understand you are using the indirect clock functions. Please note that you can set on the HMI Time function variable and enter the time from the display.
  16. Hi, There is no option to change the hardware configuration via touch screen or ladder. Please send mail with the request to support@unitronics.com for evaluating your request.
  17. Hi, I meant your slave devices.. Anyway are you sure you are using the right MODBUS command and reffering to the right slave register address? Try using MODSCAN32 or other MODBUS master software and check whether you are able to communicate with the slaves using your PC. (You will need of course RS232 to RS485 converter). If it works properly with your PC then attach the application and the slave documentation so I can take a look.
  18. Hi, Try sending the mail to few different email accounts providers? Try using different mail server? Do you still get the extra characters?
  19. Hi Deke, Currently this function does not support XI operand. Unitronics R&D will look into it.
  20. Hi Richard, See below code for a toggle button which is linked to MB100: <form method="GET" action="/"> <input type="hidden" name="/Web/Start.htm" value="1"><input type="submit" value="[MB100,OFF,ON]" name="M1"><input type="hidden" name="Data10" size="5" value="[MB100,1,0]"></form></td> <td align="center" width="200"> <form method="GET" action="/"> Please make sure to put in the data table addresses in index 10 the value MB100.
  21. Hi, There is no option to write string from the web page to the PLC. As you mentioned the workaround to do it is only writing ASCII values to consecutive MIs which is not so elegant way. Indeed you are right regarding the document (the comma is missing) and we will fix it.
  22. Hi, In our website www.unitronics.com > Support Page > Downloads > PC to PLC communication you can find two communication tools – Active X component DLL (written under VB6) and .NET driver. Both these tools come with detailed, well described examples. Using one of these tools you will be able to run your software on the PC and communicate with the Jazz. Then you can read from the Jazz the bits/registers you need for trigering other process.
  23. Hi, First check in INFO mode whether the configuration indeed took affect. Press on the <i> key for 4 seconds --> password 1111 --> communication --> Ethernet --> IP Then in order to check whether the problem is not related to the switch - connect a cable directly from the PLC to your PC and try to ping it.
  24. Hi Damiman, Please send the application to support@unitronics.com and we will check this issue.
  25. Hi Jan, As Simon already mentioned, Check the IDs of the PLCs and check also in UniCAN send the destination ID and the destination start of Vector.
×
×
  • Create New...