Author Topic: H1B KM Prop hardware on IOX pin  (Read 21548 times)

George

  • Guest
H1B KM Prop hardware on IOX pin
« on: August 20, 2015, 12:38:04 AM »
Hi all,
Anyone ever tried to control a H1B Proportional motor via the Compliance block and an IOX MF-pin?
I'm getting a compile error in the Fault_Detect(11000000,13750000) location.   The message is Error 21: No output connected to component: Multiply, Entry A1
A pity this is a view-disabled page, but I suspect the IOX doesn't offer the complete feedback as the main MC-pins do...

Am I right?
Is there a solution?

Update:  Seems ActPWM feedback value is missing...  So: What're my options?

BR George
« Last Edit: August 20, 2015, 12:52:07 AM by George »

Offline KevinC

  • PLUS+1 Novice
  • *
  • Posts: 1
  • Karma: +0/-0
Re: H1B KM Prop hardware on IOX pin
« Reply #1 on: September 14, 2017, 07:44:52 PM »
The H1B motors have to be used on an MCU, it can't be used on a X Module

Offline BRIan

  • PLUS+1 Expert
  • ****
  • Posts: 55
  • Karma: +3/-0
Re: H1B KM Prop hardware on IOX pin
« Reply #2 on: September 15, 2017, 12:30:38 AM »
You might be able to connect the signal it's looking for with a constant (might need to be a typed value) that's in the right range to fool the fault trapping into submission.

Offline jashom1

  • PLUS+1 Expert
  • ****
  • Posts: 78
  • Karma: +6/-0
Re: H1B KM Prop hardware on IOX pin
« Reply #3 on: September 19, 2017, 11:55:39 PM »
Hi George,

You can add ActPWM feedback to IO modules, you just have to request the data from the module, as it does not broadcast it by default.

Check out SUBCMD 12 from the IO datasheet, send a message on bootup, and decode the RX message which will contain your ActPWM values.  You will have to use ID and data masking as the std IO Rx block will not allow you to receive your message.

Also the TX_ID and RX_ID will need to be swapped over, I do that in the IO module page

Hope this helps!

John.

Offline Nilla

  • PLUS+1 Guru
  • *****
  • Posts: 253
  • Karma: +13/-0
Re: H1B KM Prop hardware on IOX pin
« Reply #4 on: March 04, 2019, 10:44:45 AM »
Hi all!

A solution for this was discussed in another thread and adding it here as well for the same topic.

There is a way to use S90 or H1 function blocks together with a I/O module. Please find attached an example application and a presentation to understand how to do the programming part.

I hope this helps!

Best regards
Nilla
PLUS+1 Helpdesk team

Offline oiltronic

  • PLUS+1 Guru
  • *****
  • Posts: 170
  • Karma: +15/-0
Re: H1B KM Prop hardware on IOX pin
« Reply #5 on: March 04, 2019, 04:35:59 PM »
Thank you Nilla, this is very good.  Is there an update planned for the IO module templates?

Offline Nilla

  • PLUS+1 Guru
  • *****
  • Posts: 253
  • Karma: +13/-0
Re: H1B KM Prop hardware on IOX pin
« Reply #6 on: March 06, 2019, 09:16:10 AM »
Hello again!

I'm sorry to say there is currently no plan to update the templates for the I/O-modules.

Best regards
Nilla
PLUS+1 Helpdesk team