Description | Script file | Project File for netSCRIPT debugger |
---|---|---|
Getting trained the basics | ||
Explains basics of how to deal with Lua in general | basics.lua | basics.nxsprj |
Shows using the embedded CRC generator | crc.lua | CRC.nxsprj |
Shows access to the devices LEDs | ledflash.lua | ledflash.nxsprj |
Getting trained on UART functions | ||
Echoing back any UART char received to the originator | netscrpt.lua | echo.nxsprj |
Sending "Hello World" over serial line | hello.lua | hello.nxsprj |
Eliza game implementation | eliza.lua | eliza.nxsprj |
Write a given time as char string to UART and counts | time.lua | time.nxsprj |
Using the UART in block mode | blkmode.lua | blockmode.nxsprj |
Modbus RTU Master protocol implementation | mbrtumst.lua | Modubs RTU Master.nxsprj |
Modbus RTU Slave protocol implementation | mbrtuslv.lua | Modbus RTU Slave.nxsprj |
Allen Bradley DF1 protocol master implementation | df1.lua | DF1 Master.nxsprj |
Getting trained on IO access functions | ||
Increments a simple counter in the input area of an IO image | busiocnt.lua | BusIOCount.nxsprj |
Template for UART block mode and transfer to IO image | template.lua | TEMPLATE BLOCK.nxsprj |
Template for UART char mode and transfer to IO image | template.lua | TEMPLATE CHAR.nxsprj |
Page Comparison
General
Content
Integrations