I creat user FB in StandardV3, and defined input/output parameter as word (WV). Can I directly access any bit within this parameter WV?

Fuji Electric Global

Global
  • Font Size
  • S
  • M
  • L
  • No : 1677
  • Displayed Date : 2023/04/25 19:00
  • Print

I creat user FB in StandardV3, and defined input/output parameter as word (WV). Can I directly access any bit within this parameter WV?

I creat user FB in StandardV3, and defined input/output parameter as word (WV). Can I directly access any bit within this parameter WV?
Category : 

Answer

No, you cannot access the input (output) parameter (WV*, DV*) for which the data length is set in words/ double-words by using a bit address within the user FB.
For the work area used in an FB (WF*, DF*, F*), the same area can be used in any data length (word/double-word/ bit).
Transfer the parameter for which the data length is set in words/double-word to the work area by application program in the user FB.
In the property of the user FB, you can set the size of the work area to be used.
[Related document]
For how to create user FBs, see 'Appendix 4 Procedure for Creating User FBs' in the user's manual 'Instructions' (FEH588 with index 'f' or later).