Industry Online Support
Technical Forum
2/16/2010 3:03 PM | |
Joined: 4/5/2006 Last visit: 3/18/2023 Posts: 917 Rating:
|
Hi MemoGG, it possible to do using CFC block like "DW_BO", "BO_W" and so on (word/bit conversion) for example: -using W_BO it possible read a word from DB and use information like bits -using BO_W it possible write bits on the input parameter block and connecta DBx.DWy on the output parameter block By symbolic name for DB are you using, it possible use instead DBx.DWx syntax To connect symbolic name in CFC just right click on the CFC parameter you want connect, select interconnection and browse on the DB/DW you want P.S.: no array can be connected andstructure neither (only structure level 1 - main structure automatically generate when create DB) hope can help regards |
Last edited by: CBo at: 2/16/2010 3:04 PM |
|
2/18/2010 12:51 AM | |
Joined: 2/20/2009 Last visit: 7/6/2022 Posts: 53 Rating:
|
Thanks, I've tried those functions and they fit perfect in my application to pack and unpack bits in a word. Best Regards |
Follow us on