Welcome to our knowledge base. To find what you're after, use the search box below or choose a category to view listed articles.
Search the Knowledgebase
Browse by Category
View Articles by Category
There are no sub categories
Public Programming
General programming questions
There were 2 articles found in this category:
canyouseeme.org great free port checking tool
canyouseeme.org is a great free port checking tool to check if ports are opened and forwarded correctly. If items are not opened in the firewall, if the ISP is blocking it, or whatever may prohibit certain ports traffic, this tool helps find it. Go to the website from inside the network you wis ...
How to embed parameter values inside a module
When you need to embed parameter values inside modules use the forms: For analog values into an init use #ParameterName Example: #HoldTime For serial values inside a send or sio use \[#ParameterName\] Example: Send to Device \[#DeviceName\].\r