发一些CAPL 模块函数库
时间: 2023-09-27 20:05:16 浏览: 148
CAPLFunctionReferenceManual
以下是一些常用的CAPL模块函数库:
1. Can_Init(<channel>):初始化CAN通道。
2. Can_Write(<channel>, <message>):发送CAN消息。
3. Can_Read(<channel>, <message>):接收CAN消息。
4. SetTimer(<timerName>, <timeInterval>):设置定时器。
5. StartTimer(<timerName>):启动定时器。
6. StopTimer(<timerName>):停止定时器。
7. Delay(<timeInterval>):延迟指定时间。
8. Write("log.txt", <message>):将消息写入日志文件。
9. ReadLine("file.txt"):从文件中读取一行数据。
10. StrToNum(<string>):将字符串转换为数值。
11. NumToStr(<number>):将数值转换为字符串。
阅读全文