Jump to content

Ofir

Members
  • Posts

    377
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Ofir

  1. Hi, You can create a kind of "message box" using a rectangle and some variables on top of it. configure to each one of them Visibility bit. then when you wish to show this message box set the visibility on. Once the operator chose his option you can reset the bit and the message box will disappear. you can do the same with custom control.
  2. Hi, I contacted Zivan company who is the supplier of the Zview. In order to support Jazz Ethernet please try the following: 1. Change the attached file drvlazz.txt to drvlazz.dll and copy it to Zview\bin 2. Change the attached file Zview.txt to Zview.exe and replace in Zview\bin 3. in the project you should select as attached picture. ZView.txt drvjazz.txt
  3. Hi, I noticed in the application that you are trying to read from address 16130 in length of 10. According to the Excel file you attached before the next address after 16130 is 16140. if the frequency register is 16 bit then you need to set the length to 1 , if the frequency register is 32 bit then you need to set the length to 2.
  4. Hi, As I understand you are using the UniStream PLC as Ethernet/IP adaptor. (Other PLC will be Ethernet/IP Scanner to UniStream PLC). Once you configure the UniStream PLC as an adaptor ,you need to link tags to the input and output (You can link single tag, array or struct). After configuring the tags you will get automatically the address for input , address for output and its sizes. You can review UniLogic help and also watch the video tutorial about Ethernet/IP : https://www.youtube.com/watch?v=FeFdCFqsdj4&index=20&list=PLFBq_OH6_be7snAZAycZzQMvAWjHkX9Pz
  5. Hi, If you wish to log to a data table a value of 0 or 1 you can define the specific column to Boolean and store a value of MB. If you are still facing issues with logging values to the data table , attach the application and explain where is the logic that stores the data to the table.
  6. Glad to hear you got it working! BTW you can also try to increase the time out in the Remote Operator configuration if you suspect there can be a delay in the network.
  7. Hi, Which socket number are you using and how did you set it up? What do you see on the main screen of Remote Operator when trying to connect? Do you get any error message? Please make sure you are not using this socket anywhere in the program for other purpose. Make sure to set one of the sockets to TCP slave and set a PLC name. Open Remote Operator as administrator --> select TCP call, configure the IP address, port number and PLC name. You will need also to create or import the cache file.
  8. Hi, The serial modems should be connected to the UniStream using RS232 port (cannot be connected directly to the USB host port). you can connect to the USB host port USB to RS232 converter which is based on prolific 2303 and then connect the modem to the RS232. You can also use the communication modules of the UniStream in order to get RS232 port. The BGS2T is 2G modem while the EHS6T is 3G modem. Please note that the speed is still limited to the serial baud rate but.... it is important also to know if your cellular provider still support 2G network since some providers stopped or will stop supporting it.
  9. Hi Jorge, using the enhanced Vision series ,one must download the project using the option "Burn upload project" in order to be able uploading the project. Only this type of download stores the project file in the PLC. If this download type was not used then there is no option to upload the project.
  10. Hi, There is no option to use bridging over USB. Basically if you wish to perform bridging over RS485 , the PC must be part of the RS485 network but... the PLCs cannot be configured to MODBUS. (the serial port should be configured to PCOM - default protocol). As Ausman mentioned above you can connect both PLCs using CANBUS and connect the PC to one of the PLCs using RS232 or Ethernet and perform the bridging.
  11. Hi, Can you explain what do you mean by "probs"? Which Smaba model are you using? SM35 has built in RS232 port and you can add Ethernet and CANBUS ports. SM43 and SM70 have built in mini USB for programming and you can add Ethernet and CANBUS ports. In general you can communicate with the Samba both usingRS232 and Ethernet with different protocols such as MODBUS RTU, MODBUS TCP, ASCII etc..
  12. Hi, We will add your request to our wish list.
  13. Hi, There is no attachment file here. Are you using MODBUS TCP or RTU? You will need to check that the communication settings are properly configured (Baud rate, parity, stop bits etc.. IP address, port) Check also the value of the status register that is linked to the MODBUS command - this can tell you if the problem relates to communication , register address, etc..
  14. Hi, First of all if you replace the IO-DI8-TO8/RO8 to IO-DI16 ,you will not have outputs. If you are not using it then you will need to remove this module in the hardware configuration and add the new one. BTW if you do need the outputs you can use the IO-DI16A3-TO16
  15. Hi, 1. In the next version of UniLogic you will be able set Periodic or Aperiodic per MODBUS command! This way you will be able to configure all the commands that you wish to send periodically and for example as you mentioned write commands to be triggered by ladder element. 2. I will add this request to our list.
  16. Hi Jon1711, Attached is an example for sending file from Vision PLC to FTP Server. Using SD card suite - SD card Explorer you can copy files from the PC to the Vision PLC. V570_FTP_client.vlp
  17. Hi, Attached is an example. you will need to press on the fill in order to fill the data table with values and then the graph will be draw. V700 Draw_Grap_XY.vlp
  18. Hi, As I understand you wish to send continues pulses to the drive. In this case you can use PWM output of our PLC, once you set the Run MB it will not stop generating the pulses until you will reset this bit. The frequency and other parameters are model depended.
  19. Hi, As I understand you are using UniStream and try to perform port forward for the VNC port. This should be possible as many of our customers already did it before. Basically you just need to configure it with the internal IP 192.168.1.202 and external port 5900 and internal port 5900. (The most important is that the internal port will be 5900). If you set the external port to other port than 5900 , you will have to configure you VNC client to this port. Please check if this port is not already configured anywhere in the router setting or it is kept for other use.
  20. Hi, Can you explain in more details how exactly you wish to mount the USP-156-B10 ?
  21. Hi, What is the register size of the control word? (16 or 32bit) If it is 32bit , please make sure that the register defined is also 32bit. If I'm not wrong 40001 should be address 0 You can also try to write the data using MODSCAN32 (PC application) in order to find out where is the issue.
  22. Hi, You can configure in the SMS phone number as String. Then you can prepare a data table which will be the phone book and each time load different number according to the logic. you can use the status of the SMS struct in order to know when you are able to send the next SMS.
  23. Hi, As you can see the IP address is formatted to UINT32. First of all in online mode you can select in the grid the format IP in order to see it as IP address. If you wish to display it on the HMI , you can use the ladder element in Strings menu - I"P to String"
  24. Hi, You are correct. When saving Data table to file and parameter F is selected it will generate 3 files: 1. UDTF - This is data table format of Unitronics. You can use this file later when you wish to load the data back to the PLC. 2. CSV.zip and CSV - At start we had only CSV.zip since we wish to compress the file to save storage but then we got requests to have a CSV not zipped. (some smartphone could not open zip that was sent by mail). Anyway I believe you should not have any issues of space in the SD card. BTW you can use File Operation - Delete file to remove files.
  25. Hi, You can try the following: Open UniDowload Designer Link the VDF file. Select the checkbox "Download data for Upload" Create UDC and download it to the PLC using UniDownloader Then using VisiLogic select to upload the project.
×
×
  • Create New...