Add tag via script

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
kingnoboru
Posts: 11
Joined: Fri Jul 19, 2013 7:53 am

Add tag via script

Post by kingnoboru »

Hi everybody,
is it possible to create a tag connected to the plc via script?
Thanks for the replies.
Enrico

stuartm
Posts: 61
Joined: Thu Jun 06, 2013 9:21 am

Re: Add tag via script

Post by stuartm »

No. You can only access these tags statically using Globals.Tags.Tag1.Value=5;. You must create the tag inside IX Tag tab. There are no Factory classes available yet.

Post Reply