We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello I just realised that when i connect my output to a parameter on st file its appears to top of program let me show
I think "Q1MODE := CNC_Mode0.Mode_Num;" line should be at the end
regards
The text was updated successfully, but these errors were encountered:
It is hard to make sense of these screenshots. They are cropped, only small portions of the code and diagram are shown.
Sorry, something went wrong.
let me explain with another clear example
i think it should be like
`PROGRAM program0 VAR adding0 : adding; LocalVar0 : BOOL; LocalVar1 : BOOL; END_VAR VAR LocalVar2 AT %MB1000 : BYTE; END_VAR
LocalVar1 := LocalVar0; adding0(EN := LocalVar1, LocalVar0 := 10, LocalVar1 := 10); IF adding0.ENO THEN LocalVar2 := adding0.LocalVar2; END_IF; END_PROGRAM`
No branches or pull requests
hello I just realised that when i connect my output to a parameter on st file its appears to top of program let me show
I think "Q1MODE := CNC_Mode0.Mode_Num;" line should be at the end
regards
The text was updated successfully, but these errors were encountered: