List of Contributions

Teun

Contact Details

Teun


My Content

1 to 20 of 21 total
Posted By Teun Jul 09, 2025 07:54:00 AM
Found In Egroup: Advanced Software
\ view thread
Ok, That's a shame. So why could I use ctrl + scroll to move only the x-axis and change the graph to the correct scale, while the y-axis does not change with it. While this is not a separate option from properties or netlogic? Is there no way to lock ctrl+scroll?
Posted By Teun Jul 09, 2025 07:10:00 AM
Found In Egroup: Advanced Software
\ view thread
Okay, I have already created a script that plots several points between whose x value is between 0 and 50 and whose y value is between -150 and 150. For this, my pens are limited. What I want to do now is to make the xy-graph exactly match the window of the graph so that it looks neat with ...
Posted By Teun Jul 09, 2025 03:39:00 AM
Found In Egroup: Advanced Software
\ view thread
I would like to define my axes in Factory talk optix. However, I found out that you only seem to have about 3 options. - Zoom - Center X - Centre Y The Y axis should go from -150 to 150 and the X axis from 0 to 50. This does not seem to be achievable through these 3 options. When I set Zoom to ...
Posted By Teun Jul 09, 2025 03:33:00 AM
Found In Egroup: Advanced Software
\ view thread
I will have a look at it this afternoon, thanks for the response.
Posted By Teun Jul 08, 2025 02:03:00 AM
Found In Egroup: Advanced Software
\ view thread
Hey, For a project, I would like to connect to an allen bradley PLC using C#. From this PLC at runtime I want to be able to select from the created tasks in the plc program by means of a drop down menu after which the local tags are displayed for this specific program in another drop down menu. ...
Posted By Teun Jul 02, 2025 07:14:00 AM
Found In Egroup: Advanced Software
\ view thread
I found it, I solved it using a Node-Pointer. Thank you very much for your help.
Posted By Teun Jul 02, 2025 06:54:00 AM
Found In Egroup: Advanced Software
\ view thread
It may be a stupid question, but how can I link Program:Test to a Model/variable? Currently, I have only read PLC tags directly via C#, or dragged them directly to a text box. The part of filtering in a drop down menu with the query is going to be fine.
Posted By Teun Jul 02, 2025 06:29:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, In my optix project, I want to use the incoming plc tags and display them in a drop down menu so that the values can then be selected and plotted in a trend. At the moment, I already get the PLC tags in using the tagimporter. Below, I have attached the tag importer. I also have the plotting ...
Posted By Teun Jun 10, 2025 03:48:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, Does anyone know how to add data in an xy graph using C#. I want to plot data in an xy graph that I can enter from c#. so that these are then plotted in the graph. I had already made a start on the code myself. However, I am getting a bit stuck. The overall result is to display torque ...
Posted By Teun Mar 13, 2025 06:45:00 AM
Found In Egroup: Advanced Software
\ view thread
Best, I have a question. I would like to open my maintenancedocuments dynamically, Currently I have created a datagrid from which I select a row. After I select a row, the current value of the row I selected is put into two separate tags. (this already works), These two tags I would like to ...
Posted By Teun Jan 24, 2025 02:04:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, In my Factory talk optix project, I use a UDT located in the PLC. This UDT contains the machine statuses, however, I was wondering what exactly I am doing wrong. Right now I don't seem to be getting any values in (using this syntax, it will probably be a very simple thingy, could someone tell ...
Posted By Teun Jan 22, 2025 05:38:00 AM
Found In Egroup: Advanced Software
\ view thread
This did indeed work, thank you very much!
Posted By Teun Jan 22, 2025 03:16:00 AM
Found In Egroup: Advanced Software
\ view thread
Thanks, do you perhaps know if its possible to fix this issue without, upgrading to a new(er) version of optix?
Posted By Teun Jan 21, 2025 02:46:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, I just had a question. Does anyone happen to know why the calenderpicker instance is not working in my factory talk optix project? I imported the calender via the library and then pasted it into the mainwindow screen. However when I want to select a date, it does not select the date in ...
Posted By Teun Jan 06, 2025 08:50:00 AM
Found In Egroup: Advanced Software
\ view thread
What i am running into at the moment is that i have created a folder, with the js files and the html file. i have also attached a webpage panel to which i have linked the html file from the folder, in addition i have created a netlogic script containing the code Riggs attached. When I run the code, the ...
Posted By Teun Jan 06, 2025 01:29:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, thank you very much for answering/thinking about my question. however, I am having some difficulties implementing this. Is it possible for you to forward the optix project files?
Posted By Teun Dec 17, 2024 03:38:00 AM
Found In Egroup: Advanced Software
\ view thread
I am currently working on creating a dashboard to display machine data, including machine states. Basically, I want to display these states in the way outlined in the image below. Now I found out that this is not a default option in optix. Does anyone have an idea how this can be addressed? I get the ...
Posted By Teun Dec 16, 2024 06:35:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you so much, this was exactly the solution I was looking for.
Posted By Teun Dec 16, 2024 01:31:00 AM
Found In Egroup: Advanced Software
\ view thread
Dear, I have a histogramChart. In it, I have a database connection and a query string. In this querystring, I want to include two variable. However, at the moment I keep getting an error when I want to retrieve the data. The error is; 'Two-Way mode is not supported in case of multiple sources' Below ...
Posted By Teun Dec 16, 2024 01:18:00 AM
Found In Egroup: Advanced Software
\ view thread
I managed to update the database from a text box using the below piece of code. After I get the data from the textbox into the database, I run a query that I use to pass a number of variables that can be executed directly in a datagrid (which also means you don't need to update the grid, as it happens ...