List of Contributions

sahabat inti

Contact Details

sahabat inti


My Content

1 to 20 of 49 total
Posted By sahabat inti Mar 31, 2026 08:09:00 AM
Found In Egroup: Advanced Software
\ 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; LogicObje ...
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:26:56 AM
Found In Egroup: Advanced Software
\ 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: Advanced Software
\ 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:54:32 AM
Found In Egroup: Advanced Software
\ 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:15 AM
Found In Egroup: Advanced Software
\ 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:21:39 AM
Found In Egroup: Advanced Software
\ 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 like this ...
Posted By sahabat inti Feb 04, 2026 11:33:19 PM
Found In Egroup: Advanced Software
\ view thread
Thank you so much for sharing Shane this helps a lot!!! -------------------------------------------
Posted By sahabat inti Feb 04, 2026 11:30:18 PM
Found In Egroup: Advanced Software
\ view thread
Yes, I have the data source for the selection. I can either use Folder I make with parameters name in it or query selection from the database. I understand it this far, but how do you display it in the UI? For example, I have 5 parameters in a machine, let's say Energy (kW) Voltage (V) Current (A) ...
Posted By sahabat inti Feb 04, 2026 04:44:00 AM
Found In Egroup: Advanced Software
\ view thread
At the Selected value in your combo box, just link the plc tag you want to write it will automatically write the value to the tag -------------------------------------------
Posted By sahabat inti Feb 03, 2026 08:16:55 PM
Found In Egroup: Advanced Software
\ view thread
Hi Shane, thank you for replying to my post, really appreciate it. The WPE url is working great!!! I think this feature should be documented in the manual so other people can find it out easier. How do you use IP to determine which user get which window? I had a project that could use that feature, ...
Posted By sahabat inti Feb 03, 2026 12:13:49 AM
Found In Egroup: Advanced Software
\ view thread
hi Haldar, thank you for your reply I've already viewed that project already. But I cannot use Optix logger for logging, meaning I have to use a lot of script to insert the data to the table. That's why I used MySQL instead. I have another question if you don't mind. I am currently using ComboBox and ...
Posted By sahabat inti Feb 02, 2026 09:50:00 PM
Found In Egroup: Advanced Software
\ view thread
hi, I am currently working on a complex project the project is embedded inside of schneider project using PME web browser 1. WebPresentationEngine currently I have successfully embed my project to the browser my 1st problem, could you use 2 web presentation engine with different port to access different ...
Posted By sahabat inti Jan 19, 2026 03:14:45 AM
Found In Egroup: Advanced Software
\ view thread
Hi Shane, I already downloaded the project from github. Is there a way to use Optix logger for the connected postgre? the issue with sqlite is that I need to read the database content into a php when I tried using sqlite the connection was blocked when Optix Runtime is running -------------------- ...
Posted By sahabat inti Dec 09, 2025 08:04:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi Shane, I am really thankful for your help!! I will go and check your files Again, thank you! Regards, Brian -------------------------------------------
Posted By sahabat inti Dec 03, 2025 09:12:07 PM
Found In Egroup: Advanced Software
\ view thread
Hi Shane, thanks for replying I'm sorry for asking, but could you teach me how to do it? I'm new to js and JSON, is there any example for the files you're using? -------------------------------------------
Posted By sahabat inti Dec 03, 2025 09:09:38 PM
Found In Egroup: Advanced Software
\ view thread
Hi, thanks for replying I cannot do Infulx + Grafana because of budget issue so your suggestion is that I have to make temporary files each time a user is logged in? -------------------------------------------