All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Nolek Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 10:57, 16 August 2019 NolekAdmin talk contribs created page File:Testit config devices.png (Devices)
- 10:57, 16 August 2019 NolekAdmin talk contribs uploaded File:Testit config devices.png (Devices)
- 10:53, 16 August 2019 NolekAdmin talk contribs uploaded File:Testit config symbol pic1.png (Symbol handling)
- 10:53, 16 August 2019 NolekAdmin talk contribs created page File:Testit config symbol pic1.png (Symbol handling)
- 10:49, 16 August 2019 NolekAdmin talk contribs created page TestIT:Configuration (Created page with "==6. Configuration== TestIT Configuration The configuration service allows you to create, update, and delete symbols. It is also possible to...")
- 10:40, 16 August 2019 NolekAdmin talk contribs created page File:Testit config pic5.png (Symbol Handling)
- 10:40, 16 August 2019 NolekAdmin talk contribs uploaded File:Testit config pic5.png (Symbol Handling)
- 10:40, 16 August 2019 NolekAdmin talk contribs created page File:Testit config pic4.png (Config Button)
- 10:40, 16 August 2019 NolekAdmin talk contribs uploaded File:Testit config pic4.png (Config Button)
- 10:38, 16 August 2019 NolekAdmin talk contribs created page File:Testit config pic2.png
- 10:38, 16 August 2019 NolekAdmin talk contribs uploaded File:Testit config pic2.png
- 10:38, 16 August 2019 NolekAdmin talk contribs created page File:Testit config pic1.png (Configuration)
- 10:38, 16 August 2019 NolekAdmin talk contribs uploaded File:Testit config pic1.png (Configuration)
- 21:45, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming S11 (Created page with "==5.3.18 S11== ===MeasureStartS11=== '''Description:''' <br /> It will activate a S11 device. '''Code example:''' :<code>S11.MeasureStartS11(_B01,S11,Recipe1,30,S,_TO01,_Stop...")
- 21:41, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming S10 (Created page with "==5.3.17 S10== ===MeasureGet=== '''Description:''' <br /> It will activate a S10 device and return the results. '''Code example:''' :<code>S10.MeasureGet(S10device,Recipe01,_...")
- 21:33, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Guide (Created page with "==5.3.16 Guide== ===StartInternal=== '''Description:''' <br /> It will run an internal guide, which means in the production a window will open in front of the production view....")
- 21:30, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Printer (Created page with "==5.3.14 Printer== ===Print=== '''Description:''' <br /> It will print from a print device. '''Code example:''' :<code>Printer.Print(Printer,Done)</code> {| class="wikitable...")
- 21:24, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming C9 (Created page with "==5.3.14 C9== ===C9Execute=== '''Description:''' <br /> It will start C9 and wait on the results. '''Code example:''' :<code>C9.C9Execute(C9,D,_ST01,30,S,_B01)</code> {| cla...")
- 21:19, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming S9RS232 (Created page with "==5.3.13 S9RS232== ===Measure=== '''Description:''' <br /> It will activate a S9 device and returns the result '''Code example:''' :<code>S9RS232.Measure(S9,Recipe01,120,S,Ob...")
- 16:05, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Socket (Created page with "==5.3.12 Socket== ===Socket_Execute=== '''Description:''' <br /> It will execute socket device and selected command. '''Code example:''' :<code>Socket.Socket_Execute(Socket1,...")
- 16:03, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Serial (Created page with "==5.3.11 Serial== ===RS232=== '''Description:''' <br /> It will execute serial device. '''Code example:''' :<code>Serial.RS232(Port1,_ST01,_ST02,10,S,TimeoutActive)</code> {...")
- 15:57, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Database (Created page with "==5.3.10 Database== ===Execute=== '''Description:''' <br /> It will execute the SQL stored procedure. '''Code example:''' :<code>Database.Execute(MSSQLConnection, _Done)</cod...")
- 15:53, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming InternalDevice (Created page with "==5.3.9 InternalDevice== ===LogStart=== '''Description:''' <br /> It will start the selected log device. '''Code example:''' :<code>InternalDevice.LogStart(LogDevice,_ResultT...")
- 15:47, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Files (Created page with "==5.3.8 Files== ===FileWrite=== '''Description:''' <br /> It will write to a file. '''Code example:''' :<code>Files.FileWrite(FileDevice,"NewFile",_ST01;_ST02;_ST03,Done)</co...")
- 15:25, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Display (Created page with "==5.3.3 Display== ===OpAddSymbol=== '''Description:''' <br /> It will add a symbol or symbols to the operator display. '''Code example:''' :<code>Display.OpAddSymbol(_ST01;_B...")
- 15:24, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Image (Created page with "==5.3.4 Image== ===UpImageShow=== '''Description:''' <br /> It will display the user image prompt. '''Code example:''' :<code>Display.UpImageShow(_B01,"Verify parts","Verify...")
- 15:23, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Math (Created page with "==5.3.5 Math== ===Add=== '''Description:''' <br /> It will add two numbers. '''Code example:''' :<code>Math.Add(_D01,1,3)</code> {| class="wikitable" !colspan="3"|Parameters...")
- 15:23, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming DateTime (Created page with "==5.3.6 DateTime== ===Now=== '''Description:''' <br /> It will return the current date and time (yyyy/MM/dd HH:mm:SS,fff). '''Code example:''' :<code>DateTime.Now(_ST01)</cod...")
- 15:22, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Text (Created page with "==5.3.7 Text== ===StringClear=== '''Description:''' <br /> It will set symbol value to empty string. '''Code example:''' :<code>Text.StringClear(_ST01)</code> {| class="wiki...")
- 15:21, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Misc (Created page with "==5.3.2 Misc (Miscellaneous)== ===Move=== '''Description:''' <br /> It will move a value into a symbol. '''Code example:''' :<code>Misc.Move(_IN01,2)</code> {| class="wikita...")
- 13:14, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming Functions (Created page with "The function window encompasses all the codes, which can be inserted in the program. To get information about the function, then, press on the wanted line and use the info but...")
- 12:35, 14 August 2019 NolekAdmin talk contribs created page TestIT:Programming (Created page with "The programming service allows you to create, update, and delete programs. A test of programs can also be done in this element. File:TestIT_Programming_1.png|right|TestIT In...")
- 12:34, 14 August 2019 NolekAdmin talk contribs created page File:TestIT Debug Pause.png
- 12:34, 14 August 2019 NolekAdmin talk contribs uploaded File:TestIT Debug Pause.png
- 12:33, 14 August 2019 NolekAdmin talk contribs created page File:TestIT Debug Stop.png
- 12:33, 14 August 2019 NolekAdmin talk contribs uploaded File:TestIT Debug Stop.png
- 12:32, 14 August 2019 NolekAdmin talk contribs created page File:TestIT Debug Continue.png
- 12:32, 14 August 2019 NolekAdmin talk contribs uploaded File:TestIT Debug Continue.png
- 12:31, 14 August 2019 NolekAdmin talk contribs uploaded File:TestIT Debug NextLine.png
- 12:31, 14 August 2019 NolekAdmin talk contribs created page File:TestIT Debug NextLine.png
- 12:31, 14 August 2019 NolekAdmin talk contribs created page File:TestIT Debut StepMode.png
- 12:31, 14 August 2019 NolekAdmin talk contribs uploaded File:TestIT Debut StepMode.png
- 12:30, 14 August 2019 NolekAdmin talk contribs created page File:TestIT Debug Play.png
- 12:30, 14 August 2019 NolekAdmin talk contribs uploaded File:TestIT Debug Play.png
- 12:28, 14 August 2019 NolekAdmin talk contribs created page File:TestIT Programming Connected.png
- 12:28, 14 August 2019 NolekAdmin talk contribs uploaded File:TestIT Programming Connected.png
- 12:27, 14 August 2019 NolekAdmin talk contribs created page File:TestIT Programming NotConnected.png
- 12:27, 14 August 2019 NolekAdmin talk contribs uploaded File:TestIT Programming NotConnected.png
- 12:23, 14 August 2019 NolekAdmin talk contribs created page File:TestIT Programming Symbols.png
- 12:23, 14 August 2019 NolekAdmin talk contribs uploaded File:TestIT Programming Symbols.png