AdvancedHMI Software

General Category => Support Questions => Topic started by: Neeh on February 12, 2019, 02:08:38 PM

Title: BCD read function
Post by: Neeh 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").
Title: Re: BCD read function
Post by: Archie on February 12, 2019, 02:17:04 PM
omronSerialHostLinkCom1.Read("100@B")
Title: Re: BCD read function
Post by: Neeh 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?
Title: Re: BCD read function
Post by: Archie on February 12, 2019, 02:26:45 PM
Unfortunately the online documentation on the Omron drivers has not been created yet.