Ok! Thanks.
Type: Posts; User: MSahun
Ok! Thanks.
Hi, I am not sure why Im not getting a response. <br>I did state that if it was not clear the solution that it would be good to know so I dont waste engineering time on this subject.
Hi,<br><br>Just following up on this post, is there any other way I can contact COPA-DATA to get answered?<br><br>Greetings
This is the code that im using:<br><img src="attachment.php?attachmentid=3260&stc=1" attachmentid="3260" alt="" id="vbattach_3260" class="previewthumb" style="cursor: pointer; opacity: 0.5;">
Same problem here!
<span style="color: rgb(51, 51, 51); background-color: rgb(250, 250, 250);">Hi,<br><br>I would like to know if accesing to online archived data via Add-In is listed as an available funcionality of...
Hi, pending on this thread I would like to know if what I'm trying here is listed as an available funcionality of the software. <br><br>If it is not, not clear or not tested I would like to know...
<div>Is is implemented, but it was just not shown on screenshot because it was further up....
Hi, I've used the code and it gets me to a similar place.<br><br>Find attached a screenshot of a screen with the archive displayed to ensure that there is data stored and a screenshot of the addin...
Hi!<br><br>Not working still. <br>I've tried to retrive the values using this new method showed on the image attached and applying the filter before but still null.<br><br><img...
Hi!<br><img src="https://forum.copadata.com/attachment.php?attachmentid=3246&stc=1" attachmentid="3246" alt="" id="vbattach_3246" class="previewthumb"><br>This is my code, hope it helps to further...
Hi!<br><br>So, I am now able to see all archives of my projects and filter any variable. <br>But I am not able to query the value list for a variable that have been inserted into the .arx...
Yup I've seen this one now. But it does not work for the IArchive datatype only works for the IRuntimeArchive datatype.<br>Eitherway I am using the IRuntimeArchive to develop my code and its kinda...
I am trying to access archive data from AddIns and I've found some examples in the help tab. <br>They use IArchiveFilterVariable data type and by adding <strong>"using...
Thanks both for the support, we finally changed the routine and we are doing it with two different addin scripts and works fine.<br><br>
Hmmm ok, I understand. <br>We will have to change procedure on PLC then because if I use trigger variable I will be able to know if the PLC has acknowledged but If it doesn't I can't do a timeout...
I am finding that if I do:<br><br>context.VariableCollection["PLC!G_HMI.Recipes.WorkHmi"].SetValue(0, true);<br>Thread.Sleep(10000);<br><br>The variable goes true past the 10 secs and not before. Is...
Thanks for the follow up!
Hi!<br><br>Update, the function doesn`t return 0. Returns NULL, but the Convert.Int32() method converts NULL to 0.<br>So I Guess that the path used to read the variable is not working. <br>I have...
Hi,<br><br>I have just tried with double and same output.<br><br>Thanks
Hi C.F.,<br><br>I have tried to separate the code to debug it better as you said. <br>The result is that...
Hi! <br>I am scripting in C# to read for example the "Minimum password length" for starters. <br>The idea is to be able to modify this and other parameters in runtime.<br><br>the code I...
I found that with the type Byte Aligned Coil it uses x15 to write so that is solved!<br>Eitherway I'm not being able to change the value even though with an external software (ModbusPoll) I can do...
Is there any way to change the write coil modbus function from x05 to x15?<br>Modifiying an .xml or something...<br>Or is there another way of manualy asigning the modbus address so that I can add de...
Hi U<span style="color: rgb(62, 62, 62);">rsulak,<br><br>Thanks for the answer. <br>I will do it this way then.<br><br><br></span>