Author Topic: BCD read function  (Read 499 times)

Neeh

  • Newbie
  • *
  • Posts: 21
    • View Profile
BCD read function
« on: February 12, 2019, 02:08:38 PM »
Is it possible to get a return value in BCD using a read function?
     ex. BCD_retval = omronSerialHostLinkCom1.Read("100@UI").

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: BCD read function
« Reply #1 on: February 12, 2019, 02:17:04 PM »
omronSerialHostLinkCom1.Read("100@B")

Neeh

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: BCD read function
« Reply #2 on: February 12, 2019, 02:24:24 PM »
Thanks for a quick response Archie.

Is there a documentation for basic functionalities to read on so I don't post anything trivial?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: BCD read function
« Reply #3 on: February 12, 2019, 02:26:45 PM »
Unfortunately the online documentation on the Omron drivers has not been created yet.