• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Jorge Gonzalez

    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
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 23
    • Best 0
    • Controversial 0
    • Groups 0

    Jorge Gonzalez

    @Jorge Gonzalez

    0
    Reputation
    394
    Profile views
    23
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Jorge Gonzalez Unfollow Follow

    Latest posts made by Jorge Gonzalez

    • RE: Script to convert from Hex to Dec

      @craigweb said in Script to convert from Hex to Dec:

      return parseInt(p.value, 16)

      Thanks so much Craig, but it didnt work. please let me to explain You:
      the hex data is arriving as 13:32 (it is Hex 1332, so must be in Dec Value=4194)
      With your Script I got the Dec value from just the first number (Hex13 =Dec19)
      this device send a string like 13:30:27:14:01:33:02:6c:02:76.
      then I need to get
      13:32:4194
      27:14=10000
      01:33=307
      02:6c=620
      02:76=630

      After i get the values, then we will need to scale it:
      41950,01=41,95
      (10000
      0.1)-1000=0
      3070.1=30,7
      (620
      0.1)-40=22
      (630*0.1)-40=23

      I understand how to define a script to multiply, but some data need to be multiply and the final result will be minus 40, for example:
      Data 02:76 = Hex630= ((630*0,1)-40)=23

      As you can see im in a problem, please could you support me

      In advance thanks so much
      Jorge G

      posted in How-To
      J
      Jorge Gonzalez
    • Script to convert from Hex to Dec

      Hello, the snmp device send the data in hexadecimal format for example: Battery voltage = 12:7D, I want to solve it with a Metadata Source, but I dont have information how I can create a script.
      Please could You Help me with this script and could you share information about how to create scripts???.
      In advance, thanks so much

      Jorge G

      posted in How-To
      J
      Jorge Gonzalez
    • RE: Send a password every Five min

      Thanks Craig,
      was Change the cron to 0 0/5 * * * ?
      When I press validate icon appear: (ReferenceError: "passwordPointp385" is not defined in at line number 1)
      I need to put every one data point in the script?,
      If your answer is Yes, it means that I need to repeat thsi script for every one datapoint.?
      Is correct how i wrote the scripts?
      passwordPointp385.set(0xdeadbeef); //send this hexidecimal value as a set to the register
      passwordPointp386.set(0xdeadbeef); //send this hexidecimal value as a set to the register
      if the customer change the current password, how we will get the new hex value?
      I will appreciate so much your support

      thanks, Jorge G

      posted in How-To
      J
      Jorge Gonzalez
    • RE: Send a password every Five min

      Sorry Didnt work, please let me to explain You.
      The controller have 12 Batteries.
      Each batteries need the password
      Each password must be "0000".
      Can créate just one scripting datasource for all batteries?
      Where I can check that the password is (0000), without brackets?
      I need to change something in every original point (Write Type: Not settable)
      Please could You check, because i have some thing wrong
      0_1547849915936_Scripting DSource.png

      In advance thanks so much

      Jorge G

      posted in How-To
      J
      Jorge Gonzalez
    • Send a password every Five min

      Hello, please Your support, there is a controller that need to receive a pasword every time that i need to get information, I send once it manually. but if i lost the communication for more tan 5 minutes the controller need again this password
      0_1547832314465_Resend Password.png . 0_1547832198686_Password.png
      I créate a point but didnt work. how i can send this password every 5 min???
      Please Your support

      posted in How-To
      J
      Jorge Gonzalez
    • RE: How to Add a Html link in Graphic Views

      Hi Phil, it is very easy, the customer have a controller with a internal web server(if I put the ip address in a browser then I will connect with the controller)
      0_1546630001403_HTML Link_3.jpg
      0_1546630251693_HTML Link_4.jpg

      let me to ask, Is not posible to have a Link component in the graphics view, think that the most of controllers have a connection by internet browser (Firefox or IExplorer or another).

      At the end, please i will try to add a link....

      thanks so much Phil

      Jorge G

      posted in How-To
      J
      Jorge Gonzalez
    • How to Add a Html link in Graphic Views

      Our experience in this platform started with ScadaBR, in our graphic views usually we use a link (it is to open a web view)
      When we wanted to apply this feature in Mango Automation Platform it doesnt exist..
      1_1546627789259_HTML Link_2.jpg 0_1546627789259_HTML Link.jpg
      Please could You tell me how or where we can found the “Link” graphic view components.

      In the picture You can see how our customer see every controller, in a graphic view. (they doing a right click over the link, could connect with the controller)

      Please could You give me Your support, Ineed to add a HTML Link to Graphic view

      In advance thanks so much

      posted in How-To
      J
      Jorge Gonzalez
    • RE: How to divide or multiply a SNMP Value

      Thanks so much, with Your script, now it is working... it is the most important thing, because the customer is testing this Scada platform.

      Soon We will start checking what happen with this controller and them kind of SNMP Data.
      Again, thanks for Your support

      posted in How-To
      J
      Jorge Gonzalez
    • RE: How to divide or multiply a SNMP Value

      see it please, now i change again from numeric type to multistate type. now is working0_1544645824168_Alphanumeric Value_last.png
      Please could You tellme how to make a script.

      posted in How-To
      J
      Jorge Gonzalez
    • RE: How to divide or multiply a SNMP Value

      Hello, Phil. I check it and the integers work as numeric but gauge didnt work as numeric
      0_1544640518896_SNMP Gauge and numeric.png
      Coudl I make a meta data source and add a script that divide in 10 or multiply for 0.1???

      posted in How-To
      J
      Jorge Gonzalez