Is there a way of creating an executable that can be run in the runtime.<br><br>I want to create an installer that will install this "executable" that would be run by the runtime.<br><br>as an...
Type: Posts; User: roger_novarctech
Is there a way of creating an executable that can be run in the runtime.<br><br>I want to create an installer that will install this "executable" that would be run by the runtime.<br><br>as an...
How do i add my c# addin in the new engineering studio.<br><br>In the old zenon editor there was the addins item but i didnt see anything in the eng studio.<br><br>Have I missed something...
Is there a way to import more than one recipe at a time<br>ie from the chooser to select a bunch of the recipes and import<br>instead of one at a time which is tedious and takes a long time...
Is there a way to save zenon configuration to a non binary text format.<br><br>We would like to be able to review, share and save configurations etc<br><br>Saving a binary or project makes it...
In my list box i would like to highlight the selected entry<br><br>I want it to stay "selected" until the user clicks again or selects another entry.<br><br>When an entry is selected I can change the...
I have removed the Zenon 8.0 from my computer and <br>the system seems to work fine now. VS 2017 with config <br>file seems to properly form the add in. <br>
I have an app.config file which i use in my addin project.<br>I am building my addin with visual studio and have set the <br>properties of the app.config to copy always.<br><br>When I build with...
Hi,<br><br>How can I determine the selected item in a listbox ?
hi,<br><br>I wan to use an app.config file for my c# addin.<br><br>I have added the key and value under app settings in the file<br>and my code is referencing them as <br><br>keyval =...
Is this documented somewhere ?<br><br><br>
I want to convert all my Standard Recipes to use them with a Recipe Group Manager.<br><br>If I create a Group Manager (call it 'System'), in a C# addin I can get the standard recipe from the standard...
hi,<br><br><span style="color: rgb(62, 62, 62);">string q = "INSERT into [MY_DB].[dbo].[MY_TABLE]([Date],[Time],[Produce]) VALUES('{$Date}', '{$Time}', {$Produce})";<br><br>Is $Date not the IVariable...
hi,<br><br>Its possible that I could use SendValues but what values does it send<br>it takes no parameters ...<br><br>I have the recipe name and I can find the associated recipe in the...
Is it possible to find out what the screen type specific functions are doing ?<br>Ie what variables they are writing etc<br>I would like to effectively do what set procedure does in the recipes...
Is there a preferred method or toolset for logging when using AddIns.<br>I am using C# with visual studio and very primitive logging ie writes to a file.<br><br>Im wondering if anyone uses log4net...
How can I filter the list of recipes displayed ?<br><br>I want to fllter by name ie if the contains certain strings<br>or by the value of one of the variables in the recipe.<br><br>ie <br>all...