Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M mitsubishi_controller
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mitsubishi
  • mitsubishi_controller
  • Wiki
  • Home

Home · Changes

Page history
petrivl3 created page: home authored Nov 09, 2015 by Vladimír Petrík's avatar Vladimír Petrík
Show whitespace changes
Inline Side-by-side
home.markdown
View page @ 780be98d
...@@ -31,7 +31,16 @@ TBD ...@@ -31,7 +31,16 @@ TBD
JS program: JS program:
``` ```
TBD Open "COM4:" As #1
*LOOP: Print #1,Str$(J_Curr.J1);";";
Print #1,Str$(J_Curr.J2);";";
Print #1,Str$(J_Curr.J3);";";
Print #1,Str$(J_Curr.J4);";";
Print #1,Str$(J_Curr.J5);";";
Print #1,Str$(J_Curr.J6)
Dly 0.2
GoTo *LOOP
End
``` ```
### PC settings ### PC settings
\ No newline at end of file
Clone repository
  • Home