Jump to content

Ofir

Members
  • Posts

    377
  • Joined

  • Last visited

  • Days Won

    21

Posts 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.

    • Upvote 2
  2. 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

     

  3. 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.

  4. 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.

  5. 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.

  6. 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.

     

  7. 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..

     

    • Upvote 1
  8. 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.

  9. 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.

  10. 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.

    • Upvote 1
  11. 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.

×
×
  • Create New...