Closed paul-griffith closed 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.
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 ?
@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.
Thanks ! I'm eager to get my hands on this new exciting Ignition 8 and SDK
Is this ready to be squashed and merged into master, with master becoming the 8.0 examples?