Jump to content

linxchas

UniStream & UniLogic Beta
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by linxchas

  1. Richie,

    There is few limitation in the structured Data tables:

    1. Max number of the columns: 32 with 100 element(cells when exported to excel) each - 3200element total.

    2. The maximum number of operands of any typefor a Read/Write operation is 128.

    3. Max memory for all data tables is 122000bytes

    That mean

    1. Fortable of 10x9999 you can use only “Byte” as a maximum size of the elements

    2. Whynot a table of 10 columns and 9999 rows?

  2. Just want to share with one discovery i found regarding this issue:

    I got a new PC. While setting it up I found Google Chrome, what i not really like. I uninstalled it. Then all kind of problems shows up.

    - After installing Visilogic - got an error: Run-time error 2006: Invalid tools collection index

    - Clicking on hyperlinks in my email - This operation has been cancelled due to restrictions in effect on this computer

    - some programs on installation told me that i don't have admin rights, etc.

    After brief research I found that non of Microsoft recommendations does not work in this matter and only a solution is to re-install Chrome then if you don't like it or don't want to use it just make IE your default browser.

  3. I'll try to explain my situation and my "dream":

    At the moment we have almost 1500 Unitronics PLC installed on our clients sites. This number increases on 150-300 units annually and we are providing maintenance and support for all those PLC's . This include fast response on any clients issue ( mostly through Visilogic debug mode) and frequent PLC application update to the latest version.

    For that purpose we are currently keeping few hundreds of all kinds remote connections to our clients networks with Visilogic installed on every remote server.

    The "dream" is to have 1 server locating on our host with public static IP.

    Server should have visilogic with "multi-threaded visilogic listener" for support and Download Manager for application update.

    Each PLC installed on client site will be connected to "multi-threaded visilogic listener". In the "HOST" mode, instead "favorites" visilogic should provide list of PLC's connected to Visilogic with its IP's and named, then user will select 1 unit to debug or download.

    Same about application update through Download Manager.

    I am well aware about difficulties in developing multi-threaded applications as well that the current Visilogic is based on the ActiveX library, which is not really suitable for such tasks. But Download Manager is based on .Net 4.0 framework.

    We already developed a server application (written in Java) for our clients, which provide simultaneous connection between user's SQL server and users PLC's for data exchange. It works pretty well.

    Now we are looking for a similar way to improve our support and to automate PLC programs update.

    In other words ultimately, we want to make PLC works same way as my PS3, which is connected to PlayStation network and receives all necessary OS updates and connected to game server for on-line play.

    One of the options that we considering to automate PLC update is to make a server application which will listen and accept connection from remote PLC's and distribute "clone" files directly to SD card. Than PLC in appropriate time will update itself from SD.

    But if Download Manager can do the job, it will save us a lot of time and efforts.

×
×
  • Create New...