F-Parameter 'SIS01\@SIS01\C1\Bypass_10' illegally connected across Shutdown Groups '0202A_TISA9190' and 'Compressor' [Remedy 1: if the connection is between channel driver and module driver blocks, check that the interconnection address at the channel driver's VALUE parameter addresses the correct module. The two blocks should be within the same Partial Shutdown Group. Remedy 2: Connections between Partial Shutdown Groups must use communication blocks F_S_R, F_R_R or F_S_BO, F_R_BO ]
提示错误是上面
F_S_BO 用这个块出来的类型是WORD 不能连接BOOL类型的
Function
The F-Block transfers the data of data type F_BOOL fail-safe adjacent to input SD_BO_xx to another F-Shutdown group. The data must be received there with the F_R_BO F-Block.
You must interconnect output S_DB with the input of the same name of the corresponding F_R_BO.
NoteInitializationYou are not allowed to initialize output S_DB with values <> 0.
Inputs/outputs
Name Data type Des cription Default
Inputs: SD_BO_00 F_BOOL SEND DATA BOOL 00 0
¼ ¼
SD_BO_09 F_BOOL SEND DATA BOOL 09 0
Output: S_DB F_WORD Connection to F_R_BO 0
感觉开发西门子F块的人是猪头,怎么不做BOOL 到BOOL
各位大侠有没有碰见过,需要怎么解决