Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
Support Questions / Re: RE: Make Global Object
« Last post by zach_a_ary on March 01, 2024, 09:58:15 PM »
continued
32
Support Questions / Re: RE: Make Global Object
« Last post by zach_a_ary on March 01, 2024, 09:57:44 PM »
continued
33
Support Questions / Re: RE: Make Global Object
« Last post by zach_a_ary on March 01, 2024, 09:57:13 PM »
continued
34
Support Questions / Re: RE: Make Global Object
« Last post by zach_a_ary on March 01, 2024, 09:56:44 PM »
continued
35
Support Questions / Re: RE: Make Global Object
« Last post by zach_a_ary on March 01, 2024, 09:55:21 PM »
continued
36
Support Questions / Re: RE: Make Global Object
« Last post by zach_a_ary on March 01, 2024, 09:51:58 PM »
continued
37
Support Questions / Re: RE: Make Global Object
« Last post by zach_a_ary on March 01, 2024, 09:46:59 PM »
i deleted the basic label and added the basic indicator. Here are some screenshots I took. I might have missed a step somewhere. 192.168.70.10 is the ip i need.
38
Support Questions / Re: How to Avoid PLC and PC timeouts
« Last post by Archie on February 29, 2024, 02:14:26 PM »
You should be able to do a PLCAddress of PaintPart[0] and NumberOfElements of 65 (or greater). Then use e.Values(x) to access each array element,
39
Support Questions / Re: How to Avoid PLC and PC timeouts
« Last post by paintman on February 29, 2024, 11:18:57 AM »
Awesome, for my situation with the array, it may be Paintpart[23] and the associated elements, or [65] depending on the carrier number at the station. With the data subscriber it looks like I can only call specific tags and not have a variablized tag. Would I need to just call the base name Paintpart then specific the actual tag location later in the code?

ps sorry for asking so many questions
40
Support Questions / Re: How to Avoid PLC and PC timeouts
« Last post by Archie on February 29, 2024, 10:36:16 AM »
The DataSubscriber2 allows you to setup multiple tags in a single DataSubscriber2. It will fire on changes in both directions.
Pages: 1 2 3 [4] 5 6 ... 10