Тёмный
Antomatix
Antomatix
Antomatix
Подписаться
Комментарии
@OOOMuhammadSyahrulKhoiri
@OOOMuhammadSyahrulKhoiri 2 дня назад
why is my clock not in sync
@afry3301
@afry3301 2 месяца назад
I don't know if that's new in V19, but in V19 you can change the clock element to a digital clock. Sadly it has no date or I haven't found it yet. I don't know what it's called in english but in german it's in "Gestaltung, Gestaltung - Stilelement"
@enderbiradam6954
@enderbiradam6954 3 месяца назад
Thank you for the video! There's so little information about this topic on the internet. Also FYI, you can use data types directly in switch-case statement like this: case TypeOf("Parameter") of WString: ; //do smth String: ; //do smth SInt: ; //do smth USInt: ; Int: . etc . etc . etc else ; // default action or error end_case;
@Ramesh-iv3qg
@Ramesh-iv3qg 3 месяца назад
I used the same script but it's not work in the simulation.
@LucaFerrero-pr7ve
@LucaFerrero-pr7ve 3 месяца назад
Very cool, can you reccomend a place to start to do that? Do you think is possible to use VS Code instead of regular VS? Thanks
@user-bw1nm2wr1e
@user-bw1nm2wr1e 4 месяца назад
Thanks for the explanation!
@diegomeli9008
@diegomeli9008 4 месяца назад
thank you for the video. do you know how to show only the date without time?
@antomatix
@antomatix 4 месяца назад
I think you could change line 4 to: value = DateTime.getDate(); Let me know if this works
@mtab2008
@mtab2008 6 месяцев назад
Hi, Where did you get the 3D models of the conveyor and surround?
@antomatix
@antomatix 6 месяцев назад
Most of the stuff I found on free 3D websites like www.3dfindit.com. Conveyors can be obtained from the manufacturer's website. In this case, I got it from here: www.interroll.com/tools-downloads/cad-download/
@user-xj7qc3rj4h
@user-xj7qc3rj4h 9 месяцев назад
This what I needed to know about VARIANT
@antomatix
@antomatix 9 месяцев назад
you're welcome:)
@dylanakoue1722
@dylanakoue1722 8 месяцев назад
how did yoou draw those tanks @@antomatix
@ZoeFascinatingUniverse
@ZoeFascinatingUniverse Год назад
Where I can get TIA Portal V18 software ?
@antomatix
@antomatix Год назад
You can get 21 day trial of TIA Portal V18 here support.industry.siemens.com/cs/document/109807109/simatic-step-7-incl-safety-s7-plcsim-and-wincc-v18-trial-download?dti=0&lc=en-WW
@vidiq7000
@vidiq7000 Год назад
TIA Portal looks cool in VR 😀. Looking forward to see more Unity videos
@ArthurTolochko
@ArthurTolochko Год назад
Thank you for the video. I ran into a time zone issue. How to correctly set the local time? How can I make the time and date be in different rows (not in the same row)? How can I output only the time without the date?
@antomatix
@antomatix Год назад
for local time try this var value; value = new Date().toLocaleString(); return value; optionally for zones value = new Date().toLocaleString('en-US'); // use American format value = new Date().toLocaleString('en-US', {hour12: false}); // use American format with 24 hours
@antomatix
@antomatix Год назад
you can separate format by using toLocaleTimeString to get time value = new Date().toLocaleTimeString();
@plcunified8921
@plcunified8921 Год назад
Can you add more videos about JavaScript in WinCC Unified ??
@antomatix
@antomatix Год назад
That is my plan to do #javascript and #tiaportal videos