List of Contributions

Platten

Contact Details

Platten


My Content

1 to 20 of 50+ total
Posted By Platten Mar 02, 2026 05:21:33 AM
Found In Egroup: Advanced Software
\ view thread
Thank you, so what are all the JSON types I mentioned in my post? ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Mar 02, 2026 04:57:03 AM
Found In Egroup: Advanced Software
\ view thread
In the same way in C# and other implementations for validation and verification there is a way to translate the JSON string to a JSON object to verify the syntax is correct, because there are many ways of writing a JSON string that is not valid JSON. ------------------------------ Kind regards, Simon ...
Posted By Platten Mar 02, 2026 01:30:00 AM
Found In Egroup: Advanced Software
\ view thread
I am using FTOptix 1.7.0.804 and porting a PanelView package to Optix. We have had numerous problems getting the tag Descriptions in Optix, so now I am trying a different approach, I plan to read the L5K file directly using an API I am writing in C#, I invoke the C# function using a design time [ExportMethod], ...
Posted By Platten Feb 27, 2026 08:15:28 AM
Found In Egroup: Advanced Software
\ view thread
Sorry, I haven't got the time right now, I've moved on from this. ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Feb 27, 2026 04:44:00 AM
Found In Egroup: Advanced Software
\ view thread
I am working with Alias's and Tags, it seems to me that there is a problem with Alias's in that when an Alias is used the name of the Alias is put in the path, this isn't correct and if there is a folder that exists with the same name as the alias it will cause problems. If the path is then revisited ...
Posted By Platten Feb 26, 2026 08:20:54 AM
Found In Egroup: Advanced Software
\ view thread
Ok, have sent email now. ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Feb 26, 2026 08:12:11 AM
Found In Egroup: Advanced Software
\ view thread
You should see in my last response that I copied your code and the only difference is the path which was returned by 'Copy path to node' and it still returns null. ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Feb 26, 2026 08:03:00 AM
Found In Egroup: Advanced Software
\ view thread
I have just written: string strOptixDesc = "CommDrivers/RAEtherNet_IPDriver1/RAEtherNet_IPStation1/Tags/Controller Tags/Local:1:I/Pt00/Description"; IUANode tag = Project.Current.Get(strOptixDesc); In the C# API, I did exactly as you showed in your screen shot, I selected the Pt right clicked the ...
Posted By Platten Feb 26, 2026 07:56:14 AM
Found In Egroup: Advanced Software
\ view thread
I appreciate your reply, however, all I am trying to do is make progress on the project I am working on and failing, I would be able to solve the issue myself if there was good documentation to refer to, however sadly this is not the case. I have posted the code I am using if there is a problem with ...
Posted By Platten Feb 26, 2026 06:26:00 AM
Found In Egroup: Advanced Software
\ view thread
This is the very latest code: //------------------------------------------------------------------------------ //File: clsGlue.cs //Author: Simon Platten //Purpose: This is the runtime glue that will make this generic page correct //for its chosen usage //History: // 2026/02/20 Created //---------- ...
Posted By Platten Feb 26, 2026 12:40:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you, can you please elaborate on your post, at the start of your post you detail The 'Description' variable of the project node in Optix Can you please detail how you are getting to this part? [Edit] Reading through your post are you suggesting I need to edit every single tag individually ...
Posted By Platten Feb 25, 2026 09:10:11 AM
Found In Egroup: Advanced Software
\ view thread
Thank you, I have done that and can verify that the BrowseName is the Pt I want, my concern is that this is an issue in a later version of Optix, because I'm pretty sure this use to work in my code. ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Feb 25, 2026 07:17:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you, there was a bug in my loop which was: string strDescription = tsModule.Description.Text; It should have read: string strDescription = tTag.Description.Text; However, having rebuilt and debugged, strDescription is still empty and tTag.Description does not contain anything, what I mean is: ...
Posted By Platten Feb 25, 2026 06:11:00 AM
Found In Egroup: Advanced Software
\ view thread
I've just updated to FTOptix 1.7.1.46 hoping this would fix the problem I've been having getting Tag Descriptions, sadly it has not. Can anyone please help with this problem. In FTOptix (CommDrivers) folder, I have the driver RAEtherNet_IPDriver1, as a child of this I have RAEtherNet_IPStation1, settings: ...
Posted By Platten Feb 23, 2026 07:44:00 AM
Found In Egroup: Advanced Software
\ view thread
The extended attribute "Enable extended properties" was checked, however the individual Description attribute for each tag was not checked. ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Feb 20, 2026 08:03:00 AM
Found In Egroup: Advanced Software
\ view thread
I am trying to populate a display in Optix. I have set-up a display adding a variable called vIOPath, this is of type String, the value assigned to this is 'Local:1:I', in C# I have added a Runtime NetLogic module which I've called 'clsGlue', this is the source code: //----------------------------- ...
Posted By Platten Feb 20, 2026 05:59:11 AM
Found In Egroup: Advanced Software
\ view thread
The SVG is now dynamically created. You cannot generalise on what you think it contains or its purpose as you haven't been given enough information. ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Feb 20, 2026 02:26:00 AM
Found In Egroup: Advanced Software
\ view thread
I realise that much, the question is with the absence of any reference documentation, how? I cannot use the Auto feature it isn't present in an SVG document which is where I need to create the background rectangle. ------------------------------ Kind regards, Simon Platten ----------------- ...
Posted By Platten Feb 20, 2026 01:51:00 AM
Found In Egroup: Advanced Software
\ view thread
Shame, do you know if I can get average character width for a specific font? ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Feb 20, 2026 12:56:00 AM
Found In Egroup: Advanced Software
\ view thread
I'm working on a C# API, I have a function that creates a Panel and adds an SVG that is used as the Panel backdrop, part of this will include a Title which I want to ensure that the Title has a background rectangle that clears content under the title. Is there any API function that returns the bounding ...