I make it a point to read everything in the forum whether it's related to my immediate work or not because who knows when a nugget of knowledge will be needed. When it comes to an interesting SDK post, I almost always bookmark it for further study because often times, they tend to be specific, and I imagine that the generalized knowledge they will reveal would be difficult to find with a generic search.
In case it will help you out, here is the list of SDK related posts that I currently have bookmarked:
• Post 01
• Post 02
• Post 03
• Post 04
• Post 05
• Post 06
• Post 07
• Post 08
• Post 09
Here are a couple of searches ideas that could be useful:
• Search 1
• Search 2
8 Likes
In addition to the maven central repositories there are [javadoc for various] (Javadocs & Notable API Changes · inductiveautomation/ignition-sdk-examples Wiki · GitHub) versions of Ignition. I used the SQLTagsManager package in version 7.9 which was allowing all tag functions for Ignition, but for version 8 onwards this seems to be deprecated. Where can I find equivalent packages in these higher versions so that I can recompile my modules against the new tags library? the sdk documentation for 7.9 and the examples included samples for usage of these SQLTagManager libraries, where can I find documentation for the corresponding SQLTagsManager libraries in 8.0 onwards version so that I can chase the moving target and recompile my 7.9 modules?
1 Like