Search found 3 matches

by Nightf1y
Fri Apr 26, 2019 7:32 am
Forum: Scripting
Topic: How to Get Tag Value using string to Tag Function ?
Replies: 5
Views: 22719

Re: How to Get Tag Value using string to Tag Function ?

AMitchneck

Very helpful - thanks
by Nightf1y
Tue Jun 05, 2018 3:43 pm
Forum: Scripting
Topic: how can i make lightweighttag to get read() function
Replies: 5
Views: 13922

Re: how can i make lightweighttag to get read() function

You need to do the following...

add...

using Interfaces.Tag;

and then access the tag as below.

((IBasicTag)Globals.Tags.Auto_BatchEndOkToSaveData).Read();


Regards
by Nightf1y
Tue Mar 08, 2016 1:10 pm
Forum: Application Development
Topic: Project download overwrites recipe files
Replies: 2
Views: 9778

Re: Project download overwrites recipe files

Have you thought about saving your recipes to your own files instead? We have spun our own recipes that even include images. We feel it is a much more flexible approach. you can mange them remotely via ftp without intervention form the HMI.