List of Contributions

asemlucben

Contact Details

asemlucben


My Content

1 to 20 of 50+ total
Posted By asemlucben May 02, 2024 01:33:43 AM
Found In Egroup: Advanced Software
\ view thread
Of course it is the same error, as I mentioned before, the NetSolution must compile before any deployment (either emulator, PC, or panel)
Posted By asemlucben Apr 24, 2024 06:02:57 AM
Found In Egroup: Advanced Software
\ view thread
As i mentioned, you would need to increase system resources to the VM or move to a physical PC, while deploying multiple operations are done in parallel (that are not performed when saving), this may cause some overload and the timeout you are seeing
Posted By asemlucben Apr 24, 2024 04:06:02 AM
Found In Egroup: Advanced Software
\ view thread
The LoginForm uses some NetLogic to handle authentication, the NetSolution must compile to work properly
Posted By asemlucben Apr 24, 2024 03:07:00 AM
Found In Egroup: Advanced Software
\ view thread
Your issue is slightly different, it means that the C# compiler is taking too long to compile the NetSolution, you may need to allocate more resources to the VM
Posted By asemlucben Apr 23, 2024 10:19:00 AM
Found In Egroup: Advanced Software
\ view thread
This is a known issue coming from 1.3.x, it will not impact runtime application but the log will be triggered. In 1.4.x TemplateLibrary you will find a script called "Fix Aliases DynamicLink Mode" to correct the project. A possible other way to solve the issue is to delete the method invoked by the button ...
Posted By asemlucben Apr 23, 2024 10:16:01 AM
Found In Egroup: Advanced Software
\ view thread
Aliases can be anywhere in the project as long as they are existing in the current context, so if you are sure that the head of your widget (the main faceplate DialogBox) is receiving the aliases, and Panel1, Panel2, PanelX are always be children of such DialogBox, you can simply pick them from the Alias ...
Posted By asemlucben Apr 11, 2024 07:45:22 AM
Found In Egroup: Advanced Software
\ view thread
I think it may be more useful if you can share the log message so you can learn how to fix it. If this does not work you can get in touch with RA Tech Support
Posted By asemlucben Apr 11, 2024 03:52:00 AM
Found In Egroup: Advanced Software
\ view thread
Textboxes can be used with StringFormatter to concatenate multiple elements, but as general practice, the engineering unit should be outside (like a label) so they cannot be edited by the user and be used in read mode
Posted By asemlucben Apr 11, 2024 03:50:00 AM
Found In Egroup: Advanced Software
\ view thread
In order for engineering units to be converted, you need to go on the element that is showing the value, open the DynamicLink popup on the Value, select the Advanced tab and then on the gear icon select "EU Mode" to "Localize". Units translation is not performed by default. Multiple examples can ...
Posted By asemlucben Apr 11, 2024 03:43:51 AM
Found In Egroup: Advanced Software
\ view thread
Please have a look here: FactoryTalk-Optix/FeaturesDemo2: Second version of the famous Features Demo (github.com) there are multiple pages dedicated to converters that you can use to learn them. Also, there's a dedicated section in the help: Conditional converter (rockwellautomation.com)
Posted By asemlucben Apr 11, 2024 03:40:18 AM
Found In Egroup: Advanced Software
\ view thread
This happens if FT Optix cannot compile the NetSolution, please move to the FT Optix Studio Output tab, make sure "warnings" are enabled and then click the "Save" icon, a log will show up explaining where is the error
Posted By asemlucben Mar 25, 2024 04:40:00 AM
Found In Egroup: Advanced Software
\ view thread
Please have a look here: FactoryTalk-Optix/ToolboX: On Toolbox/Utils .net project you can find useful classes (as follows). All classes expose certain methods that can be used on Runtime or Design-time NelLogics. (github.com)
Posted By asemlucben Mar 25, 2024 04:29:28 AM
Found In Egroup: Advanced Software
\ view thread
Can you give a little bit of context? are you using ODBC connector? are you using an EmbeddedDatabase?
Posted By asemlucben Mar 25, 2024 04:29:00 AM
Found In Egroup: Advanced Software
\ view thread
This has been fixed in 1.4.0.583 Also, please, move or delete the FeaturesDemo2 project you have in Documents/Rockwell Automation/FactoryTalk Optix/Libraries, that project is not a library and should not be in that folder.
Posted By asemlucben Mar 18, 2024 05:16:11 AM
Found In Egroup: Advanced Software
\ view thread
Can you please share the dump and logs made with 1.4.0.448?
Posted By asemlucben Mar 15, 2024 09:52:00 AM
Found In Egroup: Advanced Software
\ view thread
This was fixed starting from build 1.4.0.446
Posted By asemlucben Mar 11, 2024 05:51:14 AM
Found In Egroup: Advanced Software
\ view thread
i see a crash occurring at 11-03-2024 11:12:09.425 can you share the dmp file in the CrashDumps folder too? also, some information on how to replicate it might speed up the resolution process
Posted By asemlucben Mar 08, 2024 03:32:35 AM
Found In Egroup: Advanced Software
\ view thread
Can you please share the log files at %localappdata%\Rockwell Automation\FactoryTalk Optix\FTOptixStudio\Log\
Posted By asemlucben Mar 08, 2024 03:31:00 AM
Found In Egroup: Advanced Software
\ view thread
DialogBoxes can only be triggered at Runtime, no way to use them at Designtime for now
Posted By asemlucben Mar 05, 2024 07:30:00 AM
Found In Egroup: Advanced Software
\ view thread
I just tried using 1.3.1.39 which is the latest stable, can you please try following the same steps and see if that works for you?