Search found 4 matches

by Gargy
Mon Jul 01, 2019 5:05 am
Forum: Application Development
Topic: Multiple Stations vs Multiple Controllers
Replies: 1
Views: 3986

Re: Multiple Stations vs Multiple Controllers

I would guess station Indexing. I'm not sure if it's possible with several controllers. In my case I have several stations which are completely identical. Each station has around 180 - 200 tags. But the license is only for 250 tags. Now I can make the screen and with indexing call only station which...
by Gargy
Mon Jul 01, 2019 5:01 am
Forum: Application Development
Topic: Dynamic X axis in Trend
Replies: 1
Views: 4020

Dynamic X axis in Trend

Hi! So new day, new challenge... Is it possible to make trend with dynamic X-axis? I know I can adjust Time Scale wit a tag, but I want to start showing trend as soon as process start. When I start the process I also start one counter with 1 sec. increments. I would like to use this tag as my Time S...
by Gargy
Thu Jun 06, 2019 2:25 am
Forum: Application Development
Topic: Generating Report from SQL with WHERE function
Replies: 1
Views: 3971

Generating Report from SQL with WHERE function

Hi! I´m stuck with what should be a very simple task. I need to generate report from a specific Level in process. For instance - I have a process which is divided into 3 stages - Preheating (Tag = 10), Process (Tag = 15) and Cooling (Tag = 20). I took the Sample_Report program and added additional t...
by Gargy
Thu Feb 05, 2015 6:32 am
Forum: Application Development
Topic: Bit Level Operations on INT32 or INT16
Replies: 2
Views: 8500

Re: Bit Level Operations on INT32 or INT16

Hello all! 'Cause I have 0 knowledge with C# and scripting I took another approach... Each INT is a sum of numbers. Every bit has its own number. Bit 0 = 1, Bit 1 = 2... BIT 7 = 128.. And so on... If I add or subtract from INT a value of 2, then I will change only the BIT 1 in whole INT. Example. I ...