List of Contributions

Mihajlo Baić

Contact Details

Mihajlo Baić


My Content

1 to 20 of 50+ total
Posted By Mihajlo Baić Aug 17, 2026 12:48:31 PM
Found In Egroup: Automation Control
\ view thread
Check this kb Article There is a known bug. But, I'd say you are already doing it by the "workaround" workflow as you have described... ------------------------------ BR, Mihajlo ------------------------------
Posted By Mihajlo Baić Aug 15, 2026 02:40:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Yes, I was drawing on a locked polyline object or locked SVG and it just kept going there as a child, took me a while because I wasn't even able to see that it was drawn sometimes, because of the colors, then I'd unlock the parent object and see that i have XYZ objects hidden in there because I was thinking ...
Posted By Mihajlo Baić Aug 14, 2026 03:35:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for the reply. For me, it seems pretty unnaturally since I've locked the element so I'd expect that it is not being able to change, add children and other things, lets say that I'd expect to have a behaviour of "background" from FT View ME. But ok, at least I know what to expect now. Also, ...
Posted By Mihajlo Baić Aug 13, 2026 06:52:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi, I am using a SVG picture as a background of my screen. When I try to draw some line/polyline it gets assigned to the SVG picture as a child object, even if the SVG itself is locked? Is this normal? How to bypass this behaviour? I need to draw on SVG as it is "static" background for me, so ...
Posted By Mihajlo Baić Aug 11, 2026 01:21:39 PM
Found In Egroup: Automation Control
\ view thread
Are you sure that you tried to regenrate safety signature, when PLC is in Program mode? ------------------------------ BR, Mihajlo ------------------------------
Posted By Mihajlo Baić Aug 08, 2026 03:50:55 AM
Found In Egroup: FactoryTalk Optix
\ view thread
You can change individually, styles should be like a "preset" settings so you dont need to apply changes to every button every time, lets imagine that without styles you need to apply multiple different settings every time for every button, and it also gives you the uniformity trought the project. ...
Posted By Mihajlo Baić Aug 07, 2026 06:51:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
What are the settings for Style "transparent" ? It is written Transparent, but check the settings in the StyleSheet settings > Button styles > Transparent, or just click on the "Transparent" link which you have circled red on the photo. Edit; By default I have it like this, and my button is really ...
Posted By Mihajlo Baić Aug 06, 2026 10:27:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Try this? if((0) && (1) && !(2), 1, if((0) && (3), 2, if((0) && (2), 3, if((0) && (4), 4, 0)))) Works for me. Btw, you just got brackets displaced, 2 opened brackets and 3 closed, which is totally expected with having to write those.. And i notice that you had value wrong your 1st if was returning ...
Posted By Mihajlo Baić Aug 05, 2026 03:23:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I don't know will this fit for you, but I did a dummy test very fast and it works at least for the test :D To every screen I've added a variable, named ScreenIndex which has different value (0,1,2) for every screen, then in PanelLoader I've given a dynamic link with a key value converted based on the ...
Posted By Mihajlo Baić Aug 05, 2026 03:07:00 PM
Found In Egroup: Automation Control
\ view thread
If the project was downloaded from newer version of CCW, you need to install the same or higher version. Lets say you just install v23 which is the latest and it should be fine. ------------------------------ BR, Mihajlo ------------------------------
Posted By Mihajlo Baić Aug 05, 2026 04:51:51 AM
Found In Egroup: Automation Control
\ view thread
They are under USB, on the bottom side. ------------------------------ BR, Mihajlo ------------------------------
Posted By Mihajlo Baić Aug 05, 2026 04:07:58 AM
Found In Egroup: Automation Control
\ view thread
I believe this Document, will be self explanatory more or less for you. Main thing is that all editions support CompactLogix and Compact GuardLogix controller families, but if you need ControlLogix or GuardLogix you need Professional, Full, Standard Networx or Standard. So for you, from hardware side, ...
Posted By Mihajlo Baić Aug 05, 2026 04:01:29 AM
Found In Egroup: Automation Control
\ view thread
I don't know answers to you previous questions, just to say that one first. But this clear one, you need just licence and Studio5000 software installed. To connect physically, you need ethernet cable or if you don't want even to bother with ethernet cable you can use USB Type B cable. SD Card will ...
Posted By Mihajlo Baić Aug 05, 2026 12:56:46 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Did you try to set StyleSheet settings, choose it and set Alpha (transparency) to 0 ? ------------------------------ BR, Mihajlo ------------------------------
Posted By Mihajlo Baić Aug 04, 2026 08:19:00 AM
Found In Egroup: Automation Control
\ view thread
That one is red, because it is but you can ignore it, more important is the upper part which describes the PA2 power supply stats. Also, it is possible to get a 30 day trial licence, but you need to get it trough your local distributor, they can generate it for you. You can try to complete wizards ...
Posted By Mihajlo Baić Aug 04, 2026 07:34:26 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Try with this settings for example? ------------------------------ BR, Mihajlo ------------------------------
Posted By Mihajlo Baić Aug 04, 2026 07:10:32 AM
Found In Egroup: FactoryTalk Optix
\ view thread
So, this was interesting for me, so I gave it a try. I have generated few modbus tags with simulator, I've made a KV Converter, and updated the string formatter, it seems it works, by my understanding this what you have wanted more or less. ------------------------------ BR, Mihajlo ...
Posted By Mihajlo Baić Aug 04, 2026 06:29:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
If I understood you well, maybe this will work for you. But, just as a starting point, since I don't know how do you manage tags, but you would also need some corelation between chosen item and variable you want to show. For me, my Var1 is just Optix an Int32 tag, on image it is a string formatter ...
Posted By Mihajlo Baić Aug 04, 2026 06:02:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Try increasing the maximum number of connections? By using 0.0.0.0 it should "push" web client to all NICs, (network cards), no matter how much of them are. I did it before with my PC. Do you have https or http in settings of web engine presentation ? try switching to http for test. ---------- ...
Posted By Mihajlo Baić Aug 03, 2026 01:28:00 AM
Found In Egroup: Automation Control
\ view thread
@Hep, thanks for correcting me, I am still missing a morning coffee :D ------------------------------ BR, Mihajlo ------------------------------