News:

  • August 15, 2026, 10:45:35 AM

Login with username, password and session length

Author Topic: Do_More to WINPLC  (Read 6533 times)

davidbgtx

  • Hero Member
  • *****
  • Posts: 215
  • Host be the Most
Do_More to WINPLC
« on: September 12, 2019, 04:26:53 PM »
Anyone know if you can use MWX to write a D value from Do-More to N value in WINPLC. They are both double words. I can read/write Do-More C values to WINPLC F values, no problem, but can't seem to get Numbers to work.

ADC Product Engineer

  • Hero Member
  • *****
  • Posts: 270
Re: Do_More to WINPLC
« Reply #1 on: September 12, 2019, 04:36:53 PM »
Probably need to use Publish or Subscribe to swap the high and low words using casting. 

davidbgtx

  • Hero Member
  • *****
  • Posts: 215
  • Host be the Most
Re: Do_More to WINPLC
« Reply #2 on: September 12, 2019, 06:55:14 PM »
Probably need to use Publish or Subscribe to swap the high and low words using casting.

Thanks, I have tried that, Publish d179 to MHR179, then MWX'd MHR179. However i didn't check swap byte or word, will give that a try.