List of Contributions

sahabat inti

Contact Details

sahabat inti


My Content

1 to 20 of 50+ total
Posted By sahabat inti May 17, 2026 08:29:03 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I take the FT Optix Community Creed! -------------------------------------------
Posted By sahabat inti May 12, 2026 08:29:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi Ash, thank you for the suggestion, I will look into it but I'm gonna need to take a picture from the clients tablet and upload it to the server what I need is to insert meters value such as flowmeter and log it into the database and then take a picture as a proof of the reading I guess I would ...
Posted By sahabat inti May 06, 2026 08:38:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
thanks, will be waiting for that feature then -------------------------------------------
Posted By sahabat inti May 06, 2026 04:52:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi all, I am trying to make a project where I could upload images from the client PC/Tablet to the server Project Folder has anyone ever tried doing this? Regards, Brian -------------------------------------------
Posted By sahabat inti May 05, 2026 02:56:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
sweet, great you got it regards Brian -------------------------------------------
Posted By sahabat inti May 03, 2026 09:08:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, Delgado I think you can just make the Visible property to true or false to show or hide the image instead of changing the opacity Regards, Brian -------------------------------------------
Posted By sahabat inti Apr 10, 2026 05:38:50 AM
Found In Egroup: Automation Control
\ view thread
Hi Dex, Everything is working awesome thank you again for your help I really appreciate it! Regards, Brian -------------------------------------------
Posted By sahabat inti Apr 08, 2026 06:35:51 AM
Found In Egroup: Automation Control
\ view thread
Hi Dex, Thanks for your reply could you pass me the pdf? I tried changing the parameters and it works I used output frequency to all DL To Net parameters and PF755_I change to it Thank you, Brian -------------------------------------------
Posted By sahabat inti Apr 08, 2026 04:04:12 AM
Found In Egroup: Automation Control
\ view thread
Hi Dex, I finally change the PLC to 20LE-QWB I can use the Class1 with Dlinks could you teach me on how to change/assign the Datalinks parameters? is Parameter 0,1,2 already fixed? from what I know by reading the program, parameter 2 is the speed feedback So, I need to change the 16 other parameters ...
Posted By sahabat inti Mar 31, 2026 08:09:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
private void UpdateTime() ( DateTimeOffset now = DateTimeOffset.Now; DateTime localTime = now.LocalDateTime; DateTime utcTime = now.UtcDateTime; string LocalTime2, UTCTime2; LocalTime2 = localTime.ToString("yyyy-MM-dd HH:mm:ss"); LogicObject.GetVariable("Time2").Value = LocalTime2; ...
Posted By sahabat inti Feb 23, 2026 02:49:12 AM
Found In Egroup: Automation Control
\ view thread
Hi Dex, yes, I am using LC20-20QWB I actually already downloaded that file One question, on how do I read the other parameters? that function block only reads a couple of status, what if I want to get the power (kW) for example? thank you, Brian -------------------------------------------
Posted By sahabat inti Feb 23, 2026 01:56:39 AM
Found In Egroup: Automation Control
\ view thread
Hi Dex, I already take a look at the 1st program, which you can add module to the ethernet in Micro850 but it isn't available in Micro820 thank you, Brian -------------------------------------------
Posted By sahabat inti Feb 23, 2026 12:04:17 AM
Found In Egroup: Automation Control
\ view thread
thank you Dex for the sample I will check it and I hope it will help me achieving my objectives your reply is very appreciated!! regards, Brian -------------------------------------------
Posted By sahabat inti Feb 22, 2026 08:47:00 PM
Found In Egroup: Automation Control
\ view thread
Hi All, I am wondering on how to read the parameters of PowerFlex 755TS using Micro820 What I understand right now is that you can read the parameters using function blocks downloaded from Rockwell website I already downloaded the function blocks, the one is for control and the other one is for reading ...
Posted By sahabat inti Feb 17, 2026 03:27:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Actually I am using MySQL so I don't need the OPC-UA to expose the database then? I have unlimited token in a license in my server PC which mean if I want to split the application I'm gonna need to buy another license to run the other program? How do you choose which program use which license? - ...
Posted By sahabat inti Feb 17, 2026 02:52:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi guys, I have a project that logging a bunch of data every 10 second I'm wondering if there's a way to do something like online editing without stopping my runtime so when I update my program the datalogging will still continue? thanks, Brian ----------------------------------------- ...
Posted By sahabat inti Feb 12, 2026 02:55:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
you need to set the url right the webpresentation engine won't accept C:/Users/Administrator/Desktop/FTOptix Runtime/Modules/FTOptix.WebUI/2.0.0.25/Resources/Client/Index.html "ns=9;%PROJECTDIR%/" + "Modules/FTOptix.WebUI/2.0.0.25/Resources/Client/Index.html" try this instead, if you use C# to input ...
Posted By sahabat inti Feb 12, 2026 02:32:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
hi, Vasoya I think this will help you https://help.optix.cloud.rockwellautomation.com/1.4.1.7/en/creating-projects/converters/Expression-evaluator.html -------------------------------------------
Posted By sahabat inti Feb 12, 2026 02:22:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
hi Shane, thanks for replying I ended up using only 1 set of combo boxes, like around 5 of them to filter what parameter I want to select then using C# script I added what selected (DBName, TableName, and ParameterName) to a textbox which I hid behind my eChart html the structure would be ...
Posted By sahabat inti Feb 04, 2026 11:33:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you so much for sharing Shane this helps a lot!!! -------------------------------------------