(*.compiled-library [...] Information” and “Library [...] prevent the library
Library Documentation [...] library and the [...] embedded in this library
normal CODESYS library [...] CODESYS library [...] library elements. The
the library by the [...] library documentation [...] compiled library format
a library [...] . Released library [...] library. Return type
unique library [...] ” for a library to [...] the library. There
distribute your library to [...] . Common Library ¶ see [...] library is backwards
CODESYS Development System
对于 POU 在 CODESYS V3 库 标识符指定建议 描述 例子 POU 库前缀被省略,因为命名空间替换了库前缀的功能。 FUNCTION_BLOCK SendTelegram (* prefix: canst *) 方法 只有块本身调用的方法,以 prv_ . 否则,方法没有前缀。 界面 界面 I ICANDevice 本节内容如下 :
CODESYS Development System
对于变量 CODESYS V3 库 标识符指定建议 描述 例子 多变的 对应于变量名的描述,除了全局变量和常量不需要库前缀,因为命名空间替换了函数。 g_iTest: INT; // Declaration CAN.g_iTest; // Implementation; call in the program 本节内容如下 :
CODESYS Development System
对于自定义数据类型 CODESYS V3 库 标识符指定建议 描述 例子 被测设备 CODESYS V3 图书馆 命名空间取代了对库前缀的需求。因此,将其省略。枚举值的定义也没有库前缀。 图书馆与 CAL 命名空间: TYPE DAY : ( MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY ); 宣言: eToday: