• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Patriator

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    Patriator

    @Patriator

    0
    Reputation
    512
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Patriator Unfollow Follow

    Latest posts made by Patriator

    • Is thre any way to 'feed' Point Values ?

      We used to have our own Soft to collect some datas.
      We'd like to take benefit of mango in a report / history / alarm way.

      We planned to create a Virtual dataSource and several datapoints and then, directly from our software, update values in MangoDB.

      Trouble : If we put the point in a watchlist : the value is not correct , if we look at data_point_details.shtm , same thing, only the chart looks as expected, and , after a refresh, the history.

      What would be the best way to reach our goal ? Is there any way to force the datasource to 'read' the last values (found a way by toggling twice the point ... but it is a bit rude imo)

      posted in How-To
      P
      Patriator
    • RE: Is thre any way to 'feed' Point Values ?

      We used to have our own Soft to collect some datas.
      We'd like to take benefit of mango in a report / history / alarm way.

      We planned to create a Virtual dataSource and several datapoints and then, directly from our software, update values in MangoDB.

      Trouble : If we put the point in a watchlist : the value is not correct , if we look at data_point_details.shtm , same thing, only the chart looks as expected, and , after a refresh, the history.

      What would be the best way to reach our goal ? Is there any way to force the datasource to 'read' the last values (found a way by toggling twice the point ... but it is a bit rude imo)

      posted in How-To
      P
      Patriator
    • RE: V.1.11.0 installed but OPC DA datasource is not there :(

      Just tried this new jar.
      write allowed points are now listed as settable.

      I still get some points missing ( string) but not with all the opc servers.

      posted in How-To
      P
      Patriator
    • How would you do that using Mango ? Request-Answer datapoints

      Hi,

      I wish I could use Mango as THE single tool for supervision of several things in our plant.

      Last things I can't are on the same scheme :

      • Several points behind the same automation tool
      • I can get the data point only as an answer of a request contenaining a parameter.

      For exemple if I want to know how many Material is:
      in our silo 1 plant A I must send the string "\n001DISP\n" then everytime I end a null char I get a char of the answer.

      001 is the parameter, number of the silo.

      in our silo 1 plant B I must send the string "S01N\n" then wait for the answer.

      01 is the parameter, number of the silo.

      I currently use a own coded service, opening the serial port, asking for data then storing it in a database with the silo's number as key. This database is the mango datasource, and there is a datapoint for each silo depending of the key.

      I'll get exactly the same with a OPC server. I must first write the parameter inside a tag, then the engine number inside another and then timestamp in a third one so I can get the current value of this parameter for this engine. But it is more longterm thus it seems that we can't set points nor get string tag for now with OPC DA.

      posted in How-To
      P
      Patriator
    • RE: How would you do that using Mango ? Request-Answer datapoints

      Hi,

      I wish I could use Mango as THE single tool for supervision of several things in our plant.

      Last things I can't are on the same scheme :

      • Several points behind the same automation tool
      • I can get the data point only as an answer of a request contenaining a parameter.

      For exemple if I want to know how many Material is:
      in our silo 1 plant A I must send the string "\n001DISP\n" then everytime I end a null char I get a char of the answer.

      001 is the parameter, number of the silo.

      in our silo 1 plant B I must send the string "S01N\n" then wait for the answer.

      01 is the parameter, number of the silo.

      I currently use a own coded service, opening the serial port, asking for data then storing it in a database with the silo's number as key. This database is the mango datasource, and there is a datapoint for each silo depending of the key.

      I'll get exactly the same with a OPC server. I must first write the parameter inside a tag, then the engine number inside another and then timestamp in a third one so I can get the current value of this parameter for this engine. But it is more longterm thus it seems that we can't set points nor get string tag for now with OPC DA.

      posted in How-To
      P
      Patriator
    • RE: V.1.11.0 installed but OPC DA datasource is not there :(

      Tried to add manually (with the import feature) a data point type string like that :

       {
         "dataPoints":[
         {
               "xid":"DP_999323",
               "loggingType":"ON_CHANGE",
               "intervalLoggingPeriodType":"MINUTES",
               "intervalLoggingType":"INSTANT",
               "purgeType":"YEARS",
               "pointLocator":{
                  "dataType":"ALPHANUMERIC",
                  "settable":false,
                  "tag":"PCC1.AR01.A0_ssys_ddmmyy00"
               },
               "eventDetectors":[
               ],
               "engineeringUnits":"",
               "chartRenderer":null,
               "dataSourceXid":"DS_691328",
               "defaultCacheSize":1,
               "discardExtremeValues":false,
               "discardHighLimit":0.0,
               "discardLowLimit":0.0,
               "enabled":true,
               "intervalLoggingPeriod":15,
               "name":"PCC1.AR01.A0_ssys_ddmmyy00",
               "purgePeriod":1,
               "textRenderer":{
                  "type":"PLAIN",
                  "suffix":""
               },
               "tolerance":0.0
            }
      	     ]
      }
      

      I get 'Unknown value type' so it find the Tag (would get a 'Unknow Tag' overwise) but can't do anything with the answer.

      posted in How-To
      P
      Patriator
    • RE: V.1.11.0 installed but OPC DA datasource is not there :(

      Mango is on a virtual Linux box so I can't answer for the localhost.
      Maybe You could try with the box IP or 127.0.0.1 instead of localhost.

      I tried to let domain blank and it worked fine.

      posted in How-To
      P
      Patriator
    • RE: V.1.11.0 installed but OPC DA datasource is not there :(

      But I still have some trouble :

      • the browse tag don't give me any String datatype Tag
      • the browse tag don't give me any settable Tag

      And I've got an OPC server functionning like that :

      If I want to get the parameter X on machine Y
      groupReqX settable I put value Y
      groupAnsX I get the value overwise I get 0

      Is there any way to do that ? how ? scripting?

      posted in How-To
      P
      Patriator
    • RE: V.1.11.0 installed but OPC DA datasource is not there :(

      Succeded in some tests with this configuration:
      Name and Export Id : like in all other datsources

      Host : the hostname or IP adress of the OPC server
      Domain user and password : Authentification information so the client can acess the server. (I made a replication server on a Windows machine and put there a window user information )

      Server : If all above information is OK when you click Refresh, You will get a list of available OPC servers, then choose one.

      Update periode ... I guess it is explicit.

      You can now save and then press 'browse tags'
      You'll then get a list of available tags.
      select some of then and press 'Add Tags'
      You will get Data Point for all selected tags.

      posted in How-To
      P
      Patriator
    • Char encoding trouble ? ... Maybe not

      Hi,

      Just asked an employee to make a french translation.
      when I put this file in mango and make it usable, I've got trouble with french chars : é à ...
      If the letter is in a DataPoint , no problem.
      It it is in the translation file I get an ? ...

      I think it as something to deal with Tomcat conf but not sure.

      Using tomcat6 / java 1.6 OpenJDK / fedora 11
      locales are fr_FR.UTF-8

      posted in User help
      P
      Patriator