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

    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
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    ChrisUFO

    @ChrisUFO

    0
    Reputation
    169
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ChrisUFO Unfollow Follow

    Latest posts made by ChrisUFO

    • RE: Stepper Help

      I figured it out. Mango does the conversion. Thanks for your help! I've got it all setup now and working great.

      For anyone else who's needing help, these are my settings. Then followed the steps in the manual[6-38]

      For Dynamic Velocity
      First, setup a pulse profile in ctrio workbench
      Use the following offsets/range/data type:
      Command Code - 0/Holding Register/2byte BCD
      Parameter 1 (File #) - 1/Holding Register/2byte BCD
      Process Command - 71/Coil Status/binary
      Command Complete Status - 71/Input Status/Binary
      Command Error - 70/Input Status/Binary
      Enable Output - 64/Coil Status/Binary
      Parameter 3 (Target Velocity) - 12/Holding Register/4byte Signed Interger Swapped
      Suspend Output - 66/Coil Status/Binary

      posted in User help
      C
      ChrisUFO
    • RE: Stepper Help

      Thanks for your help! That helped me figure some of the offsets out. It helped me realize how offsets work with data types. Quick question: When I'm entering values (in the watch list, for example) do I need to convert my values to the proper type (BCD, etc) or does Mango do that for me?
      ex: for a 2byte BCD, do I enter 5000 or 0101000000000000?

      posted in User help
      C
      ChrisUFO
    • Stepper Help

      I have a Koyo h2-ctrio module that I want to control my stepper driver. I have the controller setup in Mango through modbus. I've gone through the manual, but still can't get the module to run the steppers. According to the manual, I should use the following offsets for:
      40001: Command Code
      10040: Command Complete
      65: Enable Output
      40002: Parameter 1 (Pulse Profile)
      72: Process Command
      40013-40014: Parameter 3 (Target Velocity)

      Once again, according to the manual, I should "load 10 into Command Code (Hex)", "Load Pules Profile into Parameter 1 (Decimal)" and "Set Process Command" and then "Command Complete" should be on. I don't know if I'm using the wrong offsets in Mango (the offsets in the manuals and some of the other modules I've used have been different) or using the wrong data types or what, but I cannot get the command complete confirmation. Any advice I could get would be appreciated.

      posted in User help
      C
      ChrisUFO
    • RE: Stepper Help

      I have a Koyo h2-ctrio module that I want to control my stepper driver. I have the controller setup in Mango through modbus. I've gone through the manual, but still can't get the module to run the steppers. According to the manual, I should use the following offsets for:
      40001: Command Code
      10040: Command Complete
      65: Enable Output
      40002: Parameter 1 (Pulse Profile)
      72: Process Command
      40013-40014: Parameter 3 (Target Velocity)

      Once again, according to the manual, I should "load 10 into Command Code (Hex)", "Load Pules Profile into Parameter 1 (Decimal)" and "Set Process Command" and then "Command Complete" should be on. I don't know if I'm using the wrong offsets in Mango (the offsets in the manuals and some of the other modules I've used have been different) or using the wrong data types or what, but I cannot get the command complete confirmation. Any advice I could get would be appreciated.

      posted in User help
      C
      ChrisUFO