inductiveautomation / ignition-sdk-examples

Ignition SDK Example Projects
164 stars 92 forks source link

8.0 Updates #19

Closed paul-griffith closed 6 years ago

kevinherron commented 6 years ago

Is this ready to be squashed and merged into master, with master becoming the 8.0 examples?

paul-griffith commented 6 years ago

Yes, this should be good to go. All examples compile and passed my basic functional testing. The few deprecated examples are gone, and the naming conventions/package conventions are much more consistent.

lionelmazeyrat commented 6 years ago

Hi @kevinherron, @paul-griffith, In the dev/8.0, AbstractTagDriver is replaced by a new OPC-UA device. A driver module based on AbstractTagDriver will need to be refactored for Ignition 8, or it will be compatible with Ignition 8 ?

kevinherron commented 6 years ago

@lionelmazeyrat AbstractTagDriver still exists. There will be some minor changes to make a driver based on it compile (mostly deleting and adding imports), but it's still there.

lionelmazeyrat commented 6 years ago

Thanks ! I'm eager to get my hands on this new exciting Ignition 8 and SDK